|
|
|
|
|
- Properties specific to saasClient variables
- Functions that use the saasClient type
saasClient (Variable type) In french: saasClient
The saasClient type is used to define the advanced characteristics of a SaaS client account. You can define and change the characteristics of the client account using different WLanguage properties. Note: 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)
Properties 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 | Miscellaneous. This property can only be accessed by the administrator of SaaS web service (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 web service. |
Remarks Functions that use the saasClient type
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|