xRecord.fieldBufferAccessRight(String) 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.
Returns the field access right for the current record.
public:
virtual Dynamics::AX::Application::AccessRight fieldBufferAccessRight(System::String ^ _fieldName);
public virtual Dynamics.AX.Application.AccessRight fieldBufferAccessRight (string _fieldName);
abstract member fieldBufferAccessRight : string -> Dynamics.AX.Application.AccessRight
override this.fieldBufferAccessRight : string -> Dynamics.AX.Application.AccessRight
Public Overridable Function fieldBufferAccessRight (_fieldName As String) As AccessRight
Parameters
- _fieldName
- String
The name of the field for which to obtain the field access right.
Returns
The field access right.