Previous Topic: Additional Data Fields

Next Topic: Expose Additional Data Fields


Sample Custom.xml File

The custom.xml file lists all additional data fields for CA Service Catalog. You can optionally expose an additional data field on the CA Service Catalog user interface by adding a label to the field.

The custom.xml file can be different based on the language chosen for the system and is located in a different folder for each language. For example, for English (icusen), the custom.xml file is located in the USM_HOME\view\webapps\usm\locale\icusen folder.

A sample custom.xml file follows:

<?xml version="1.0" encoding="UTF-8"?>
<shared>
	<account>
		<data1></data1>
		<data2></data2>
		<data3></data3>
		<data4></data4>
		<data5></data5>
		<data6></data6>
		<data7></data7>
	</account>
	<tenant>
		<data1></data1>
		<data2></data2>
		<data3></data3>
		<data4></data4>
		<data5></data5>
		<data6></data6>
		<data7></data7>
	</tenant>
	<user>
		<data1></data1>
		<data2></data2>
		<data3></data3>
		<data4></data4>
		<data5></data5>
		<data6></data6>
		<data7></data7>
	</user>
</shared>