link to open new interface

When I click on the link in row in read only gird (the data from cdt not record Type), I want to open the summary interface
but the code does not work, what is the problem?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi,

    You already posted the same question in a previous post.  There's no need to post duplicates - you can always edit your original post later to add new information, add comments/replies, etc.

    As the existing reply in that post states, you will need to use a Record Link to open the Record summary.  You would simply use "fv!row.requestId" as the record identifier in the link call since you're using CDT data, but otherwise the syntax is the same as what was posted.  Dynamic Links do not work in any way similar to you are trying to construct in your original example here.

Reply
  • 0
    Certified Lead Developer

    Hi,

    You already posted the same question in a previous post.  There's no need to post duplicates - you can always edit your original post later to add new information, add comments/replies, etc.

    As the existing reply in that post states, you will need to use a Record Link to open the Record summary.  You would simply use "fv!row.requestId" as the record identifier in the link call since you're using CDT data, but otherwise the syntax is the same as what was posted.  Dynamic Links do not work in any way similar to you are trying to construct in your original example here.

Children
No Data