Information about the checked-out state of one document, describing whether it is checked out, and to whom.
Constructors
NSCheckoutInfo()
Initializes a new instance of the NSCheckoutInfo class.
Methods
GetAssociateId()
Returns: CRMScript.Global.Integer - ID of associate who has currently checked out the document; 0 if it is not checked out, or is checked out by someone who is not a SuperOffice user.
Example:
GetName()
Returns: CRMScript.Global.String - Name of person who has currently checked out the document; blank if it is not checked out.
This property may also be blank if the AssociateId is nonzero; NetServer will retrieve the associates’ name as needed.
Example:
GetState()
Returns: CRMScript.Global.Integer - The checkout state. See <xref href=“CRMScript.NetServer.CheckoutState” data-throw-if-not-resolved=“false”></xref>
Example:
SetAssociateId(Integer)
Returns: CRMScript.Global.Void
Example:
SetName(String)
Returns: CRMScript.Global.Void
This property may also be blank if the AssociateId is nonzero; NetServer will retrieve the associates’ name as needed.
Example:
SetState(Integer)
Returns: CRMScript.Global.Void
Example: