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
ServerParameters
- _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 InterfaceAn implementing instance of the PdsShelfLifeIMovUpdConfirmDialog interface.
Community Additions
ADD
Show: