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
Lists the SaaS subscriptions of a client account.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The SaaS Administrator will have access to all subscriptions. A manager of client accounts will have access to his own subscriptions.
Example
// Displays the subscriptions of a client in a Table control (linked to an Array variable)
arrSub is array of saasSubscription
arrSub = SaaSAdminListClientSubscription(EDT_ClientName)
SourceToScreen()
Syntax

Listing the SaaS subscriptions of a client account (via the saasxxxx variables) Hide the details

<Result> = SaaSAdminListClientSubscription(<Client account> [, <SaaS site>])
<Result>: Array of saasSubscription variables
List of subscriptions.
<Client account>: saasClient variable
Name of the saasClient variable that corresponds to the SaaS client account for which the subscriptions are to be found.
<SaaS site>: Optional saasSite variable
Name of the saasSite variable containing the description of the SaaS site to use. If this parameter is specified, only the subscriptions to the specified SaaS site will be listed ; otherwise, all the subscriptions of client account will be listed.

Listing the subscriptions of a client account identified by its name Hide the details

<Result> = SaaSAdminListClientSubscription(<Client account> [, <SaaS site>])
<Result>: Array of saasSubscription variables
List of subscriptions.
<Client account>: Character string
Name of SaaS client account for which the subscriptions are sought.
<SaaS site>: Optional character string
Name of SaaS site to use. If this parameter is specified, only the subscriptions to the specified SaaS site will be listed ; otherwise, all the subscriptions of client account will be listed.
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