PopupUtilReasonSelection Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupUtilReasonSelection() method opens a Utilization Reason Selection dialog. This dialog displays a list of Reason Groups on the left and the specific Reasons associated with the selected group on the right.
public static bool PopupUtilReasonSelection(
bool includeEmptyReason,
out int reasCd,
out string reasDesc
)
Parameters
- includeEmptyReason
- Required. Holds a flag that, if set to true, causes an entry to be included at the beginning of the list of reasons to allow for selection of 'None'.
- reasCd
- Output. Holds the selected reason code.
- reasDesc
- Output. Holds the selected reason description.
Return Value
Returns true if a reason was selected.