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
Modifies a SaaS client account.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The SaaS administrator will be able to modify all the client accounts. A client account manager will only have access to his own client account.
Example
// Changes the client name from "Hybrid" to "Hybrid Corp."
S is saasClient
S = SaaSAdminFindClient("Hybrid")
S.Name = "Hybrid corp."
 
IF SaaSAdminModifyClient(S) = True THEN
Info("The client account was successfully modified.")
END
Syntax
<Result> = SaaSAdminModifyClient(<Client account>)
<Result>: Boolean
  • True if the modification was performed,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Client account>: saasClient variable
Name of the saasClient variable corresponding to the SaaS Client account that must be modified in the SaaS database.
Component: wd290com.dll
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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