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

4- 117
entity-type-name Name of the type of the entity that is associated with the scope.
scope-access The new access allowed to the entity. The two types of access that are allowed are:
read The scope can only read the entity information.
modify The scope may modify the entity; read access is automatically assigned.
The scope to be given access must have create capability to be allowed modify access.
Description
Open Mode: Shared-update or exclusive-update
Scope: DA scope or the entity's owner scope
Example
The following example changes the access allowed the scope personnel to the document IND-102 to modify
access.
>MODIFY SCOPE-ENTITY personnel;
>>ENTITY = IND-102;
>>ENTITY-TYPE = document;
>>SCOPE-ACCESS = modify.
>
MODIFY SCOPE-RELATIONSHIP
Modiļ¬es the access a scope has to a relationship.
Syntax
M[ODIFY] S[COPE-]R[ELATIONSHIP] scope-name
;R[ELATIONSHIP] = entity-name1
,entity-name2
[,entity-name3 ]
[,entity-name4 ]
[,entity-name5 ]
[,entity-name6 ]
;R[ELATIONSHIP-]T[YPE] = entity-type-name1
,entity-type-name2
[,entity-type-name3 ]
[,entity-type-name4 ]
[,entity-type-name5 ]
[,entity-type-name6 ]
[;R[ELATIONSHIP-]C[LASS] = relation-class-name ]