Add the new array to the ABContact entity
Part of extending contacts with an array is to extend the ABContact entity in ContactManager to enable it to use an array of service state entities.
Before you begin
About this task
The array has the triggersValidation attribute set to true to enable triggering of
validation rules when an element of the array changes.
Procedure
- In Guidewire Studio™ for ContactManager, navigate in the Project window to , and then double-click ABContact.etx to open this file in the Entity editor.
- In the editor, click entity (extension) at the top of the Element hierarchy
-
Click the drop-down list for
and choose array, and then enter the following values:
Name Value name ContactServiceArea arrayentity ContactServiceState arrayfield Contact desc Geographical area where the contact provides service triggersValidation true -
If necessary, stop ContactManager.
Open a command prompt in the ContactManager installation folder and then enter the following command:
gwb stopServer -
Regenerate the Data Dictionary to ensure that the data model
updates are correct.
At a command prompt, navigate to the ContactManager installation folder and enter:
gwb genDataDictionary
