opening a record from a record

I am a beginner. I have two entity-backed records (from two CDT's) related each other by id's and I would open one record from the other using a link or a button or something else. How can I do? I thought something like a record tag with toRecordIdentifier function but this works only from news post.
Thanks in advance.

OriginalPostID-250508

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    I'm not sure if this is what you're really after, but for example on a record dashboard (the page you see after you click into a record list item for record A) you can give a record link to the Record B item which is linked to that particular entry. There are various ways of doing this - in a link field, in a grid, etc. I suggest using the safelink() functionality so that the new record clicked opens in a new tab.
Reply
  • 0
    Certified Lead Developer
    I'm not sure if this is what you're really after, but for example on a record dashboard (the page you see after you click into a record list item for record A) you can give a record link to the Record B item which is linked to that particular entry. There are various ways of doing this - in a link field, in a grid, etc. I suggest using the safelink() functionality so that the new record clicked opens in a new tab.
Children
No Data