DMFEntityBase.getFieldsSequence Method [AX 2012]

Function to get the field sequence.

Syntax

public container getFieldsSequence(
    FieldName _fieldName, 
    int _position, 
   [boolean _runOnValidate, 
    boolean _runOnModified])

Run On

Called

Parameters

  • _position
    Type: int
    A value for the position of type integer.
  • _runOnValidate
    Type: boolean
    A boolean value initialised with false.
  • _runOnModified
    Type: boolean
    A boolean value initialised with false.

Return Value

Type: container
Returns a field sequence.

See Also

Reference

DMFEntityBase Class