Information about a users credentials in a foreign system that can be bound to a SuperOffice user (associate)
Constructors
NSCredentialUser()
Initializes a new instance of the NSCredentialUser class.
Methods
GetCanCreatePerson()
Returns: CRMScript.Global.Bool
Example:
GetColumns()
Returns: CRMScript.Global.String[] - Columns, matching CredentialUsers.Headings.
Example:
GetDisplayValue()
Returns: CRMScript.Global.String - Display value of the user.
This value needs to be applied to the Credential.DisplayValue field.
Example:
GetValue()
Returns: CRMScript.Global.String - Identification of user in the foreign system.
This value needs to be applied to the Credential.Value field
Example:
SetCanCreatePerson(Bool)
Returns: CRMScript.Global.Void
Example:
SetColumns(String[])
Returns: CRMScript.Global.Void
Example:
SetDisplayValue(String)
Returns: CRMScript.Global.Void
This value needs to be applied to the Credential.DisplayValue field.
Example:
SetValue(String)
Returns: CRMScript.Global.Void
This value needs to be applied to the Credential.Value field
Example: