Hi All,
I have a requirement where I need to merge 2 selected rows in read-only grid and merge them into one row and the displayed name will be the first selected row.
Where the whole data related to both selected records will be merged into one.
Discussion posts and replies are publicly visible
Can you explain in more detail what exactly you want to merge and how the output should look like?
The exact requirement is , the user needs to select two or more records and should click on Merge button, so that the result should be for those selected records should be merged into one record.
Whatever the records we have selected, those should not be deleted instead those needs to be merged into one record.
We cant undo the Merge functionality, in UI it should display with the newly merged record instead of two or more selected records.
In general, I would create an expression rule that takes multiple items, and combines them into one, by whatever logic you have.