ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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.
Example
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.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help