One table/entity with two columns 'EndDate' and 'Status'.
Expected Scenario:
When a user, with appropriate privileges, updates the 'EndDate' field then 'Status' field should get updated automatically and its previous value should be overriden.
Configuration:
Added a semql enricher with case logic to calculate the value of 'Status' field.
Used this enricher in the form step (on data change).
A survivorship rule for the field 'Status' has been created where override strategy is set to "Override until next user Changes"
Current Behavior:
User updates 'EndDate' field from UI.
The 'Status' field is getting re-calculated in the UI(new value being shown).
However, once the user submits the changes, only 'EndDate' is getting persisted in GD table and 'Status' is not.
On Analysis it was found that override flag for 'Status' field is not being re-set in SF_* table.
How can we update the 'Status' based on direct authoring of 'EndDate'?
Aditya Dubey
Table Details :
One table/entity with two columns 'EndDate' and 'Status'.
Expected Scenario:
When a user, with appropriate privileges, updates the 'EndDate' field then 'Status' field should get updated automatically and its previous value should be overriden.
Configuration:
Added a semql enricher with case logic to calculate the value of 'Status' field.
Used this enricher in the form step (on data change).
A survivorship rule for the field 'Status' has been created where override strategy is set to "Override until next user Changes"
Current Behavior:
User updates 'EndDate' field from UI.
The 'Status' field is getting re-calculated in the UI(new value being shown).
However, once the user submits the changes, only 'EndDate' is getting persisted in GD table and 'Status' is not.
On Analysis it was found that override flag for 'Status' field is not being re-set in SF_* table.
How can we update the 'Status' based on direct authoring of 'EndDate'?
Please suggest.