Share via


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.

Syntax

protected str getVarMapKey(PBAVarExt _varId, PBAArrayIdx _arrayIndex)

Run On

Server

Parameters

Return Value

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

See Also

Reference

PBAEnterprisePortalMain Class