ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Adds a SaaS client account.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The use of this function is reserved to the SaaS administrator. A manager of client accounts cannot use this function.
Example
// Declares an account for the "Hybrid" company in the database of SaaS web service
S is saasClient
S.Name = "Hybrid"
SaaSAdminAddClient(S)
Syntax

Adding a client account (via saasxxx variables) Hide the details

<Result> = SaaSAdminAddClient(<New customer>)
<Result>: Boolean
  • True if the addition was performed,
  • False otherwise. To get more details on the error, use ErrorInfo.
<New customer>: saasClient variable
Name of the saasClient variable containing the description of client account to add.

Adding a new client identified by its name Hide the details

<Result> = SaaSAdminAddClient(<Client account> [, <External reference>])
<Result>: Boolean
  • True if the addition was performed,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Client account>: Character string
Name of client to add into the SaaS database.
<External reference>: Optional character string
External reference of client account. If this parameter is not specified, the value of external reference corresponds to an empty string ("").
Component: wd300com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help