Userref
Purpose
Includes previously defined users in the definition of any of the following components:
- QueryGroup
- ReportingGroup
- RightsGroup
- SignatureGroup
- Site
- SiteGroup
- Sponsor
A Userref appears only as the child of an component in which it is included; it is not submitted as a stand-alone component.
Note: The only way to remove a user from a group is through the Admin function of the InForm application. You cannot remove a user by running the MedML Installer utility.
Syntax
<USERREF
USERNAME="name"/>
Attributes
USERNAME="name"
Name of the user to include in an component, as specified in the USERNAME attribute of the User definition.
Example
The following example illustrates the inclusion of the users Homer and Marge in the definition of a query group called SiteXQueries.
<QUERYGROUP GROUPNAME="SiteXQueries">
<USERREF USERNAME="Homer"/>
<USERREF USERNAME="Marge"/>
</QUERYGROUP>
Copyright © 2014, 2017 Oracle and/or its affiliates. All rights reserved.