xRecord.fieldState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
fieldState(Int32) |
Sets or returns the state of a field in the table buffer. |
fieldState(Int32, FieldState) |
fieldState(Int32)
Sets or returns the state of a field in the table buffer.
public:
virtual Dynamics::AX::Application::FieldState fieldState(int num1);
public virtual Dynamics.AX.Application.FieldState fieldState (int num1);
abstract member fieldState : int -> Dynamics.AX.Application.FieldState
override this.fieldState : int -> Dynamics.AX.Application.FieldState
Public Overridable Function fieldState (num1 As Integer) As FieldState
Parameters
- num1
- Int32
Returns
The old state of the field.
Applies to
fieldState(Int32, FieldState)
public:
virtual Dynamics::AX::Application::FieldState fieldState(int _fieldId, Dynamics::AX::Application::FieldState _state);
public virtual Dynamics.AX.Application.FieldState fieldState (int _fieldId, Dynamics.AX.Application.FieldState _state);
abstract member fieldState : int * Dynamics.AX.Application.FieldState -> Dynamics.AX.Application.FieldState
override this.fieldState : int * Dynamics.AX.Application.FieldState -> Dynamics.AX.Application.FieldState
Public Overridable Function fieldState (_fieldId As Integer, _state As FieldState) As FieldState
Parameters
- _fieldId
- Int32
- _state
- FieldState