PopupItemReasonSelection Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupItemReasonSelection() method opens an Item 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.
This overload of the method allows the item reasons to be filtered by item ID, entity, and/or only rejected reasons.
| Overload | Description |
|---|---|
| PopupItemReasonSelection(String,Int32,Boolean,Boolean,Int32,String) | The PopupItemReasonSelection() method opens an Item 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. This overload of the method allows the item reasons to be filtered by item ID, entity, and/or only rejected reasons. |
| PopupItemReasonSelection(Boolean,Int32,String) | The PopupItemReasonSelection() method opens an item 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. This overload of the method does not filter the item reasons by item ID, entity, or rejected reasons. |