Global Context Validation Rules

Global Context XML file must be configured in BTT deployment XML file, otherwise, it is not validated. Following is the code sample:
<kColl id="cha">
			<!-- indicates the external file of CHA-->
			<field id="extFile" value="context.xml" />
Following are the Global Context Validation Rules:
  1. Validates if the ID is unique within the parent node.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  2. Validates if the implClass is class reference or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  3. Validates if the parent exist or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  4. Validates if the refKColl exists or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  5. Validates if all the refService exists or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result

  6. Validates if all the refType exists or not.

    Following screen capture shows the validation result:

    Screen capture showing the validation result