0
Category:
STATUS DETAILS

Comments

Hi ,

Indeed the way DRA is currently working is not good for the printing of configurable business documents as well.

They are always printed in PDF and when DRA is running as a service, they get put in a separate directory. When running as desktop app, Acrobat reader opens on the print server to be able to print the document.

Indeed not really userfriendly as well.

Invoices need to be printed in different store locations, production documents in different production sites, logistics documents in different warehouses ... .

Most cases where we run into this issue is related to sales, production and/or logistics.

A lot of customers are very disappointed in the behavior of the DRA.

They need to have an external application (--> extra license and support cost) to do their document generation because the DRA can't fulfill their printing needs for the electronic reporting documents.

Or they need extra tools on the print server to automate printing.

So this universal print (if it works as I understand it does) would kind of be the missing link that we need.

Also referring to this Yammer post where we have been requesting this for quite some time now.

https://www.yammer.com/dynamicsaxfeedbackprograms/#/threads/show?threadId=1074829365739520

 

Richard Dickinson was also looking into this on the Yammer Thread.

 

Many thanks!

kr

Charissa

Category:

Obviously it is needed, why skipping a well working functionality and replacing it with nothing?

Category:

REMARK: Example funding, volunteering, internship, collaborated advertising...


Category:

We also need this. Vendors are delivering goods on specific weekdays.

Currently we have done a modification for the classic MRP. This includes:

  • option of adding a receipt calendar for the vendor.
  • using dynamic coverage period to encounter for vendor opening days.
  • adding a fixed receipt calendar in the Item coverage to handle transfer orders on fixed weekdays.


Kindly address the above issues in the Planning optimization engine so we can avoid addressing this again.

Category:

I completely agree with and support those who would require this as part of the standard system (in the UK anyway).


Category:

Hello Sonny Pawchuk,


I think that as user you don't need Visual Studio for design layout. You can use Report Builder. Or you can just edit *.rdl as plain text.


On my Yammer post you can see it:

https://www.yammer.com/dynamicsnavdev/#/Threads/show?threadId=1334961888903168


Preview of report is just about join RLDC Layout + DataSet Data.


This can be done by simple WinForm app using "Microsoft.Reporting.WinForms.ReportViewer".


this.reportViewer1.LocalReport.ReportPath = _rdlcFile; // load rldc file

this.reportViewer1.LocalReport.DataSources.Add(reportDataSource); // load dataset (DataSet.xml)

this.reportViewer1.ProcessingMode = ProcessingMode.Local;

this.reportViewer1.LocalReport.SetParameters(parameters); // load parameters (labels)

this.reportViewer1.RefreshReport(); // refresh report preview


If Microsoft provide DataSet like in NAV... It again enables possibility to do real-time report preview in design time. Also it enables better RDLC report troubleshooting. Imagine that you have production enviroment, where report layout is bad. You can export DataSet (Xml) and then you can do design layout on your local...


T.

Category:

I was literally looking for this myself yesterday when creating email templates

Category:

Our customer is in need of this feature and right now they are looking for a workaround. Should be implemented in all Versions alive if possible...

Category:

I totally agree and in this example we see also that the Service Module is forgotten all the time

Category:

Let's hope this will be added!

Category:

  • 1
  • 481
  • 482
  • 483
  • 484
  • 485
  • 486
  • 487
  • 488
  • 489
  • 500