Skip to main content
The DiaryView Service. The service implements all services working with the DiaryView object.

Constructors

NSDiaryViewEntity()

Initializes a new instance of the NSDiaryViewEntity class.

Methods

GetAssociateList()

Returns: CRMScript.NetServer.NSSelectableMDOListItem[] Example:

GetAssocId()

Returns: CRMScript.Global.Integer - Owning associate ID for the DiaryView. Example:

GetDiaryViewId()

Returns: CRMScript.Global.Integer - ID of the DiaryView. Example:

GetName()

Returns: CRMScript.Global.String - Name of the DiaryView. Example:

GetRank()

Returns: CRMScript.Global.Integer - DiaryView rank. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip/description of the DiaryView. Example:

GetTzLocationId()

Returns: CRMScript.Global.Integer - Default timezone location for this view. Example:

GetVisibleColumns()

Returns: CRMScript.Global.Integer - Number of columns that should be visible simultaneously. Example:

SetAssociateList(NSSelectableMDOListItem[])

Returns: CRMScript.Global.Void Example:

SetAssocId(Integer)

Returns: CRMScript.Global.Void Example:

SetDiaryViewId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetTzLocationId(Integer)

Returns: CRMScript.Global.Void Example:

SetVisibleColumns(Integer)

Returns: CRMScript.Global.Void Example: