Can I generate a ssrs report on DMR screen

Hi All,
Can I generate a SSRS report on the DMR screen?
There is no report option on the screen.
Thanks.

Maybe you could make a button that launches an SSRS report that’s based off a report data definition which is linked to a BAQ that has this data in it. I know that’s really high level, but that’s one way you might be able to pull it off.

3 Likes

There is no out-of-the-box report for DMR besides the “Open DMR” report. You would need to create one.

2 Likes

I found this, crystal custom report in application studio, but there’s not any mention of this in 2024.1 App studio guide.

Maybe you can use this custom code and write a function that uses that code.

And instead of running the job traveler run a custom SSRS report.

there’s a widget in app studio for function. You could pass the function the DMR you are on.

Method Directive to Print Report to EdgeAgent - Kinetic ERP - Epicor User Help Forum (epiusers.help)

Print SSRS Report to EdgeAgent printer in SaaS environment - Kinetic ERP - Epicor User Help Forum (epiusers.help)

You could also get way less fancy and just write a report and hang it on a menu and let them run it manually themselves.

3 Likes

@utaylor Thank you so much.

Which of those options did you end up doing and can you share any insights with the group here so that you might help someone else?

I used data directive driven by a checkbox, when its value is true then:



And the DMR report is a BAQ report:

Hope this helps.

3 Likes

Nice job! Yeah it’ll help others, nice use of standard BPM widgets and out of the box functionality.

1 Like