cond_route_sp_list
- Last UpdatedNov 20, 2024
- 1 minute read
Note: This table is currently not used.
The cond_route_sp_list table lists the stored procedures applicable to conditional routings and gives a more easily understood description of each.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
sp_name |
string40 |
Y |
N |
Name of stored procedure |
|
sp_desc |
string254 |
N |
N |
Description of stored procedure, for the purpose of selecting one to apply at a given decision point. |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail. |