Skip to main content

Constructors

NSSuggestedAppointment()

Initializes a new instance of the NSSuggestedAppointment class.

Methods

GetAssociate()

Returns: CRMScript.NetServer.NSAssociate - The owner of the suggested activity. Always the same as the sales owner. Example:

GetAutoSuggest()

Returns: CRMScript.Global.Integer - Should this appointment be auto-suggested. Example:

GetDaysFuture()

Returns: CRMScript.Global.Integer - How many days into the future the appointment should be scheduled. Example:

GetDeleted()

Returns: CRMScript.Global.Integer - 0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists. Example:

GetDuration()

Returns: CRMScript.Global.Integer - Duration in minutes of suggested appointment. Example:

GetName()

Returns: CRMScript.Global.String - Item name, visible in Guide. Example:

GetProjectTypeStatusLinkId()

Returns: CRMScript.Global.Integer - Link to projectTypeStatusLink, the anchor for project guide items.
Either this OR saleAnchorId should be set, not both at the same time.
Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank, controls rank of non-instantiated items in Guide. Example:

GetRegisteredAssociateId()

Returns: CRMScript.Global.Integer - Registered by whom. Example:

GetSaleTypeStageLinkId()

Returns: CRMScript.Global.Integer - Link to saleTypeStageLink, the anchor for sale guide items.
Either this OR projectAnchorId should be set, not both at the same time.
Example:

GetSuggestedAppointmentId()

Returns: CRMScript.Global.Integer - Primary key. Example:

GetTaskId()

Returns: CRMScript.Global.Integer - Type of the suggested appointment. Example:

GetText()

Returns: CRMScript.Global.String - The suggested text of the new appointment. Example:

GetTooltip()

Returns: CRMScript.Global.String - Tooltip / description. Example:

SetAssociate(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetAutoSuggest(Integer)

Returns: CRMScript.Global.Void Example:

SetDaysFuture(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Integer)

Returns: CRMScript.Global.Void Example:

SetDuration(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetProjectTypeStatusLinkId(Integer)

Returns: CRMScript.Global.Void
Either this OR saleAnchorId should be set, not both at the same time.
Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:

SetRegisteredAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetSaleTypeStageLinkId(Integer)

Returns: CRMScript.Global.Void
Either this OR projectAnchorId should be set, not both at the same time.
Example:

SetSuggestedAppointmentId(Integer)

Returns: CRMScript.Global.Void Example:

SetTaskId(Integer)

Returns: CRMScript.Global.Void Example:

SetText(String)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example: