Enabling the Advanced Business Rules user interface for the sample model

The Manage Decisions tab in the Product Master single edit screen needs to be enabled for the Product catalog and Sample Collaboration Area. Update the $TOP/etc/default/data_entry_properties directory with the following entries:

<company code="{YOUR-COMPANY-CODE}">
	<catalog name="Product Catalog">
			<script>
					<type>url</type>
					<title>Manage Decisions</title>
					<extra>height='100%' name="wodmCustomTabFrame"</extra>
					<path>/scripts/triggers/wodmCustomTab</path>
					<position>tab</position>
					<refresh-on></refresh-on>
			</script>
	</catalog>

	<collaboration-area name="Sample Collab Area">
			<script>
					<type>url</type>
					<title>Manage Decisions</title>
					<extra>height='100%' name="wodmCustomTabFrame" id="wodmCustomTabFrame"</extra>
					<path>/scripts/triggers/wodmCustomTab</path>
					<position>tab</position>
					<refresh-on></refresh-on>
			</script>
		</collaboration-area>
</company>
Where {YOUR-COMPANY-CODE} is your company code
The script is implemented in the specified Java™ class. For source code, see the src/com/ibm/ccd/solution/wodm/WODMCustomTabDataEntryScript.java in wodm.extensions.src.zip file.