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

Server

Parameters

_varId
Type: PBAVarExt Extended Data Type
The variable external ID.
_arrayIndex
Type: PBAArrayIdx Extended Data Type
The variable array index.

Return Value

Type: str
A concatenated string of the variable ID and the variable array index.

Community Additions

ADD
Show: