|
|
|
|
- Properties specific to saasService variables
- Functions that use the SaaSService type
saasService (Type of variable) In french: saasService
The saasService type is used to define the advanced characteristics of a SaaS service. The characteristics of this service 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.
MyService is saasService MyService.Name = "Access" CurrentSite is saasSite SaaSAdminAddService(MyService, CurrentSite)
Remarks Properties specific to saasService variables The following properties can be used to handle a SaaS service: | | | Property name | Type used | Effect |
---|
Name | Character string | Service name. This name will be used to check the access authorization via SaaSCheckService. | Site | saasSite variable | SaaS site to which the service belongs. This property is available in read-only. |
Functions that use the SaaSService type The following functions are using a SaaSService variable:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|