ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
  • Properties specific to saasSite variables
  • Functions that use the saasSite 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 saasSite type is used to define the advanced characteristics of a SaaS WEBDEV site.
The characteristics of this site 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
MySite is saasSite
MySite.Name = "AVSite"
 
SaaSAdminAddSite(S)
Remarks

Properties specific to saasSite variables

The following properties can be used to handle a SaaS site:
Property nameType usedEffect
NameCharacter stringSite name. This name will be used in the SaaS administrator and in programming to identify the site. In most cases, it corresponds to the project name or to the deployment name of WEBDEV site.

Functions that use the saasSite type

The following functions are using a SaaS site:
SaaSAdminAddPricingAdds a SaaS pricing.
SaaSAdminAddServiceAdds a SaaS service into the description of a site.
SaaSAdminAddSiteAdds a SaaS site.
SaaSAdminClientConnectionReturns the connection to the database of a client account for a SaaS site.
SaaSAdminConfigureSiteDataConfigures the management of data for a SaaS site.
SaaSAdminCreateClientDatabaseCreates the database of a client account for a SaaS site.
SaaSAdminDeleteSiteDeletes a SaaS site.
SaaSAdminFindPricingFinds a SaaS pricing.
SaaSAdminFindServiceFinds the description of a SaaS service.
SaaSAdminFindSiteFind a site in the database of SaaS Webservice.
SaaSAdminListClientSubscriptionLists the SaaS subscriptions of a client account.
SaaSAdminListPricingLists the pricing of a SaaS site.
SaaSAdminListServiceLists the SaaS services associated with a SaaS site, a pricing or a user.
SaaSAdminListSubscriptionLists the SaaS subscriptions associated with a site or pricing.
SaaSAdminModifyClientConnectionModifies the connection to the client database for a SaaS site.
SaaSAdminModifySiteModifies a SaaS site.
SaaSAdminSiteConnectionReturns the connection to the common database or to the reference database of the SaaS site.
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