XppPrePostArgs.getArg Method [AX 2012]
Retrieves the publisher's argument by name.
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 anytype getArg(str argName)
Microsoft Dynamics AX 2012 R2 (SYS)
public anytype getArg(str argName)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
public anytype getArg(str _fieldName)
Microsoft Dynamics AX 2012 (FPK)
public anytype getArg(str _fieldName)
Microsoft Dynamics AX 2012 (SYS)
public anytype getArg(str _fieldName)
Run On
CalledParameters
- argName
- Type: str
A string data type value that specifies the name of the argument to get.
Community Additions
ADD
Show:
Note