YUserSubscribedCollection allows you to define, configure, and set up the display of the types of collections groups of users may subscribe to.
Object: YUserSubscribedCollection (Y_ USER_SUBSCRIBED_COLLECTION)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
contactGroupID |
CONTACT_GROUP_ID (NUMBER) |
|
|
|
YContactGroup |
int |
The primary key number of the static Contact collection that the user has subscribed to. |
|
|
displayOrder |
DISPLAY_ORDER (NUMBER) |
|
|
|
|
int |
The display order of the subscribed collections, expressed as a number, for example, 5th in order = 5. |
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
|
|
|
int |
The ID number of the subscribed collection. |
|
|
searchID--> |
SEARCH_ID (NUMBER) |
|
|
|
|
int |
The primary key number of the search view that the user has subscribed to. |
|
|
userID--> |
USER_ID (NUMBER) |
|
|
|
int |
The primary key number of the subscribing user. |
|
|
|
version |
VERSION (NUMBER) |
|
|
|
|
int |
The version number of the collection subscription. |
|
|