I am facing issue for refreshing the page after Completion of Record Action though Activity chaining there. could any please help on this.
Issue: When we delete the document from Record action, document is getting deleted but in interface still it is showing.
Discussion posts and replies are publicly visible
Assuming your documents are shown in a grid. Take a look at the refreshAfter parameter. Should be set to RECORD_ACTION. Applies to local variables as well.
No, sorry for Inconveniency actually we are not using Grid, I have also used refresh after - "Record_Action". still I'm facing issue.
Are you using the record date in the grid for other query ?Can you please share the interface code for better understanding ?
Can you post the code and process related to Record action?
If you are chaining and refreshing on the Record action no reason why this would not work.
No, we are not using record date for querying data. we are passing data to child interface, so it is not possible to share the complete code.
What is happening here, In parent Interface - we are fetching data and keeping it in Local variable using refresh variable on REcord_Action?, and this variable passing to child Interface.
Use refresh variable in the query rule which you are call in the parent interface. It will solve your problem.
You need to make sure that refresh is also configured downstream if you are using local variables in your query rule.