Skip to main content
yasmeenn2392
October 12, 2023
Question

link to open new interface

  • October 12, 2023
  • 1 reply
  • 0 views

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?

    1 reply

    mikes0011
    Brainy
    October 12, 2023

    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.

    The Expression Guru