Hi,
In record type, I use a!startProcessLink to start interface from a item of record list.
It must be that: Once "yes" button of Form is clicked user is routed back to list of records with filters being intact he has already applied for in client.
But, when "Yes" button of form is clicked, it dose not like that, even that it can't return route list of record.
I don't know how to fix it.
Discussion posts and replies are publicly visible
startProcessLink is to run the process not to navigate to other pages. If you want to navigate, you can use safelink.
if I click directly from record list, It will be as my expectE.x:
Step 1: Click item
step 2: it will navigate to interface. I click submit -> Yes
step 3: It return record list
But, It I use filter and do all step above, it stop at step2, it can not route back to list of records with filter
Didn't get you clearly. which filter you are using?
I use user filter
On click on the record, you are going into Record summary view. Now in this, why you want to use button? In summary view it is just the read-only form.
I use Interface to validate data and update data if user wanna.
Then you have to use related action instead of the process model and in that also, on click on submit button it will take you back to the summary view not on the record view.