|
|
|
|
|
SaaSAdminDeleteClient (Function) In french: SaaSAdminSupprimeClient Deletes a SaaS client account. Notes: - To use this function, a SaaS management session must have been started beforehand by SaaSAdminConnect.
- The use of this function is reserved to the SaaS administrator. A manager of client accounts cannot use this function.
S is SaaSClient S = SaaSAdminFindClient("Hybrid")
IF SaaSAdminDeleteClient(S) = True THEN Info("Client deleted") END
Syntax
<Result> = SaaSAdminDeleteClient(<Client Account>)
<Result>: Boolean - True if the deletion was performed,
- False otherwise. To find out the error details, use ErrorInfo.
<Client Account>: saasClient variable or character string Client account to delete from the SaaS database.If this parameter is a character string, this one represents the name of client account or its ExternalReference property.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|