how do i add percentage column in my inventory analysis report
NAV inventory analysis report
Changes to the posted Fixed Asset Value
Hi All,
I have a scenario in Fixed Assets.
The user posted the FAs (multiple) with GST and several depreciation had been posted.
Now, they want to exclude the GST from the overall FA value and the subsequent entries.
Is there any better solution to handle it?
Thanks in advance.
Check Data entered in a field using Keyboard
How to check whether Data entered in a field using keyboard.
Making Tax Digital end to end process steps
Any links on how to use the objects that have been released by MS for NAV2018? Already aware of the objects from getting the relevant CU:https://support.microsoft.com/en-gb/help/4479231/cumulative-update-12-for-microsoft-dynamics-nav-2018-build-26401
Need to show customers how to use it.
Custom function using events
I am transferring all custom code into separate codeunit of events. I need suggestion for custom function. Should I transfer custom code into subscriber function and define one publisher function for it.or I directly call subscriber function from standard object. Please suggest what is preferred approach. As end result will be same.
EVENT Subscriber Recursive
Hello everyone.
I am working on some events subscriber using AL.
Example is a drop ship SO/PO scenario Header and Line.
When a dimension is changed on the SO, I want it to also change the PO and PO lines and vice versa.
I have created the event subscribers on "BeforeValidateEvent" of the dimension field on the Sales header, sales line, Po header and poline but they keep calling each other when the modify statement is called.
A while back I read smth about how to check if an event subscriber has already been called and this eliminates recursive calls, but I can't figure out how to do it.
I can't find that article any more .
Any ideas ?
Report Layout is missing after upgrade
In PDF, SSRS Header textboxes not printing at the specified location of design.
Hi
I am new to NAV and i got already modified customized Transfer Shipment Report and i wanted to add few new fields in it.
What i observed is that the report prints a second blank page but that is because its width is bit wider in SSRS report designeer (in Visual Studio) than A4 size.
I have tried to keep it similar to A4 size now. but my text box controls in the header which is used for shipment Address are not printing at the correct position.
These textboxes are printing much left than specified. They have been put right most position in the design. but when it prints in Preview or PDF, it prints at different location and it's alignment with other below body parts are going on toss. Please see below design and PDF screenshot.
Can someone please guide me what's the solution of this? I cannot widen the report further as it goes beyond the size of the page and margin. it will print 2nd blank page if i do that. You can see in the design my controls are perfectly aligned to far right.
Design
VAT Clause Code in Post Prepayment Invoice
Hello,
when Posting a Prepayment Invoice in NAV the System does not fill the VAT Clause Code in the Sales invoice line.
Is that correct?
Thank you in Advance!
Regards,
Bianca
Selecting date filter for column headers nav2017
Hi guys,
I'm working on a grouping schedule in Nav2017 and I want to select a date filter for my column headers so that the input in the rows only show the data of certain dates. I'm fairly new to Navision so any tips or tricks are greatly appreciated!
To specify a bit:
I want the columns 5, 6 and 7 to show only data from a specific range of dates. So when I open the table with the date filter of (for instance) a year, the columns adjust to their own specific date filters. Do I do this with some kind of formula? Or are their other methods?
Thank you all in advance,
Ludo
NAV and auto printing of shipping labels
I am curious whether shipping labels can be printed automatically when orders are completed, assuming certain criteria are met, such as item weights setup in our system, and assuming we can develop a connection with our current shipping software. We currently have a shipping connection with AX but it relies on a manual barcode scan into an integration profile and processing orders on an individual basis.
We are trying to automate the shipping process for standard domestic ground shipments with the least amount of user input as necessary.
I hope I have provided enough details.
Thank you!
Issues with publishing an App
Hi,
I just started the development of Apps with NAV 2018 and VS Code. I have a very basic environment, one local server with SQL Server and NAV Server installed. On this server I have a development and a test DB installed.
I started the NAV development environment with the flag generatesymbols=yes and compiled all objects and in VSC I downloaded the symobols. With VSC I can publish the App in the development DB and it is working fine.
After this, I tried to publish the App to our test DB with
Publish-NAVApp -Path <myPath\myapp.app> -ServerInstance <myTestNAVServer> -SkipVerification
but it is not working. I get the error:
Publish-NAVApp : Extension compilation failed
page/<myPage>: error AL0185: Report '50088' is missing
The report is in the test database (C/AL). What is possibly wrong?
Thanks and best regards
Michael
NAV2018 Export to Excel
I have one user where exporting to excel downloads the file instead of opening Excel.
Is there an option for that somewhere? What controls if it opens Excel or downloads as a file?
Invoke Page Action via web services
I am trying to invoke a "default" action via the Sales Order. I am trying to create a warehouse shipment from the Sales order. The action I am trying to invoke is <Action149> Id#149.
This is the URL I am trying to post:
{{ base_url }}/nav_SalesOrders('S001293'/149
Does the syntax look correct?
Report printing takes 20 sec when printed via WebService
Hi Folks,
i hope someone has a tip for this issue:
This code block is executed in approx. 2 seconds:
SalesInvHeader.GET('DD-RG14+00036'); SalesInvHeader.SETRECFILTER; ReportSelection.SETRANGE(Usage,ReportSelection.Usage::"S.Invoice"); ReportSelection.SETFILTER("Report ID",'<>0'); IF ReportSelection.FINDSET THEN REPORT.RUNMODAL(ReportSelection."Report ID", FALSE, FALSE, SalesInvHeader);
My Scenario:
The warehouse shipment is filled via Soap-Webservice from an external system with the quantites delivered.
After the import routine in the webservice codeunit i am posting the warehouse shipment (ship and post).
Time consumed until posted invoice: 2 sec.
After that i am printing the invoice that jsut has been posted with the same code block described above.
I'd estimate the total time to 4-6 sec, as printing took 2-3 sec and posting took 2-3 sec.
But the process is taking 20 sec at exactly this step:
REPORT.RUNMODAL(ReportSelection."Report ID", FALSE, FALSE, SalesInvHeader);
Does anyone have an idea, why the same printing process takes 2 sec when run as described above, but takes 20 secs when called after the posting of the invoice i am trying to post?
Any help is appreciated!
Thanks
Thanassi
Support navision 5.0
Hello, we are using navision 5.0. Does somebody know if this version will not be supported by Windows from 2020 ? Thanks
Payroll - Employees attendance Generation 2019
Dynamics NAV 2018 Dynamics 365 for sales integration
Hi all,
I can not integrate a field in NAV of type Code with a field in 365 For Sales of type Text. The fields are: Customer No. (NAV) and Account Number (CRM).
I would greatly appreciate your help
MD5 encryption in Navision
Hi
How we can do MD5 encryption in Navision. I am using Classic Client.
Thanks