| func_objid | function | objid | Objid from table function | 3 (UNIQUE) |
| group_inst_objid | group_inst | objid | Objid from table group_inst | |
| func_group_objid | func_group | objid | Objid from table func_group | |
| focus_lowid | group_inst | focus_lowid | Status of group_inst | |
| group_seqno | group_inst | seqno | Seq no of group_inst | |
| group_status | group_inst | status | Status of group_inst | |
| group_iter_seqno | group_inst | iter_seqno | Sequence no of group | |
| group_no_functions | group_inst | no_functions | No of running Functions on group | |
| group_cond_val | group_inst | cond_val | Conditional expression for conditional group | |
| focus_type | group_inst | focus_type | Focus object for group | |
| error_status | group_inst | error_status | Status of an error group (Active, Fallout, Resumed) | |
| group_status_code | group_inst | status_code | Status code | |
| group_start_time | group_inst | start_time | Date and time the function was executed | |
| group_end_time | group_inst | end_time | Date and time the function was completed | |
| focus_object | group_inst | focus_object | Focus object as text (focus_type is less useful!) | |
| group_iter_instance_count | group_inst | iter_instance_count | Number of concurrent iteration instances | |
| resume_focus_type | group_inst | resume_focus_type | Resume focus type for error group | |
| resume_focus_lowid | group_inst | resume_focus_lowid | Resume focus lowid for error group | |
| err_code | group_inst | err_code | Error Code | |
| err_mess | group_inst | err_mess | Error message text | |
| err_type | group_inst | err_type | Type of error eg USER, SYSTEM | |
| err_info | group_inst | err_info | Additional info for an error | |
| func_group_type | func_group | type | Func group type | |
| func_group_iter_type | func_group | iter | Func group iter type | |
| path | function | value | Path | |
| rev_path | function | val_rev_path | Reverse path | |
| target_name | function | val_target_name | Path target object name | |
| target_id | function | val_target_id | Path target object type_id | |
| attrib_name | function | val_attrib_name | target attribute name | |
| filter_list | function | val_filter_list | Reverse path filter list | |
| sqlfrom | function | val_sqlfrom | FROM clause for SQL statement | |
| sqlwhere | function | val_sqlwhere | WHERE clause for SQL statement | |
| attrib_type | function | val_attrib_type | Attribute type, one of String, Number, Date | |
| is_flexible | function | val_is_flexible | 0 = attribute is fixed, 1 = attribute is flexible | |
| focus | function | val_focus | If val_type is Path then 0 = focus object, 1 =group_inst | |
| cond_path | func_group | cond_path | Path | |
| cond_rev_path | func_group | cond_rev_path | Reverse path | |
| cond_target_name | func_group | cond_target_name | Path target object name | |
| cond_target_id | func_group | cond_target_id | Path target object type id | |
| cond_attrib_name | func_group | cond_attrib_name | target attribute name | |
| cond_filter_list | func_group | cond_filter_list | Reverse path filter list | |
| cond_sqlfrom | func_group | cond_sqlfrom | FROM clause for SQL statement | |
| cond_sqlwhere | func_group | cond_sqlwhere | WHERE clause for SQL statement | |
| cond_attrib_type | func_group | cond_attrib_type | Attribute type, one of String, Number, Date | |
| cond_is_flexible | func_group | cond_is_flexible | 0 = attribute is fixed, 1 = attribute is flexible | |
| cond_focus | func_group | cond_focus | 0 = Current focus object, 1 = current group_inst | |
| func_seqno | function | seqno | Objid from table function | |
| func_cond_type | function | cond_type | Condition Type from table function | |
| func_val_type | function | val_type | Value Type from table function | |
| func_value | function | value | Value from table function | |
| func_cond_operator | function | cond_operator | Conditional operator from table function | |
| func_type | function | func_type | Function Type from table function | |