Skip to main content
May 9, 2022
Question

Related action record

  • May 9, 2022
  • 4 replies
  • 0 views

whenever we click on record link in grid it defaulted take to summary view page . Can we implement changes like when we click on record link it would get defaulted  to related action page instead of summary page?

    4 replies

    gopalk2865
    Participating Frequently
    May 9, 2022

    HI Himanshu, In order to use record action , you would need to use recordActionItem function. I think you are using recordLink function right now.

    stefanhelzle0001
    Brainy
    May 9, 2022

    You can link to a view. See the documentation: docs.appian.com/.../Record_Link_Component.html

    peter.lewis
    Employee
    May 9, 2022

    Specifically if you want to link to the related actions page you have to use "actions" as the value for the dashboard parameter in your record link.

    May 9, 2022

    thanks Peter it worked.