| View Name: | ccc_scr_v |
| View Number: | 5213 |
| Group: | Script Mgr |
| Description: | Used to display script branch information on forms Script Writer (11300), Script Player (11301) and Script Tester (11302) |
| Flags: | VIEW_OPTIMIZED |
| Baseline/Custom: | Baseline |
| View Field Name | Table Name | Field Name | Comment | Generic Field Id |
|---|---|---|---|---|
| objid | curr_script(call_script) | objid | Current script internal record number | 3 (UNIQUE) |
| curr_s_name | curr_script(call_script) | name | Current script name | |
| next_s_objid | next_script(call_script) | objid | Next script internal record number | |
| next_s_name | next_script(call_script) | name | Next script name | |
| originator_objid | originator(user) | objid | Script originator internal record number | |
| originator_name | originator(user) | login_name | Script originator name |
| Join From | Join To |
|---|---|
| curr_script(call_script).s_next_s2call_script | OUTER next_script(call_script).snexts2call_script |
| curr_script(call_script).scr_originator2user | OUTER originator(user).orig2call_script |
| ccc_scr_v | |||