HP System Dictionary/XL SDMAIN Reference Manual (32256-90001)

4-130
Parameters
old-entity-type-name Name of the entity type to be renamed.
new-entity-type-nameNew name of the entity type.
Description
To avoid possible name conflicts with any future extensions to the core set, do not rename any entity types
to a name starting with the characters "HP" .
Open Mode: Customization
Scope: DA scope or the entity type's owner scope
Example
The following example renames the entity type equipment to the new name furniture.
>RENAME ENTITY-TYPE equipment, furniture.
>
RENAME RELATIONSHIP-CLASS
Renames a relationship class.
Syntax
REN[AME] R[ELATIONSHIP-]C[LASS] old-rel-class-name
,new-rel-class-name
.
Parameters
old-rel-class-name Name of the relationship class to be renamed.
new-rel-class-name New name of the relationship class.
Description
To avoid possible name conflicts with any future extensions to the core set, do not rename any relationship
class to a name starting with the characters "HP" .
Open Mode: Customization
Scope: DA scope or the relationship class's owner scope
Example
The following example renames the relationship class generates to the new name creates.
>RENAME RELATIONSHIP-CLASS generates, creates.
>
RENAME REPORT
Renames a report.