|
|
|
|
|
SaaSAdminListClient (Function) In french: SaaSAdminListeClient Lists the client accounts of SaaS web service database. Remarks: - To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
- The use of this function is reserved to the SaaS administrator. A manager of client accounts cannot use this function.
arrClient is array of saasClient
arrClient = SaaSAdminListClient()
FOR EACH Client OF arrClient
Trace(Customer.Name)
END
Syntax
<Result> = SaaSAdminListClient()
<Result>: Array of saasClient variables List of client accounts for the SaaS web service.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|