Calculated Field - Refresh Record
Hi,
I have a calculated field which invokes a Business Service using the InvokeServiceMethod:
Field Name: Get Realtime Client Upd
Calc Value: IIF(GetProfileAttr('Me.ActiveViewName') = "Client View", InvokeServiceMethod("Get Realtime Client Updates","GetUpd","ClientId="+[Id],"Success"),"N")
The business service calls a workflow which updates that client record. My calculated field works fine and the workflow also executes successfully. However, on the UI the client record does not refresh
If I mianually refresh it will show me the changes.
I tried the following things but they did not work:
1) In the workflow, I used the SIS OM PMT Service - Refresh buscomp method to refresh the record.