Manuais
PHC GO Funções SDK - Parameters
 

Parameters


 
 

Description

Gets a parameter value based on the provided parameter ID.

Return Function

The value of the parameter corresponding to the ID provided.

Parameters


Name Description Type
parameterId Identifies the parameter to retrieve the value from. It must match a parameter description field. String

Example


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

let parameterValue = sdk.readParameter("ge_usalog");