|
|
|
|
|
- Properties specific to saasClient variables
- Functions that use the saasClient type
saasClient (Type of variable) In french: saasClient
The saasClient type is used to define the advanced characteristics of a SaaS client account. The characteristics of the client account can be defined and changed using different WLanguage properties. Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable. C is saasClient C.Name = "hybrid" Â SaaSAdminAddClient(C)
Remarks Properties specific to saasClient variables The following properties can be used to handle a SaaS client account: | | | Property | Type used | Effect |
---|
ExternalReference | Character string | The external reference allows you to store a link to an Information System external to the WEBDEV Application Server. The content of this property is free and its use is not required. | Information | Character string | Various information. This property can only be accessed by the administrator of SaaS Webservice (the "admin" account). | Name | Character string | Name of the client account. In most cases, the name of client company, the corporate name, or the last and first names of physical person. This property cannot be empty and must be unique for each SaaS Webservice. |
Functions that use the saasClient type
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|