Hi,
I have to update a status value after a related record action but it is not getting updated until unless I refresh the screen manually.
I have used a!refreshvariable() for the local variable where we fetch the status, have given activity chaining in the Process Model and also tried Records sync Smart service.
But none of them works. Can someone help if missing something or is there any other option that causing this.
Discussion posts and replies are publicly visible
Can you paste the code of RGRACSLBL_getTaskStatusUsingLabelChangeCountryId?
OR
You can create a query in main rule using refreshVariable with property refreshAfter: "RECORD_ACTION". If this works then you will get your answer.
p2005 said:all the local variables have a!refreshVariable()
This needs to be configured very carefully or else it won't work (remember that refreshVariable() variables default only to "refresh on referenced variable change", and this applies even to ones found in expression rules). Hence why HarshKumar is asking you to paste the code in question.