XppPrePostArgs.getArgNum Method [AX 2012]

Retrieves the ;publisher's argument by index.

public anytype getArgNum(int argIndex)

Run On

Called

Parameters

argIndex
Type: int
An int index of the target argument.

Return Value

Type: anytype
An anytype value of the specified argument.

The index range is 0-based for static publishers but 1-based for instance publishers.

Community Additions

ADD
Show: