E9.1 Level Break Footer

JDE_MP

Active Member
Hi All,

I have an existing custom UBE where some inserts/updates are done in a custom table on a level break footer. This level break footer also triggers when the value of that field is blank. So my requirement is, whenever that field is blank, it should fetch data from other table and do the inserts/updates in that custom table.
Can someone help me with the approach to implement this? How to make sure the level break footer does not trigger for blank values & instead let the UBE go to the other table to fetch data?
 
As long as there's at least one record fetched in the parent Do Section, a level break section will be executed. So simply test the PC value (not BC value in a footer) of the field and put your other custom table I/O conditionally right there in the level break section.
 
Back
Top