Define revisioned field on policy location
Before you begin
About this task
In the default configuration for locations,
the revisioned fields are on the PolicyLocation
entity. Define an internal field on PolicyLocation
in an extension entity. Define the field as follows:
- Append
Internalto the field name to signal an internal field. This convention is a Guidewire best practice for internal field names. All revisioned account syncable fields in the base configuration follow this naming convention. - If this is a new field, append
_Extto the field name to avoid name conflicts with base PolicyCenter entities. For more information, see Defining a new data entity. - Set the value of the
setterScriptabilityandgetterScriptabilityattributes todoesNotExist. This value makes the field internal and not visible to Gosu code. The field will not appear in the data dictionary. For more information about these attributes, see <column>.
To define the revisioned field on the policy location:
Procedure
- In Studio, navigate to and open PolicyLocation.etx.
-
Add a column to the entity with the
following values:
Name
Value
name
FloodPlainInternal_Extdesc
Whether the location is on a flood plain
getterScriptability
doesNotExistsetterScriptability
doesNotExisttype
bit
