The Recommendation class ClbRecommendation defines user-creatable recommendations associated with a document.
You can view the Recommendation class in the Administration Console for Content Platform Engine, under the object store navigation pane. Go to Data Design > Classes > Other Classes > Abstract Persistable > Recommendation.
Column Name | Property | Description |
---|---|---|
Recommended Document (ClbRecommendedDocument) | Singleton Object | Reference to specific document version that the user recommended.
Configure target access that is required for this property to AccessRight.VIEW_CONTENT Value required = true |
Document Major Version (ClbDocumentMajorVersion) | Integer | Value required, set by server. |
Document Minor Version (ClbDocumentMinorVersion) | Integer | Value required, set by server. |
Recommended Version Series (ClbRecommendedVersionSeries) | Singleton Object | Supports query for recommendations that are associated with
document version series. Value required, set by server. |
Originator (ClbOriginator) | String | SID of user that creates recommendation. Value required = true Max length = 400® Set on create by server. |
Summary Data (ClbSummaryData) | Singleton Object | Part of reflective relationship between ClbSummaryData and ClbRecommendation objects.
This relationship supports CASCADE DELETE. Value required, set by server. |