Configuring IP Classification

You can configure the properties of IP Classification.

See Properties for IP Classification.

  1. Create or open the text file to contain customized properties. For more information, seeEditing Properties Using MQL.
  2. To display This value also appears in another Attribute Group message when you edit the attribute details, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxMultipleClassification.Attribute.Duplicate.Message.ShowRedundantMsg=true

    2. Set the value for this property depending on your business requirements.
  3. To provide the default policy for a custom library or class, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteLibraryCentral.DefaultPolicy.type_CustomLibrary=policy_Libraries eServiceSuiteLibraryCentral.DefaultPolicy.type_CustomClass=policy_Classification

    2. Set the value for this property depending on your business requirements.
  4. To provide different vaults for use by the custom library or classes, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteLibraryCentral.DefaultVault.type_CustomLibrary=

      eServiceSuiteLibraryCentral.DefaultVault.type_CustomClass=

      By default, no value is entered for these properties.

    2. Set the value for this property depending on your business requirements.
  5. To define an icon to be displayed to indicate the custom library, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      type_CustomLibrary.SmallIcon = iconSmallLibrary.gif

    2. Set the value for this property depending on your business requirements.
  6. To define the type of classes permitted for a custom library or custom class, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLibraryCentral.AllowedClasses.type_CustomLibrary=type_CustomClass emxLibraryCentral.AllowedClasses.type_CustomClass=type_CustomClass

    2. Set the value for this property depending on your business requirements.
  7. To define what types of objects can be added to custom classes, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLibraryCentral.AllowedEndItems.type_CustomClass=type_GenericDocument,type_Part,type_Document

    2. Set the value for this property depending on your business requirements.
  8. To define the values for the vault, owner, and approver when importing a library taxonomy, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      	
      eServiceLibraryCentral.Import.Vault=
      eServiceLibraryCentral.Import.Owner=
      eServiceLibraryCentral.Import.Approver=

    2. Set the value for this property depending on your business requirements.
  9. To define whether when a major object is added to a General Class, its minor objects are also added to the General Class, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLibraryCentral.MinorObjects.Classify=false

    2. Set the value for this property depending on your business requirements.
  10. To specify whether an object can be created without a parent, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceLibraryCentral.Schema.AllowCreateOrphanObjects = FALSE

      To specify exceptions when the AllowCreateOrphanObjects is FALSE, follow these steps:

      eServiceLibraryCentral.Schema.AllowCreateOrphanObjects = FALSE

    2. Set the value for this property depending on your business requirements.
  11. To enable Index Search in Search WithIn function in IP Classification, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLibraryCentral.SearchWithIn.QueryType=Indexed

    2. Set the value for this property depending on your business requirements.
  12. To specify the maximum number of characters that can be entered into any text field, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceLibraryCentral.TextArea.MaxLength = 1000

    2. Set the value for this property depending on your business requirements.
  13. To define alternate tree menus for a particular object type, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteLibraryCentral.emxTreeAlternateMenuName.type_ProjectVault = DCtype_ProjectVault

    2. Set the value for this property depending on your business requirements.
  14. To specify a custom validation file, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLibraryCentral.UIForm.Create.ValidationFile = emxLibraryCentralUIFormCreateValidation.jsp

      Enter name of your custom JSP file.

    2. Set the value for this property depending on your business requirements.
  15. To define the number of end items to be displayed in a class or a family, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      emxLibraryCentral.Search.ThresholdLimit=50

    2. Set the value for this property depending on your business requirements.
  16. To define the number of end items to be listed during Search Within operation, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceLibraryCentral.SearchWithin.MatchlistLimit=100

    2. Set the value for this property depending on your business requirements.
  17. To specify a custom validation, follow these steps:
    1. Add or edit this line in the file used to import properties into a page object:

      eServiceSuiteLibraryCentral.UIFreezePane.ValidationFile = emxLibraryCentralUIFreezePaneValidation.jsp

      Enter name of the JSP file.

    2. Set the value for this property depending on your business requirements.
  18. When finished updating the text file with all properties you want to modify, use the text file to modify the emxLibraryCentral.properties page object. For more information, see Editing Properties Using MQL.