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

Certified Associate Developer

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

Parents Reply
  • 0
    Certified Lead Developer
    in reply to khuuduong

    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.  
Children