Share via


xRecord.fieldBufferAccessRight(String) Method

Definition

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.

Applies to