Create open BAQreport in CustShipEntry using application studio

i am a beginner in epicor. here I tried to create a custom button to open the baq report I created from the custshipentry form, but when I preview then I click. the report form does not appear, can anyone explain to me how to create it? i really need it

1 Like

this is the baq report I want to open

@hmwillett please help me,
i read this post but i still don’t understand
How To: Kinetic - Launch a Form using App Studio - Experts’ Corner - Epicor User Help Forum (epiusers.help)

Your best bet is to open Dev Tools to find out if it’s tossing an error.

1 Like

Thank you @hmwillett , it’s resolved, I just misplaced the order of events that were there. My next question is how do I send the packnum paramater that I am opening in the shipment entry so that when I print the report only the packnum is printed.

Passing values to app-open tile - Experts’ Corner - Epicor User Help Forum (epiusers.help)

Thanks @hmwillett i will try

I’ve made a json script like this.

next how do i make ssrs accept those parameter throws?

I want the baq report options to be automatically filled with the packnum I open

can you help me with this, I’m stuck @hmwillett

Launching App

Receiving App

I’m trying to open a BAQ report from a Kinetic MES environment, but struggeling. I think it’s because I can’t find the BAQ report in my MetaUI folder. Is there a way to generate the neccessary folder from the classic BAQ report?

Instead of putting the MetaUI folder as the app to open (View), set it as the MenuID from within Epicor.
If you haven’t created a menu item (doesn’t have to be visible, it can be under PROCESSES), you’ll need to do that first.

Access not allowed. Error when launching app from button with App Studio - Kinetic 202X - Epicor User Help Forum (epiusers.help)

Thanks Hannah, got it :slight_smile:

1 Like

To continue BAQ report fun;
Is it possible to lauch ‘printpreview’ directly after opening app with the necessary parameters?
I tried to set ‘printpreview’ as next-event, but somehow it doesn’t get the trigger after custom_after_OnWindowLoad has been triggered to set the parameters.

image

Track the events that are called in Dev Tools when you manually do a print preview and copy those including their values.

I did that and ‘printpreview’ should be the only method to trigger.
I double checked it by adding a button that only triggers ‘printpreview’

image

What i miss is the Dev tools view when opening an app from another application. CNTR+ALT+8 can only be triggered after the method to autoprint is already triggered. :frowning:

There’s a setting somewhere where it’s turned on everywhere by default. It really slows down the system, but it’s quite useful for things like that. Lemme try and recall where it was.

oeh that would be nice! thanks alot!

That’s on the server located in: C:\inetpub\wwwroot<AppServerName>\Server\Apps\ERP\Home

You only need

"ep.metafx": {
   "debug": true
}
1 Like

Thanks, I’ll ask Jos to change this setting on the server :+1: