Skip to main content
A project that is also an event. Used by Audience.

Constructors

NSProjectEvent()

Initializes a new instance of the NSProjectEvent class.

Methods

GetAssociateFullName()

Returns: CRMScript.Global.String - Name of the person that ows the event (project). Example:

GetAssociateId()

Returns: CRMScript.Global.Integer - ID of the person that ows the event (project). Example:

GetDescription()

Returns: CRMScript.Global.String - The event description (the project text). Example:

GetEnabled()

Returns: CRMScript.Global.Bool - If true the event is enabled (visible). Example:

GetEventDate()

Returns: CRMScript.Global.DateTime - Date of the event. Event is not visible after this date. Example:

GetEventName()

Returns: CRMScript.Global.String - The name of the event (the project name). Example:

GetIsSignedOn()

Returns: CRMScript.Global.Bool - True if the current user is signed on to the event (is project member). Example:

GetProjectId()

Returns: CRMScript.Global.Integer - ID of the project that represents the event. Example:

GetSignOff()

Returns: CRMScript.Global.Bool - If true, it is possible to sign off the event. Example:

GetSignOffConfirmationText()

Returns: CRMScript.Global.String - Text shown as confirmation text before accepting sign off. Example:

GetSignOffPersonId()

Returns: CRMScript.Global.Integer - If 0, the signOn Activity should go into the persons Our Contact; if not 0, this is the Person whose diary should get the activity. Example:

GetSignOffTaskEnable()

Returns: CRMScript.Global.Bool - If true, a task should be created when the external user signs off an event. Example:

GetSignOffTaskId()

Returns: CRMScript.Global.Integer - If not 0, sign off should cause an Activity of this type to be registered. Example:

GetSignOffText()

Returns: CRMScript.Global.String - Default text for the activity created when signing off. Example:

GetSignOffTriggersAssign()

Returns: CRMScript.Global.Bool - If true, the sign off task should be created as an Assigned task, triggering the invitation dialog. Example:

GetSignOn()

Returns: CRMScript.Global.Bool - If true, it is possible to sign on the event. Example:

GetSignOnConfirmationText()

Returns: CRMScript.Global.String - Text shown as confirmation text before accepting sign on. Example:

GetSignOnPersonId()

Returns: CRMScript.Global.Integer - If 0, the signOn Activity should go into the persons Our Contact; if not 0, this is the Person whose diary should get the activity. Example:

GetSignOnTaskEnable()

Returns: CRMScript.Global.Bool - If true, a task should be created when the external user signs on an event. Example:

GetSignOnTaskId()

Returns: CRMScript.Global.Integer - If not 0, sign on should cause an Activity of this type to be registered. Example:

GetSignOnText()

Returns: CRMScript.Global.String - Default text for the activity created when signing on. Example:

GetSignOnTriggersAssign()

Returns: CRMScript.Global.Bool - If true, the sign on task should be created as an Assigned task, triggering the invitation dialog. Example:

SetAssociateFullName(String)

Returns: CRMScript.Global.Void Example:

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetDescription(String)

Returns: CRMScript.Global.Void Example:

SetEnabled(Bool)

Returns: CRMScript.Global.Void Example:

SetEventDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetEventName(String)

Returns: CRMScript.Global.Void Example:

SetIsSignedOn(Bool)

Returns: CRMScript.Global.Void Example:

SetProjectId(Integer)

Returns: CRMScript.Global.Void Example:

SetSignOff(Bool)

Returns: CRMScript.Global.Void Example:

SetSignOffConfirmationText(String)

Returns: CRMScript.Global.Void Example:

SetSignOffPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetSignOffTaskEnable(Bool)

Returns: CRMScript.Global.Void Example:

SetSignOffTaskId(Integer)

Returns: CRMScript.Global.Void Example:

SetSignOffText(String)

Returns: CRMScript.Global.Void Example:

SetSignOffTriggersAssign(Bool)

Returns: CRMScript.Global.Void Example:

SetSignOn(Bool)

Returns: CRMScript.Global.Void Example:

SetSignOnConfirmationText(String)

Returns: CRMScript.Global.Void Example:

SetSignOnPersonId(Integer)

Returns: CRMScript.Global.Void Example:

SetSignOnTaskEnable(Bool)

Returns: CRMScript.Global.Void Example:

SetSignOnTaskId(Integer)

Returns: CRMScript.Global.Void Example:

SetSignOnText(String)

Returns: CRMScript.Global.Void Example:

SetSignOnTriggersAssign(Bool)

Returns: CRMScript.Global.Void Example: