Configuring Custom Rules for the Suggested Items List
Files related to the Suggested Items list are located in the <PPM_Home>/conf/quicklist directory, which contains the following:
-
core_derivationssubdirectory, which contains the Micro Focus-supplied rules -
custom_derivationssubdirectory, where you must save all custom rules -
Master file named
QuickListMaster.xml,which identifies all the Micro Focus-supplied and custom rules and indicates which ones are enabled
Each Micro Focus-supplied rule or custom rule for the Suggested Items list is specified as an XML definition file with tags and SQL query information (see Rule Definitions).
To create a custom rule:
-
Copy and rename an existing Micro Focus-supplied rule from the
core_derivationsdirectory or an existing custom rule from thecustom_derivationsdirectory.Alternatively, create the new rule from scratch as an XML file.
-
Write the new rule. See Rule Definitions.
-
Save the new custom rule in the
custom_derivationsdirectory. -
Revise the
QuickListMaster.xmlmaster file in thequicklistdirectory as follows (see QuickListMaster.xml File):-
If appropriate, disable the Micro Focus-supplied rule (found in the
core_derivationsdirectory) that your custom rule will replace. -
Add and enable your custom rule (found in the
custom_derivationsdirectory).
-
-
Translate the values of Description and/or Reason for the new rule as needed. See Translating Descriptions and Reasons in Custom Rule Definition Files.
-
Restart the PPM Server





