Drilldown (separate screens)
Summary
Created a working Drilldown but need adviceContent
Hello,
I am new to VBCS and in the midst of practicing drilldowns from one screen to another (separate screens). I have it working but think there is a better way. Here is what I’ve done.
I used a first-selected-row event to enable drilldown from the parent screen to the child screen. I filtered the data to provide only the details behind each line.
Here are the steps:
On the Parent Screen
Created a table level first selected row event on the parent table in the parent screen.
Assigned the id (paymentInstrId) from the first selected row to a variable paymentInstrId (mapped)
Tagged:
1