File Name
Syntax
EVENT PickFromListEvent ( REF Group_Name: STRING ) IS
Parameters
Group_Name
Returns
Nothing
Side Effects
None
Description
Returns a group name from the groups list.
Dialog Forms Called
None
File Name
Syntax
R_ConvertPeople(VAL People_ID: INTEGER): STRING IS
Parameters
People_Id - The People_id to convert.
Returns
User_ID
Side Effects
None
Description
Converts the People_ID to the User_ID.
Dialog Forms Called
None
File Name
Syntax
R_Count(VAL Organization_ID: STRING): INTEGER IS
Parameters
Organization_Id - the Organization ID to review.
Returns
Integer
Side Effects
None
Description
Returns 1 if Organization_ID is in the table.
Dialog Forms Called
None
File Name
Syntax
PROCEDURE R_Migrate(VAL oFlagPauseOnErrors: BOOLEAN, VAL oFlagLogFile: BOOLEAN, VAL oFlagDisplayCMDStatusMessages: BOOLEAN, VAL oFlagDisplayWarning: BOOLEAN, VAL oGlobalCurrentLogFileName: BOOLEAN, VAL PSITE_NO: INTEGER, VAL oMessageWindow: WINDOW) IS
Parameters
oFlagPauseOnErrors - flag for WriteMessage
oFlagLogFile - flag for WriteMessage
oFlagDisplayCMDStatusMessages- flag for WriteMessage
oFlagDisplayWarning - flag for WriteMessage
oGlobalCurrentLogFileName - log file for WriteMessage
PSITE_NO - default Site Number
oMessageWindow - message window
Returns
Nothing
Side Effects
None
Description
TCM Migration.
Dialog Forms Called
r_600mig.dfc[tcm_migration]
File Name
Syntax
R_MigrateEvent(REF this_Migration: R_MIGRATE_REC) IS
Parameters
this_Migration - Migration record.
Returns
Nothing
Side Effects
None
Description
Event handler for TCM Migration.
Dialog Forms Called
None
File Name
Syntax
R_PerformMigration: INTEGER IS
Parameters
None
Returns
Integer
Side Effects
None
Description
Returns 1 if Successful
Dialog Forms Called
None
File Name
Syntax
R_ProcessOrgList(REF this_Org: List Of STRING) IS
Parameters
this_Org - list of organization_ID
Returns
Nothing
Side Effects
None
Description
Creates records in the TCM_MIGRATION table.
Dialog Forms Called
r_600mig.dfc[picklistform]