Skip to main content

Constructors

NSShipmentMessageBlockEntity()

Initializes a new instance of the NSShipmentMessageBlockEntity class.

Methods

GetAssociateId()

Returns: CRMScript.Global.Integer - The associate that owns this block. Example:

GetBlock()

Returns: CRMScript.Global.String - The block definition. Normally this will be a JSON structure. Example:

GetRegistered()

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

GetRegisteredAssociateId()

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

GetShipmentMessageBlockId()

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

GetUpdated()

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

GetUpdatedAssociateId()

Returns: CRMScript.Global.Integer - Last updated by whom. Example:

GetUpdatedCount()

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

SetAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetBlock(String)

Returns: CRMScript.Global.Void Example:

SetRegistered(DateTime)

Returns: CRMScript.Global.Void Example:

SetRegisteredAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetShipmentMessageBlockId(Integer)

Returns: CRMScript.Global.Void Example:

SetUpdated(DateTime)

Returns: CRMScript.Global.Void Example:

SetUpdatedAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetUpdatedCount(Integer)

Returns: CRMScript.Global.Void Example: