File Name
Syntax
AcceptChangeCategoryForm( VAL addMode: STRING ) IS
Parameters
addMode - mode for the node.
Returns
Nothing
Side Effects
None
Description
This routine accepts the change category form.
Dialog Forms Called
None
File Name
Syntax
AddOrCopyChangeCategory IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This routine adds or copies a change category.
Dialog Forms Called
None
File Name
Syntax
BuildChangeCategoriesList(VAL altKey: STRING, VAL itemsCheck: INTEGER) IS
Parameters
altKey -
itemsCheck -
Returns
Nothing
Side Effects
None
Description
This routine builds a list of change categories.
Dialog Forms Called
None
File Name
Syntax
EditChangeCategory IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This routine edits a change category.
Dialog Forms Called
None
File Name
Syntax
EditIfMultipleOK IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This routine checks to see if this child node has parent nodes prior to editing it. If there are multiple parent nodes, then prompt the user of this fact and ask if it is alright to continue editing.
Dialog Forms Called
None
File Name
Syntax
GetChangeCategoryFields IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This routine retrieves the category organization name, category name, and category description.
Dialog Forms Called
None
File Name
Syntax
R_Validate_Adhoc_Value( VAL w: WINDOW ) IS
Parameters
w - Window handle
Returns
Nothing
Side Effects
None
Description
This routine ensures that the "Adhoc" data entry field is not disabled unless there is at least 1 associated model.
Dialog Forms Called
None
File Name
Syntax
RequiredFieldsProvided: BOOLEAN IS
Parameters
None
Returns
Boolean
Side Effects
None
Description
If either the category or description fields are unknown then this routine displays an error message.
Dialog Forms Called
None
File Name
Syntax
WWChangeCategories IS
Parameters
None
Returns
Nothing
Side Effects
None
Description
This is the wrapper routine used with the "Work With Change Categories" system action.
Dialog Forms Called
r_ctg.dfc[change_category]
File Name
Syntax
WWChangeCategoriesEvent( REF wwCategories: HierarchyEventInstRec ) IS
Parameters
wwCategories - categories hierarchy event instance record
Returns
Nothing
Side Effects
None
Description
This is the event routine for adding and editing Change Categories.
Dialog Forms Called
None