File Name
Syntax
GetAccessProfile(VAL access_id: STRING): ProfileRecord)
Parameters
user_id - string
Returns
String
Side Effects
None
Description
This function returns the profile record for this user ID.
Dialog Forms Called
None
File Name
Syntax
GetGroupProfile(VAL group_id: STRING): ProfileRecord
Parameters
group_id - string
Returns
String
Side Effects
None
Description
This function returns the profile record for this group ID.
Dialog Forms Called
None
File Name
Syntax
GetProfile(VAL profile_id: INTEGER): ProfileRecord
Parameters
profile_id - Integer
Returns
String
Side Effects
None
Description
This function returns the a profile record. The profile ID is unique on this table.
Dialog Forms Called
None
File Name
Syntax
GetProfileAssignments(VAL profile: ProfileRecord): LIST OF ProfileAssignRecord
Parameters
profile - profileRecord
Returns
List of string
Side Effects
None
Description
This function returns the list of records from the profile_assign table. This will allow the user to get the list of assignments for this profile.
Dialog Forms Called
None
File Name
Syntax
GetProfileByName(VAL profile_name: STRING): ProfileRecor
Parameters
profile_name - String
Returns
String
Side Effects
None
Description
This function returns a profile record. The profile name is unique on this table.
Dialog Forms Called
None
File Name
Syntax
GetProfileEntityList(VAL profile: ProfileRecord): LIST OF ProfileEntityRecord
Parameters
profile - profileRecord
Returns
List of string
Side Effects
None
Description
This function returns the list of records from the profile_entity table. This will allow the user to get the list of entities for this profile.
Dialog Forms Called
None
File Name
Syntax
GetSystemProfile: ProfileRecord
Parameters
None
Returns
String
Side Effects
None
Description
This function returns the system default profile record.
Dialog Forms Called
None
File Name
Syntax
GetUserProfile(VAL user_id: STRING): ProfileRecord
Parameters
user_id - string
Returns
String
Side Effects
None
Description
This function returns the profile record for this user ID.
Dialog Forms Called
None
File Name
Syntax
LoadAllProfiles: LIST OF ProfileEventRec
Parameters
None
Returns
String
Side Effects
None
Description
This function returns a list of all profiles.
Dialog Forms Called
None
File Name
Syntax
LoadLocalEndUsers: List of String
Parameters
None
Returns
List of string
Side Effects
None
Description
This function will populate the List of string reference parameter with all local users active in the system.
Dialog Forms Called
None