PdsShelfLifeMovUpdConfirmDialogFactory.createConfirmDialogFromLineAndField Method [AX 2012]

Constructs an instance implementing the PdsShelfLifeIMovUpdConfirmDialog interface for the specified arguments.

public PdsShelfLifeIMovUpdConfirmDialog createConfirmDialogFromLineAndField(
    Common _orderLineBuffer, 
    FieldId _fieldNumberChanged, 
    boolean _isContextServerBound)

Run On

Server

Parameters

_orderLineBuffer
Type: Common Table
The buffer that represents the record that is being modified.
_fieldNumberChanged
Type: FieldId Extended Data Type
The ID of the field that is being modified.
_isContextServerBound
Type: boolean
A Boolean value that indicates whether the execution is bound to the server.

Return Value

Type: PdsShelfLifeIMovUpdConfirmDialog Interface
An implementing instance of the PdsShelfLifeIMovUpdConfirmDialog interface.

ExceptionCondition
Error

The specified buffer is not a record of the supported tables.

–or–

The specified field number is not a supported field.

Community Additions

ADD
Show: