File Name
Syntax
GetEntitiesForUser ( REF user: UserEventRecord): LIST OF EntityRecord
Parameters
user - a user Event Record
Returns
List
Side Effects
None
Description
This function retrieves entities for users based on the system default profile, user's group profiles, or user profile.
Dialog Forms Called
None
File Name
Syntax
PickEntity( VAL w: Window, REF multiSelectEntityList: LIST OF EntityRecord ): BOOLEAN
Parameters
w - window handle of calling dialog box
entity - EntityRecord
Returns
TRUE if an entity was selected, FALSE if cancelled
Side Effects
None
Description
This function allows a user to select an entity and return that entity to the calling function.
Dialog Forms Called
None