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
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.
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.
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.
Thanks Hannah, got it
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.
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’
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.
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
}
Thanks, I’ll ask Jos to change this setting on the server