ReqCalcScheduleItem.promptPack Method [AX 2012]

Wraps a call to the pack when packing in the promptPrim.

Syntax

protected container promptPack([boolean promptRet])

Run On

Called

Parameters

  • promptRet
    Type: boolean
    A Boolean value that indicates whether the prompt was closed by clicking OK; optional.

Return Value

Type: container
A packed prompt item.

Remarks

This method can be used to pack prompt-specific items. To make it simple, do this in the pack method and use the isSwappingPrompt.

See Also

Reference

ReqCalcScheduleItem Class