Configure 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 predefined rules -
custom_derivationssubdirectory, where you must save all custom rules -
Master file named
QuickListMaster.xml,which identifies all the PPM-supplied and custom rules and indicates which ones are enabled
Each predefined 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 predefined 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 predefined 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

