ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / SaaS functions
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
SaaSAdminWriteSiteParameter (Function)
In french: SaaSAdminEcritParamètreSite
Saves an information specific to the client. This function can be run outside the relevant SaaS site.
Example
SaaSAdminWriteSiteParameter("Jet-Thames", "Smith", "logo", "./logoPCSOFT.png")
Syntax

Saving an information Hide the details

<Result> = SaaSAdminWriteSiteParameter(<SaaS site> , <SaaS client> , <Parameter name> , <Value>)
<Result>: Boolean
  • True if the writing was successful,
  • False otherwise. To get more details on the error, use ErrorInfo.
<SaaS site>: Character string
Name of SaaS site to use.
<SaaS client>: Character string
Name of SaaS client account.
<Parameter name>: Character string
Name of data to save.
<Value>: Character string
Value of data that will be saved for this client.

Saving an information (by using the saasxxx variables) Hide the details

<Result> = SaaSAdminWriteSiteParameter(<SaaS site> , <Client account> , <Parameter name> , <Value>)
<Result>: Boolean
  • True if the writing was successful,
  • False otherwise. To get more details on the error, use ErrorInfo.
<SaaS site>: saasSite variable
Name of the saasSite variable corresponding to the SaaS site to use.
<Client account>: saasClient variable
Name of the saasClient variable corresponding to the SaaS client account.
<Parameter name>: Character string
Name of data to save.
<Value>: Character string
Value of data that will be saved for this client.
Component: wd290com.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help