GroupDef
GroupRef elements reference GroupDef elements by matching the GroupRef GroupOID attribute to the GroupDef OID attribute.
GroupRef is a child of User.
| Attribute/Child | Value/Map to Oracle InForm |
|---|---|
| OID | The DBUID of the group. |
| NAME | Name of group as displayed in the Oracle InForm software. |
| GroupType | Type of group as defined in the Oracle InForm software. |
| Right |
List of rights. Contains a list of Right elements, each of which contains a Description. |
Right
AdminData/pf:GroupDef/pf:Right| Attribute | Value/Map to Oracle InForm |
|---|---|
| Description | The right defined in the group |
Example
<pf:GroupDef OID="5954" Name="System Creator Group" GroupType="Rights">
<pf:Right Description="Create User"/>
<pf:Right Description="Terminate User" />
</pf:GroupDef>Parent topic: ODM mapping