Thanks for your sharing sir, have you ever to modify/custom report ledger transaction list cause that's report doesn't have printmanagent report like the sample, i think if you have time can you sharing please related custom that report.. thank's sir
Thank you so much for this video really helpful for beginners like me. Anyway, what if I want to add a printout of new format however I want to place it in a new output menu (say Custom Printout) instead using existing Original menu. Do I have to create a new controller as well ? Or I can just create an extension for the existing Controller and attach it to the output menu ? Please advice.
Sir how we get to know that we have to use printmgmtdoctype class for copy the code in our class and please give the link where you created this Printmgmtdoctype class.
If we are extending report for transfer orders and we make class for print management what would be printMgmtType::: ????? In your case you write case printMgmtType:: SalesFreeTectInvoice: is this name of a report or what?
I dont have DAT server configured on LCS. I have all in one package Visx file. I need to make some changes in a customozed report part lf package. Can you please show how connect the package report file to Visual studio and after modofications how to deploy again.
i face the same issue when add new filed it not showing report i restart sql server report services also not showing in report please if you have any advice for this issue
Really Amazing to share knowledge with us, Thanks lot Sir.
Thanks alot brother for this valuable knowledge
You are amazing Sir! Please keep uploading more Technical D365 FO
Thank you Sir. Will do so.
Easly understand the custamisation for ssrs. Thanks sir
Thanks for sharing the knowledge. For me, there is no error deploying the reports - but, I want to understand why for you?
Thanks for the video, please create video on Documents attachment also.
Thanks for your knowledge share with us, Sir.
So nice of you
exellent. please keep active on youtube
thank you for sharing your knowledge. really helpful.
So nice of you
Well explanation
Thanks for liking
Very informative
Glad it was helpful!
Thanks for your sharing sir, have you ever to modify/custom report ledger transaction list
cause that's report doesn't have printmanagent report like the sample, i think if you have time can you sharing
please related custom that report.. thank's sir
Thank you so much for this video really helpful for beginners like me. Anyway, what if I want to add a printout of new format however I want to place it in a new output menu (say Custom Printout) instead using existing Original menu. Do I have to create a new controller as well ? Or I can just create an extension for the existing Controller and attach it to the output menu ? Please advice.
Great sir
Thanks, don't forget subscribing.
why you didn't do extension for other 2 datasource? can you explain it.
I added a field to my tmp table and removed the additional parameters on report level and dataset level but my rdl files still can't be deployed!
Good for beginners. Can you please share the code of DP class and print management? Thanks in advance.
Check description
Sir how we get to know that we have to use printmgmtdoctype class for copy the code in our class and please give the link where you created this Printmgmtdoctype class.
It is existing class.
If we are extending report for transfer orders and we make class for print management what would be printMgmtType::: ????? In your case you write case printMgmtType:: SalesFreeTectInvoice: is this name of a report or what?
I dont have DAT server configured on LCS.
I have all in one package Visx file. I need to make some changes in a customozed report part lf package. Can you please show how connect the package report file to Visual studio and after modofications how to deploy again.
Noted.
i face the same issue when add new filed it not showing report i restart sql server report services also not showing in report please if you have any advice for this issue
Hi Sir,
Is it possible to create new method in CoC. If this method is not available in base class method. It is an interview question.
I don't think it is possible because CoC is used for the enhancement of existing functionality.
Can u explain how can we upgrade code from 2012 to D365
It depends which code you wanna upgrade, because over layering is not allowed any more, however, you can write extensions.