ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / SaaS functions
  • Properties specific to saasService variables
  • Functions that use the SaaSService type
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The saasService type is used to define the advanced characteristics of a SaaS service.
You can define and change the characteristics of this service using different WLanguage properties.
Note: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
MonService is saasService
MonService.Name = "Accès"

SiteActuel is saasSite

SaaSAdminAddService(MonService, SiteActuel)
Properties

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 mode.
Remarks

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: 03/28/2025

Send a report | Local help