ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
  • Properties specific to saasClient variables
  • Functions that use the saasClient 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 saasClient type is used to define the advanced characteristics of a SaaS client account.
The characteristics of the client account 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
C is saasClient
C.Name = "hybrid"
 
SaaSAdminAddClient(C)
Remarks

Properties specific to saasClient variables

The following properties can be used to handle a SaaS client account:
PropertyType usedEffect
ExternalReferenceCharacter stringThe external reference allows you to store a link to an Information System external to the WEBDEV Application Server.
The content of this property is free and its use is not required.
InformationCharacter stringVarious information.
This property can only be accessed by the administrator of SaaS Webservice (the "admin" account).
NameCharacter stringName of the client account.
In most cases, the name of client company, the corporate name, or the last and first names of physical person.
This property cannot be empty and must be unique for each SaaS Webservice.

Functions that use the saasClient type

SaaSAdminAddClientAdds a SaaS client account.
SaaSAdminAddSubscriptionAdds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminAddUserAdds a SaaS user.
SaaSAdminClientConnectionReturns the connection to the database of a client account for a SaaS site.
SaaSAdminCreateClientDatabaseCreates the database of a client account for a SaaS site.
SaaSAdminDeleteClientDeletes a SaaS client account.
SaaSAdminFindClientFinds a SaaS client account.
SaaSAdminFindSubscriptionFinds a SaaS subscription.
SaaSAdminListClientSubscriptionLists the SaaS subscriptions of a client account.
SaaSAdminListUserLists the users of the SaaS Webservice database.
SaaSAdminModifyClientModifies a SaaS client account.
SaaSAdminModifyClientConnectionModifies the connection to the client database for a 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