Hi, How to use a!rocordLink in an interface so that while clicking a

Hi,

How to use a!rocordLink in an interface so that while clicking a link in a grid on an interface it should redirect to a record dashboard "IN A SEPERATE TAB". As of now we are able to redirect, but in the same tab. Please suggest

OriginalPostID-200031

OriginalPostID-200031

  Discussion posts and replies are publicly visible

Parents
  • Hi Sandeep, use the below expression to use the urlforrecord in a!safelink to open the record in the new window.
    a!linkField(
                        
                         links:a!safeLink(
                                  label: <label of link>,
                                  uri: urlforrecord(<constant for record type>,<record list view identifier>)
                                  )
                                  )
Reply
  • Hi Sandeep, use the below expression to use the urlforrecord in a!safelink to open the record in the new window.
    a!linkField(
                        
                         links:a!safeLink(
                                  label: <label of link>,
                                  uri: urlforrecord(<constant for record type>,<record list view identifier>)
                                  )
                                  )
Children
No Data