PMFSeqAcceptChanges::newFromForm Method [AX 2012]
Creates a new instance of the PMFSeqAcceptChanges class that is based on the parameter values from the caller.
server public static PMFSeqAcceptChanges newFromForm(Args _args, [boolean _firm])
Run On
ServerParameters
- _args
- Type: Args Class
The Args values from the caller.
- _firm
- Type: boolean
A Boolean value that indicates whether the suggested changes will be firmed after they are accepted. The default value is false.
Return Value
Type: PMFSeqAcceptChanges ClassA new instance of the PMFSeqAcceptChanges class that is based on the parameter values from the caller.
Show: