GetOldAvailableReasons Method (UtilExec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetOldAvailableReasons() method retrieves a set of final reasons for the current entity and for the specified non-final reason code.
'Declaration
Public Function GetOldAvailableReasons( _
ByVal reasonCode As Integer _
) As DataSet
public DataSet GetOldAvailableReasons(
int reasonCode
)
Parameters
- 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 final reason for the entity and
non-final reason.