GetItemReasGroups(Int32,String,Object) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetItemReasGroups() method retrieves the item group reasons from the database. that are valid for the specified entity. This overload of the method retrieves the item group reasons for the specified entity. It also includes item ID and reason group type parameters, which can be used to filter the results.
Parameters
- entID
- Required. Holds the ID of the entity, whose item reason groups are being retrieved.
- itemID
- Required. Holds the item ID to use as a filter. Pass a null to not use this parameter as a filter.
- grpType
- Optional. Holds the reason group type to use as a filter. Pass a null to not use this parameter as a filter.
Return Value
Returns a DataSet containing the item reason records for the entity, filtered by
the specified parameters.