Hi I have a Record Type on which I made a record action and I have a model process that opens from a grid. In my process I fill a form and at the end I update the sastus on that record, in the application it refreshes because I have set to refresh after the record action is done. My problem is that on one of the fields in the grid I need to send my Record to do some calculations and this is where the problem occurs.
So my problem is how can I make to send data to an expression rule when the data in the localVariable is doing its refresh.
Discussion posts and replies are publicly visible
Hi dragosr3134 One more suggestion. If you are calling the expression rule in a local variable, use refresh variable and refresh on variable change by pointing the variable which refresh after the record action. As mentioned by Konduru Chaitanya if you provide the code snippet, that will help to provide the exact solution.