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 pricing of a SaaS site.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The SaaS administrator will have access to all the prices. A manager of client account will only have access to the pricing of sites to which he subscribed.
Example
// Display the pricing of the CRM site in a List Box control
arrPricing is array of saasPricing
arrPricing = SaaSAdminListPricing("CRM")
 
FOR EACH Pricing OF arrPricing
ListAdd(LIST_Pricing, Pricing..Name)
END
Syntax
<Result> = SaaSAdminListPricing(<SaaS site>)
<Result>: Array of saasPricing variables
List of SaaS pricing defined for the site.
<SaaS site>: saasSite variable or character string
Name of the saasSite variable corresponding to the SaaS site for which the pricing is searched for.
This parameter can also be a character string corresponding to the name of SaaS site used.
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/31/2022

Send a report | Local help