Skip to main content
Entity for system events.

Constructors

NSSystemEventEntity()

Initializes a new instance of the NSSystemEventEntity class.

Methods

GetActivatedBy()

Returns: CRMScript.NetServer.NSAssociate - The associate that first created the SystemEvent. Example:

GetEta()

Returns: CRMScript.Global.DateTime - Estimated Time of Arrival, i.e., when will this event finish? Example:

GetEventkey()

Returns: CRMScript.Global.String - Event key, predefined in code. Example:

GetEventmess()

Returns: CRMScript.Global.String - Message to be shown, entered by administrator. Example:

GetExtraInfo()

Returns: CRMScript.Global.Integer - Extra information (area ID for prototype rebuild, etc). Example:

GetOwner()

Returns: CRMScript.Global.Integer - 0, 0, group_id, assoc id (see over). Example:

GetRegistered()

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

GetScope()

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

GetSystemEventId()

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

GetUpdatedCount()

Returns: CRMScript.Global.Integer - Number of updates made to this record. Example:

SetActivatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetEta(DateTime)

Returns: CRMScript.Global.Void Example:

SetEventkey(String)

Event key, predefined in code
Returns: CRMScript.Global.Void Example:

SetEventmess(String)

Returns: CRMScript.Global.Void Example:

SetExtraInfo(Integer)

Returns: CRMScript.Global.Void Example:

SetOwner(Integer)

Returns: CRMScript.Global.Void Example:

SetRegistered(DateTime)

Returns: CRMScript.Global.Void Example:

SetScope(Integer)

Returns: CRMScript.Global.Void Example:

SetSystemEventId(Integer)

Returns: CRMScript.Global.Void Example:

SetUpdatedCount(Integer)

Returns: CRMScript.Global.Void Example: