Issue with the multi row block and when new record instance
I developed a custom FORM which has 2 data blocks
1. Locator Details from Cycle count entries in a Multi row block
2. Cycle Count Histories (Current Count, Previous Count and First Count) in a Multi row block
2nd Data block will populated the data based on the 1st data block (Note ....These 2 blocks are not attached to any tables....Just a reading the data from Standard tables and populating blocks).
1st block (Locator , Item, Quantity and Status)
my Requirement is: If user clicks on any of data block item (Locator , Item, Quantity and Status) then right side (I mean 2nd data block) data should be populated. If I use when new record instance trigger and trying to populate the data but 1st data block is NOT SELECTABLE, that means when I am trying to place the cursor on Locator column (on 1st data block) and it is not letting me to select the locator (it because the when new record instance trigger is firing and it is going to next navigable column).....