PBAEnterprisePortalMain.getVarMapKey Method [AX 2012]
Creates a map key by concatenating the varId value and the arrayIndex value to uniquely define a variable in a pre-configuration session.
protected str getVarMapKey(PBAVarExt _varId, PBAArrayIdx _arrayIndex)
Run On
ServerParameters
- _varId
- Type: PBAVarExt Extended Data Type
The variable external ID.
- _arrayIndex
- Type: PBAArrayIdx Extended Data Type
The variable array index.
Community Additions
ADD
Show: