Skip to main content
Saves a foreign device belonging to the ForeignDevice and application name specified.

Constructors

NSForeignDevice()

Initializes a new instance of the NSForeignDevice class.

Methods

GetAssociateFullName()

Returns: CRMScript.Global.String - The person owning the Foreign Device. Example:

GetCreatedBy()

Returns: CRMScript.Global.String - The person that created the device. Example:

GetCreatedDate()

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

GetDeviceIdentifier()

Returns: CRMScript.Global.String - Optional unique ID of device (Palm pilot device ID, etc). Example:

GetForeignAppId()

Returns: CRMScript.Global.Integer - Reference to foreign application (device type). Example:

GetForeignDeviceId()

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

GetName()

Returns: CRMScript.Global.String - Name of device. Example:

GetUpdatedBy()

Returns: CRMScript.Global.String - The person that last updated this device. Example:

GetUpdatedDate()

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

SetAssociateFullName(String)

Returns: CRMScript.Global.Void Example:

SetCreatedBy(String)

Returns: CRMScript.Global.Void Example:

SetCreatedDate(DateTime)

Returns: CRMScript.Global.Void Example:

SetDeviceIdentifier(String)

Returns: CRMScript.Global.Void Example:

SetForeignAppId(Integer)

Returns: CRMScript.Global.Void Example:

SetForeignDeviceId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetUpdatedBy(String)

Returns: CRMScript.Global.Void Example:

SetUpdatedDate(DateTime)

Returns: CRMScript.Global.Void Example: