Changes the way factories are defined on OBJECT statements. MODIFY statements are read after OBJECT statements.
MODIFY FACTORY fac_name {
[FUNCTION_GROUP name ;]
[DISPLAY_NAME name ;]
[STANDARD_LISTS {
[SORT_BY index_att ;]
[FETCH fetch_att ;]
[WHERE string ;]
[MLIST ON|OFF;]
[RLIST ON|OFF;] } ;] };
Identifies the factory, if included on the original OBJECT statement.
At least one of these optional statements must be specified.
Indicates which security access groups are permitted to access the object. For example:
FUNCTION_GROUP "admin" ;
Defines an external name for the table.
DISPLAY_NAME "Call Request" ;
Creates lists of objects that are kept in a cache. The parameters determine whether the lists are master lists or restricted lists, whether the objects included in the list must meet specified conditions, and how the lists can be sorted. Refer STANDARD_LISTS Optional Statements for a description of the syntax.
|
Copyright © 2013 CA.
All rights reserved.
|
|