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

Constructors

NSProjectEventEntity()

Initializes a new instance of the NSProjectEventEntity class.

Methods

GetCreatedBy()

Returns: CRMScript.NetServer.NSAssociate - The person that created the project event. Example:

GetCreatedDate()

Returns: CRMScript.Global.DateTime - Registered when. Example:

GetEnabled()

Returns: CRMScript.Global.Bool - Is the event enabled. Example:

GetEventDate()

Returns: CRMScript.Global.DateTime - Date of the event; publishing/visibility dates are in Publish, and restrictions are in AudienceVisibility. Example:

GetId()

Returns: CRMScript.Global.Integer - ID of the external event. Example:

GetIsPublished()

Returns: CRMScript.Global.Bool - Publish to external users? When true, the event/project information is visible to external users through the Audience portal. You can control the publish duration using the PublishFrom/PublishTo properties. Example:

GetIsVisibleForCategories()

Returns: CRMScript.Global.Bool Example:

GetIsVisibleForMembers()

Returns: CRMScript.Global.Bool Example:

GetIsVisibleForPersonInterests()

Returns: CRMScript.Global.Bool Example:

GetProjectEventId()

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

GetProjectId()

Returns: CRMScript.Global.Integer - The projectId for the project this projectEvent belongs to. Example:

GetPublishFrom()

Returns: CRMScript.Global.DateTime - Publication valid from (inclusive). Example:

GetPublishTo()

Returns: CRMScript.Global.DateTime - Publication valid to (inclusive). Example:

GetPublishType()

Returns: CRMScript.Global.Integer - Type of publishing action. See <xref href=“CRMScript.NetServer.PublishType” data-throw-if-not-resolved=“false”></xref> Example:

GetSignOff()

Returns: CRMScript.Global.Bool - Is Sign Off functionality enabled? Example:

GetSignOffConfirmationText()

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

GetSignOffTaskEnable()

Returns: CRMScript.Global.Bool - If not 0, 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 1, the SignOff task should be created as an Assigned task, triggering the invitation dialog. Example:

GetSignOn()

Returns: CRMScript.Global.Bool - Is Sign On functionality enabled. Example:

GetSignOnConfirmationText()

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

GetSignOnTaskEnable()

Returns: CRMScript.Global.Bool - If not 0, a task should be created when the external user Signs On to 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 1, the SignOn task should be created as an Assigned task, triggering the invitation dialog. Example:

GetUpdatedBy()

Returns: CRMScript.NetServer.NSAssociate - The person that last updated the project event. Example:

GetUpdatedDate()

Returns: CRMScript.Global.DateTime - Last updated when. Example:

GetVisibleForCategories()

Returns: CRMScript.NetServer.NSMDOListItem[] - Array of categories that the event is visible for. MDO Table category. Example:

GetVisibleForPersonInterests()

Returns: CRMScript.NetServer.NSMDOListItem[] - Array of person interests (MDO table persint) that this event is visible for. Example:

SetCreatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetCreatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetEnabled(Bool)

Returns: CRMScript.Global.Void Example:

SetEventDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetId(Integer)

Returns: CRMScript.Global.Void Example:

SetIsPublished(Bool)

Returns: CRMScript.Global.Void Example:

SetIsVisibleForCategories(Bool)

Returns: CRMScript.Global.Void Example:

SetIsVisibleForMembers(Bool)

Returns: CRMScript.Global.Void Example:

SetIsVisibleForPersonInterests(Bool)

Returns: CRMScript.Global.Void Example:

SetProjectEventId(Integer)

Returns: CRMScript.Global.Void Example:

SetProjectId(Integer)

Returns: CRMScript.Global.Void Example:

SetPublishFrom(DateTime)

Returns: CRMScript.Global.Void Example:

SetPublishTo(DateTime)

Returns: CRMScript.Global.Void Example:

SetPublishType(Integer)

Returns: CRMScript.Global.Void Example:

SetSignOff(Bool)

Returns: CRMScript.Global.Void Example:

SetSignOffConfirmationText(String)

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:

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:

SetUpdatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetUpdatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetVisibleForCategories(NSMDOListItem[])

Returns: CRMScript.Global.Void Example:

SetVisibleForPersonInterests(NSMDOListItem[])

Returns: CRMScript.Global.Void Example: