Skip to main content
Carrier object for ForeignAppEntity.n

Constructors

NSForeignAppEntity()

Initializes a new instance of the NSForeignAppEntity class.

Methods

GetCreatedBy()

Returns: CRMScript.NetServer.NSAssociate - The person that created the foreign application. Example:

GetCreatedDate()

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

GetDevices()

Returns: CRMScript.NetServer.NSForeignDevice[] - The devices that belong to this foreign app. Example:

GetForeignAppId()

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

GetName()

Returns: CRMScript.Global.String - Name of foreign application. Example:

GetUpdatedBy()

Returns: CRMScript.NetServer.NSAssociate - The person that last updated this foreign application. Example:

GetUpdatedDate()

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

SetCreatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetCreatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetDevices(NSForeignDevice[])

Returns: CRMScript.Global.Void Example:

SetForeignAppId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetUpdatedBy(NSAssociate)

Returns: CRMScript.Global.Void Example:

SetUpdatedDate(DateTime)

Returns: CRMScript.Global.Void Example: