RowStates not called after update in workflow screen

When doing changes in a workflow screen, only UpdateObject is called. RowStates should also be called to reflect the changes in data in e.g. showing the correct UI action buttons.

RowState will not be called here, there is only one record changed and it shall receive the new row state in a result of UpdateObject call.

The problem was reception of the new row state a an UpdateObject result did not trigger a UI update.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.