query data source name
I am using master-detail block in a canvas. I have to display record in the detail block from another table - say table1 (which is not used in either of the block) based on the LOV selected in the master block. When commit is executed, the records in the detail block are saved to the detail block table.
When user queries the detail block, I have to show records from table1 till the records are saved to detail block table.
But this is not happening, as the detail block "query data source name" is set to detail block table.