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
Deletes a SaaS pricing. Its subscriptions are automatically deleted.
Remarks:
  • To use this function, a SaaS management session must have been started previously with SaaSAdminConnect.
  • The use of this function is reserved to the SaaS administrator. A manager of client accounts cannot use this function.
Example
// Delete the "Promo 2009" pricing from the "Forum" site
S is saasSite
P is saasPricing
 
S = SaaSAdminFindSite("Forum")
P = SaaSAdminFindPricing("Promo 2009", S)
 
SaaSAdminDeletePricing(P)
Syntax

Deleting a pricing (by using the saasxxx variables) Hide the details

<Result> = SaaSAdminDeletePricing(<Pricing>)
<Result>: Boolean
  • True if the deletion was performed,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Pricing>: saasPricing variable
Name of the saasPricing variable corresponding to the pricing to be removed from the SaaS database.

Deleting a pricing identified by its name Hide the details

<Result> = SaaSAdminDeletePricing(<Pricing> , <SaaS site>)
<Result>: Boolean
  • True if the deletion was performed,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Pricing>: Character string
Name of the pricing to be removed from the SaaS database.
<SaaS site>: Character string
Name of SaaS site that owns the pricing.
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