Is there a recommended way to redirect a user to a Record Dashboard after they c

Certified Senior Developer
Is there a recommended way to redirect a user to a Record Dashboard after they complete an Action that creates a record? I'm hoping there is something that can be intuitive.

In the old interface, you could configure a process model launcher to redirect to the process dashboard....

OriginalPostID-115103

OriginalPostID-115103

  Discussion posts and replies are publicly visible

Parents
  • Hi Jason,
    Yes you can either make use of urlforeecord function or a!recordLink component in link component , upon clicking on which user will be directed to the respective record dashboard.
    PS: If your record is a process backed, you need to pass process instance id in the above functions or if its entity backed, you need to have primary key of the tuple of the source table.
    Hope it answers your query!
Reply
  • Hi Jason,
    Yes you can either make use of urlforeecord function or a!recordLink component in link component , upon clicking on which user will be directed to the respective record dashboard.
    PS: If your record is a process backed, you need to pass process instance id in the above functions or if its entity backed, you need to have primary key of the tuple of the source table.
    Hope it answers your query!
Children
No Data