XppPrePostArgs.addArg Method [AX 2012]
Adds the name and value of the publisher's argument to the XppPrePostArgs instance.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
public int addArg(str argName, anytype value)
Microsoft Dynamics AX 2012 R2 (SYS)
public int addArg(str argName, anytype value)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public boolean addArg(str _fieldName, anytype _value)
Microsoft Dynamics AX 2012 (FPK)
public boolean addArg(str _fieldName, anytype _value)
Microsoft Dynamics AX 2012 (SYS)
public boolean addArg(str _fieldName, anytype _value)
Run On
CalledCommunity Additions
ADD
Show:
Note