How to load a interface with record type object in Appian 19.4

Certified Senior Developer

HI , 

I wanted to display a single record of Record type object on loading of interface . For example i have Employee record object, User has to see their record on loading of screen .

can we achieve without recordLink . 

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Richard Michaelis

    i am using search criteria form . on click of submit button , it will show grid with data. in one column i am calling record link to view its detail for eg , employee details on click of id . if i come back to search screen , search result is cleared out because form is reloaded. 

    I thought about DB approach where you can store the criteria in db and loading of screen show the previous result . But i want to know if there is another approach, I hope you have understood my requirement

Children