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
Hello dragosr3134
Could you please share the code snippet. Also in the process model have you configured the variables which carry this field value as parameterized. If you have parameterized these variables you should be able to see them in the record action context when you are configuring. These will be selected when you pass the right identifier using the fv!identifier in the grid configuration.
Configure a new record action manually