xArgs.parmEnumType Method [AX 2012]

Gets or sets the EnumType parameter.

public int parmEnumType([int value])

Run On

Called

Parameters

value
Type: int
The value to set.

Return Value

Type: int
The value of the EnumType parameter.

  • This method is used with the parmEnum method to send a specific value of an enumeration type to the called object. For example:

  • args.parmEnumType(enumnum(AssetBookType));

  • args.parmEnum(AssetBookType::ValueModel);

Community Additions

ADD
Show: