Skip to main content

Constructors

NSSuggestedAppointmentEntity()

Initializes a new instance of the NSSuggestedAppointmentEntity class.

Methods

GetAssignToMember()

Returns: CRMScript.Global.Bool - Should this appointment be assigned to project member. Example:

GetAutoSuggest()

Returns: CRMScript.Global.Bool - 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.Bool - 0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists. Example:

GetDuration()

Returns: CRMScript.Native.TimeSpan - Duration in minutes of suggested appointment. Example:

GetIsMilestone()

Returns: CRMScript.Global.Bool - Is this a milestone activity. Example:

GetName()

Returns: CRMScript.Global.String - Item name, visible in Guide. Example:
Returns: CRMScript.NetServer.NSProjectTypeStatusLink - Project type and project status link info. Example:

GetRank()

Returns: CRMScript.Global.Integer - Rank, controls rank of non-instantiated items in Guide. Example:
Returns: CRMScript.NetServer.NSSaleTypeStageLink - Sale type and stage link info. Example:

GetSuggestedAppointmentId()

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

GetText()

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

GetTooltip()

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

GetType()

Returns: CRMScript.NetServer.NSTask - Type of the suggested appointment. Example:

SetAssignToMember(Bool)

Returns: CRMScript.Global.Void Example:

SetAutoSuggest(Bool)

Returns: CRMScript.Global.Void Example:

SetDaysFuture(Integer)

Returns: CRMScript.Global.Void Example:

SetDeleted(Bool)

Returns: CRMScript.Global.Void Example:

SetDuration(TimeSpan)

Returns: CRMScript.Global.Void Example:

SetIsMilestone(Bool)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:
Returns: CRMScript.Global.Void Example:

SetRank(Integer)

Returns: CRMScript.Global.Void Example:
Returns: CRMScript.Global.Void Example:

SetSuggestedAppointmentId(Integer)

Returns: CRMScript.Global.Void Example:

SetText(String)

Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Returns: CRMScript.Global.Void Example:

SetType(NSTask)

Returns: CRMScript.Global.Void Example: