ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
  • Properties specific to saasService variables
  • Functions that use the SaaSService type
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
The saasService type is used to define the advanced characteristics of a SaaS service.
The characteristics of this service can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
MyService is saasService
MyService.Name = "Access"
 
CurrentSite is saasSite
 
SaaSAdminAddService(MyService, CurrentSite)
Remarks

Properties specific to saasService variables

The following properties can be used to handle a SaaS service:
Property nameType usedEffect
NameCharacter stringService name. This name will be used to check the access authorization via SaaSCheckService.
SitesaasSite variableSaaS site to which the service belongs.
This property is available in read-only.

Functions that use the SaaSService type

The following functions are using a SaaSService variable:
SaaSAdminAddServiceAdds a SaaS service into the description of a site.
SaaSAdminDeleteServiceDeletes a SaaS service.
SaaSAdminFindServiceFinds the description of a SaaS service.
SaaSAdminModifyServiceModifies a SaaS service.
SaaSAdminPricingDisableServiceDisables a service in a SaaS pricing.
SaaSAdminPricingEnableServiceEnables a service in a SaaS pricing.
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/26/2023

Send a report | Local help