|
|
|
|
SaaSAdminFindService (Function) In french: SaaSAdminChercheService Finds the description of a SaaS service. Remarks: - To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
- The SaaS administrator will have access to all SaaS services. A manager of client accounts will only have access to the services associated with the sites to which he subscribed.
S is dynamic saasSite S = SaaSAdminFindSite("Forum") MyService is saasService dynamic MyService = SaaSAdminFindService("Post a message", S) IF ErrorOccurred = False THEN Info("Service found") END
Syntax
<Result> = SaaSAdminFindService(<Department> , <SaaS site>)
<Result>: saasService variable saasService variable containing the service description. The returned variable is empty if the search failed. <Department>: Character string Name of the service to find in the site. <SaaS site>: saasSite variable or character string Name of the saasSite variable (or site name) corresponding to the SaaS site that has the desired service.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|