AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones SaaS
  • Properties specific to saasClient variables
  • Functions that use the saasClient type
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
The saasClient type is used to define the advanced characteristics of a SaaS client account.
The characteristics of the client account can be defined and changed using different WLanguage properties.
Remark: For more details on the declaration of this type of variable and the use of WLanguage properties, see Declaring a variable.
Example
C is saasClient
C.Name = "hybrid"
 
SaaSAdminAddClient(C)
Remarks

Properties specific to saasClient variables

The following properties can be used to handle a SaaS client account:
PropertyType usedEffect
ExternalReferenceCharacter stringThe external reference allows you to store a link to an Information System external to the WEBDEV Application Server.
The content of this property is free and its use is not required.
InformationCharacter stringVarious information.
This property can only be accessed by the administrator of SaaS Webservice (the "admin" account).
NameCharacter stringName of the client account.
In most cases, the name of client company, the corporate name, or the last and first names of physical person.
This property cannot be empty and must be unique for each SaaS Webservice.

Functions that use the saasClient type

SaaSAdminAddClientAdds a SaaS client account.
SaaSAdminAddSubscriptionAdds a subscription to a pricing of a SaaS site for a client account.
SaaSAdminAddUserAdds a SaaS user.
SaaSAdminClientConnectionReturns the connection to the database of a client account for a SaaS site.
SaaSAdminCreateClientDatabaseCreates the database of a client account for a SaaS site.
SaaSAdminDeleteClientDeletes a SaaS client account.
SaaSAdminFindClientFinds a SaaS client account.
SaaSAdminFindSubscriptionFinds a SaaS subscription.
SaaSAdminListClientSubscriptionLists the SaaS subscriptions of a client account.
SaaSAdminListUserLists the users of the SaaS Webservice database.
SaaSAdminModifyClientModifies a SaaS client account.
SaaSAdminModifyClientConnectionModifies the connection to the client database for a SaaS site.
Versión mínima requerida
  • Versión 15
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/01/2023

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