Constructors
NSSatellite()
Initializes a new instance of the NSSatellite class.
Methods
GetArea()
Returns: CRMScript.NetServer.NSArea
Example:
Returns: CRMScript.NetServer.NSContact
Example:
GetCreated()
Returns: CRMScript.Global.DateTime - Registered when.
Example:
GetCreatedBy()
Returns: CRMScript.NetServer.NSAssociate
Example:
GetLicenseOwners()
Returns: CRMScript.NetServer.NSLicenseOwner[] - The restricted and unrestricted module licenses grouped by license owner.
These module licenses are either assigned or unassigned to this user
Example:
GetSatelliteId()
Returns: CRMScript.Global.Integer - Primary key.
Example:
GetUpdated()
Returns: CRMScript.Global.DateTime - Last updated when.
Example:
GetUpdatedBy()
Returns: CRMScript.NetServer.NSAssociate
Example:
SetArea(NSArea)
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
SetCreated(DateTime)
Returns: CRMScript.Global.Void
Example:
SetCreatedBy(NSAssociate)
Returns: CRMScript.Global.Void
Example:
SetLicenseOwners(NSLicenseOwner[])
Returns: CRMScript.Global.Void
These module licenses are either assigned or unassigned to this user
Example:
SetSatelliteId(Integer)
Returns: CRMScript.Global.Void
Example:
SetUpdated(DateTime)
Returns: CRMScript.Global.Void
Example:
SetUpdatedBy(NSAssociate)
Returns: CRMScript.Global.Void
Example: