Skip to main content
March 20, 2024
Question

Import two record data into single record

  • March 20, 2024
  • 9 replies
  • 0 views

Hi Team,

I need contained both records data into single record and display to the read-only grid in Interface  

9 replies

konduruc733182
March 20, 2024

Hello [mention:52de0ce478ae4a25be2fbff46609a4fb:e9ed411860ed4f2ba0265705b8793d05] 

Do you have a relationship among these records?

Or you just want to have rows of data from both the grids in one common grid?  What exactly is your requirement could you please elaborate it.

March 20, 2024

Yes, We have a relationship between both records. PK and FK

konduruc733182
March 20, 2024

If an record relationship is established then you can simply add a grid column and use the fv!row[recordType!recordNameOfParent.relationships.relatedRecord.field] for the value.