Element Details: Sharing+List
 Back


Available in: Logi Info Source code name: SharingListIntroduced in: v11.4.046

Bookmarks and Bookmark folders may be shared with other users. When sharing, the user is presented with a popup panel to add, list and remove users and user groups. (User groups are the same as Roles which are defined in the <Settings><Security> element.)

The SharingList element defines a searchable list in the popup. The rows for the list come from a DataLayer which returns a list of user names possibly groups/roles too. Additional DataTableColumns may be added to show more details for each user, such as full name.

To list groups, include a column in the DataLayer to indicate the rows which represent groups. Specify that column in the GroupIdentifierColumn attribute. When a bookmark is shared with a group, all members who have that group/role are permitted to see it.

SharingList is not required. If the user knows the user names of others, they may simply type into a text box.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
GroupIdentifierColumn
UserDefined
This attribute should be a column returned by the DataLayer that is not blank for the rows representing a user group/role. It should be blank/null for rows representing users. In this example, a SQL query returns a list containing both user names and group names. select USER_NAME as USERNAME, NULL as isGroup from lgxUser union select ROLE as USERNAME, 1 as isGroup from gxRoleNew
SharingCollectionColumn
UserDefined
(Required) SharingCollectionColumn specifies a column from the DataLayer which returns user names for the sharing popup panel.



PARENT ELEMENTS

Click element to drill down for more information.

Action.Show Bookmark Sharing Bookmark Organizer


CHILD ELEMENTS

Click element to drill down for more information.

Data Table Column
DataLayer.ActiveSQL
DataLayer.Cached
DataLayer.CSV
DataLayer.Excel
DataLayer.Fixed Format File
DataLayer.JSON
DataLayer.LDAP
DataLayer.Linked
DataLayer.Mongo Find
DataLayer.Mongo Map Reduce
DataLayer.Mongo Run Command
DataLayer.REST
DataLayer.SP
DataLayer.SQL
DataLayer.Static
DataLayer.Web Service
DataLayer.XML


 Back to top


 Chart Debug