PBAEnterprisePortalMain.assignValueToVariable Method [AX 2012]
Assigns a value to a specified variable.
public void assignValueToVariable(
str _varName,
int _arrayIndex,
str _value,
Types _type)
Run On
ServerParameters
- _varName
- Type: str
The variable name.
- _arrayIndex
- Type: int
The variable index.
- _value
- Type: str
The value to assign.
- _type
- Type: Types Enumeration
The type of the variable.
Community Additions
ADD
Show: