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 a SaaS pricing.
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
S is dynamic saasSite
S = SaaSAdminFindSite("Forum")
 
P is dynamic saasPricing
P = SaaSAdminFindPricing("Promo 2009", S)
IF ErrorOccurred = True THEN
Error("The pricing was not found")
ELSE
Error("The pricing was found")
END
Syntax
<Result> = SaaSAdminFindPricing(<Pricing> , <SaaS site>)
<Result>: saasPricing variable
saasPricing variable containing the description of sought pricing.
If the pricing is not found, the returned variable is empty.
<Pricing>: Character string
Name of the pricing to be found in the SaaS site.
<SaaS site>: saasSite variable or character string
Name of the saasSite variable or SaaS site in which the pricing is searched for.
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