Define revisioned field as syncable on policy location
Before you begin
About this task
Define the revisioned field as syncable on the policy location by adding it to the
ACCOUNT_SYNCED_FIELDS variable in the
gw.policylocation.PolicyLocationAccountSyncableImpl Gosu class.
Procedure
- In Studio, navigate to and open gw.policylocation.PolicyLocationAccountSyncableImpl.gs.
-
Add
FloodPlainto theACCOUNT_SYNCED_FIELDSvariable:static final var ACCOUNT_SYNCED_FIELDS = ImmutableSet.of({ ... AccountLocationToPolicyLocationSyncedField.FloodPlain, ... })
