AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones SaaS
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
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 23/10/2023

Señalar un error o enviar una sugerencia | Ayuda local