Populating Items In Another Block In when-validate-item
When user changes value in given field, I need to insert records into different block. The second block is multi-record block. Both block are non db block, just for display. When value changed by user in first block, calculation produces collecton which wish to display contents of each element in second display block record. The issue is that I cannot input values for records in second block other than first record. To get to second and subsequent records in display block, need to navigate to display block with go_block and navigate to new records with next_record. Both of go_block and next_record can not be called from wvi as restricted modules.
I wish to avoid having user press button that does recalculation and redisplay (then can use go_block and next_record), just wish for redisplay when user updates value, ie wvi