Previous Topic: REST_OPERATIONS Syntax ExamplesNext Topic: Common Elements


MODIFY FACTORY Statement

Changes the way factories are defined on OBJECT statements. MODIFY statements are read after OBJECT statements.

Syntax

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;] } ;] };

Arguments

fac_name

Identifies the factory, if included on the original OBJECT statement.

Optional Statements

At least one of these optional statements must be specified.

FUNCTION_GROUP name

Indicates which security access groups are permitted to access the object. For example:

FUNCTION_GROUP "admin" ;
DISPLAY_NAME name

Defines an external name for the table.

DISPLAY_NAME "Call Request" ;

STANDARD_LISTS

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.