GetOldAvailableReasons Method (Util)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetOldAvailableReasons() method retrieves a set of final reasons for the specified entity and for the specified non-final reason code.
'Declaration
Public Shared Function GetOldAvailableReasons( _
ByVal entID As Integer, _
ByVal reasonCode As Integer _
) As DataSet
public static DataSet GetOldAvailableReasons(
int entID,
int reasonCode
)
Parameters
- entID
- Required. Holds the ID of the entity for which to retrieve the non-final reasons.
- reasonCode
- Required. Holds the non-final reason code for which the final reason codes are being retrieved.
Return Value
Returns a DataSet containing a row for every reason for the entity and that
matches the specified non-final reason code.