GetKeys
Fetches key values (primary or foreign) from the specified table or entity for lookup and integration purposes.
Stored Procedure-Specific Information
To execute this procedure, enter:EXEC GetKeys Object='expenseadjustmentreport'
Input
| Name | Type | Description |
| Object | String | The name of the table from which to retrieve the list of keys. |
Result Set Columns
| Name | Type | Description |
| Key | String | The keys retrieved from the specified table, representing the unique identifiers for records. |