Disable post on enter
About this task
Most changes on the Side-by-Side screen post changes back to PolicyCenter. However, posting is not necessary for certain types of changes. By default, post on change is not selected for PCF elements.
To programmatically determine whether to post on change:
Procedure
- In Studio, open a PCF file, such as SideBySideCovTermInputSet.bit.pcf.
-
Select a PCF element, such as the
BooleanRadioInput. - In Properties, select the PostOnChange tab, then select Enable targeted Post On Change.
-
In the
disablePostOnEnterproperty, enter code to set this property.When enabled, PolicyCenter checks the value of
disablePostOnEnterto determine whether to post changes.
