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
SaaSWriteSiteParameter (Function)
In french: SaaSEcritParamètreSite
Saves a specific information for a SaaS site in the configuration of a client account.
New in version 2024
WINDEVWindows This function is now available for WINDEV applications in Windows.
Example
// Customize the logo
SaaSWriteSiteParameter("logo", "./logo_PCSOFT.png")
Syntax
<Result> = SaaSWriteSiteParameter(<Parameter name> , <Value>)
<Result>: Boolean
  • True if the parameter was modified,
  • False otherwise. To get more details on the error, use ErrorInfo.
Remark: The connected user must have the rights to write this information (management rights).
<Parameter name>: Character string
Name of parameter that will be modified in the current site.
The site parameters must have been defined in the SaaS administrator when configuring the site.
<Value>: Character string
New value for the parameter.
Remarks
The parameters of a site are defined by the administrator of the SaaS system when configuring the site in the SaaS administrator. They can have default values.
The parameters of the site are intended to allow the customization of the UI or behavior of the SaaS sites. For more details on how to use them, see "Developing a SaaS site".
Business / UI classification: Business Logic
Component: wd290com.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/23/2023

Send a report | Local help