Skip to main content
September 9, 2022
Question

Can not route back to list of records with filters when use startProcessLink to start interface

  • September 9, 2022
  • 15 replies
  • 0 views

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.

    15 replies

    September 9, 2022

    startProcessLink is to run the process not to navigate to other pages. If you want to navigate, you can use safelink.

    khuud0002Author
    September 9, 2022

    if I click directly from record list, It will be as my expect
    E.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

    September 9, 2022

    Didn't get you clearly. which filter you are using?

    harshitb6843
    September 9, 2022

    Where does it takes you when you click on the "Yes" button?

    khuud0002Author
    September 9, 2022

    it return record list initial

    harshitb6843
    September 9, 2022

    You cannot hold the filter values. They'll go blank again but here is a workaround. 

    1. Build this record list in an interface using source of the grid as record. 
    2. Do not use the default search rather build a custom search by using a!textField()
    3. Store the entered value in the Appian's cache memory using the textCahce plugin and when returning back to the record list, get the cache value and assign it in the same variable.