Issue
Issue Summary:
Unable to update location variable in New Hire form after upgrade
=> Desired Behavior________
Variables should get updated on catalog task
=> Unexpected/Actual Behavior______________
Variables are not getting updated on catalog task
Most Probable Cause :
Custom client script
Resolution :
onChange client script clearing the value on every change of value on both the variables :
ex : variable : building.
=> g_form.clearValue('building'); is clearing the values on the form
=> Turning off the script resolves the issue