Skip to main content
dragosr3134
August 9, 2024
Question

Refesh data after a procces model it's done

  • August 9, 2024
  • 2 replies
  • 0 views

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.

2 replies

konduruc733182
August 9, 2024

Hello [mention:0d7da0c15324494fa2197dfbfc160029:e9ed411860ed4f2ba0265705b8793d05] 

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

August 9, 2024

Hi [mention:0d7da0c15324494fa2197dfbfc160029:e9ed411860ed4f2ba0265705b8793d05] 

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 [mention:2df2892a4df7486f9775b4d2f0e405fd:e9ed411860ed4f2ba0265705b8793d05]  if you provide the code snippet, that will help to provide the exact solution.