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
SaaSAdminIsConnected (Function)
In french: SaaSAdminEstConnecté
Indicates whether a SaaS management session was opened.
Example
IF SaaSAdminIsConnected() = False THEN
Error("You must connect as administrator.")
END
Syntax
<Result> = SaaSAdminIsConnected([<Required level>])
<Result>: Boolean
  • True in the following cases:
    • The SaaS Administrator is connected and no parameter is specified.
    • The SaaS administrator is connected and the saasAdministrator constant is specified.
    • An account manager is connected and the saasAccountManager constant is specified.
    • One or the other is connected and both constants are specified.
  • False otherwise. To get more details on the error, use ErrorInfo.
<Required level>: Optional constant or combination of Integer type optional constants
Required level for connecting:
saasAccountManagerRequired level: Senior account manager.
saasAdministrator
(default value)
Required level: Administrator.
These two constants can be combined.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/02/2023

Send a report | Local help