I have two display method fields in past workers form (termination reason (default of system), hiring status(customization)):
- I selected worker
- opened employment history form
- set values of termination reason and hiring status
- these fields should pass to grid in past worker screen but I need to refresh all browser to make fields refresh when I tried to refresh form from form refresh didn't work.
I need to refresh display method if data is updated
I tried to call (Hcmworker_ds.observe() , Hcmemployment_Ds.observe()) in display method but doesn't work also I tried formcaller.research(true) but doesn't work