Manuais
PHC GO Funções SDK - Parameters
 

Parameters

This class contains methods and functions related to the application parameters.
 
 

getParameter


Description

Gets a parameter value based on the provided key.

Return Function

The value of the parameter corresponding to the key provided.

Parameters


Name Description Type
key Identifies the parameter to retrieve the value from.It must match a ParameterVO.descricao field. String

Example


'Gets the value of parameter "AllowStocks" (Uses Stock Management) 

Dim parameterValue = SDK.Parameters.getParameter("AllowStocks")