Generating SSRS reports in Application Studio Customer Shipment Entry

Hi All,
When we close a pack Id in classic version, it generates a pack id report which is triggered by Data directive.
But when I am closing a pack Id report in Kinetic version, it not triggering a report.
Is there a way to auto generate ssrs report in application studio.
Thanks

Try adding an ‘or’ - SlipStatus = "CLOSED"

That is not present here:

Must be an on screen column then…

Data Directives and Method Directives should work as normal regardless of what UI being used.

Doesn’t ttShipHead.Status has to be present in Data view application studio as well?

It is…

Another way of figuring out what’s going on…

Add a message box or get it to email you just before it does the printing with something like

JUST ABOUT TO START PRINTING

after print…

PRINT COMPLETE
PackNum: #22232

@aarong
So I created an email after condition and after print and I got the mail from both interfaces but no report from Kinetic.


The report detail appears blank for it.

Unless they are calling a different BO, which does happen in Kinetic vs Classic.
You have to trace to be sure.

1 Like

There could be a different BO for AutoPrint?
Because the Data directive is triggering from both interfaces.
I created a criteria for mail and I got those mails from both interfaces.

Yes, gotta follow the chain for method directives.

The data directive however should be the same.

These two are not called in the kinetic:
Erp.Proxy.BO.CustShipImpl
UpdateMaster

Erp.Proxy.BO.CustShipImpl
BuildShipToList

If I click on Print Preview, it generates the reports.
Any ideas on how to Auto Generate, because there are number of documents which are auto generated when Pack ID is closed in Classic UI?