In application studio, has anyone added a button to Receipt Entry for a BAQ report?
I have 2 options in the BAQ report, PO Number and Packing Slip and when I click the button, I want to have these options display in the BAQ report options. TIA.
This should (hopefully) give you some breadcrumbs…
I’m assuming your button click would trigger an app-open to the report app. You’d have to watch that in debugger and see what context values you can pass via the app-open Launch Options.
Then you’ll have to customize the report form with an event to accept the values. Basically a row-update when the form loads that takes the passed in context values and assigns them to you PONum and PackSlip fields in the report form.
1 Like