Skip to main content
May 16, 2022
Question

Recordtype link in Editable grid

  • May 16, 2022
  • 2 replies
  • 0 views

Hi,

How can we add the record link to the records in editable grid.

Can anyone please give a example.

2 replies

gopalk2865
Participating Frequently
May 16, 2022

Hi, You can use recordLink function. In this function you would need to provide your record type and an identifier( like Id or any primary key which uniquely identifies the record). You can also go through below documentation to know further about this function
https://docs.appian.com/suite/help/22.1/Record_Link_Component.html

harshitb6843
May 16, 2022

You can either use a!recordLink() or you can use safeLink() by combining it with urlforreccord() function.