PdsShelfLifeMovUpdConfirmDialogFactory.canGeneratePrompt Method [AX 2012]
Gets whether the constructed instance can display a prompt dialog box on the client.
protected boolean canGeneratePrompt(boolean _serverBound, Common _orderLineBuffer)
Run On
ServerParameters
- _serverBound
- Type: boolean
A Boolean value that indicates whether the context that is running is bound to the server.
- _orderLineBuffer
- Type: Common Table
The buffer of the order line that is used.
Return Value
Type: booleantrue if the constructed instance can generate a dialog box; otherwise, false.
Community Additions
ADD
Show: