-
BC14 Word Layout – How to Hide Empty XML-Mapped Fields?
I’m working on a Word layout in Business Central 14 that uses XML-mapped content controls (from the dataset). I have a field like EinsatzortBeschreibungLineTextWord, and I want to hide it if it’s empty so that no blank lines or labels appear in the document. I tried using an IF field like this: "{ IF…
-
Nav 2016 Client Edit Freezes on Open
Hi all, I've encountered a weird issue that I'm having trouble resolving and any insights or tips would be useful. Somewhat recently (I'm unaware of the exact period) we've started experiencing issues whilst using Nav 2016, the issue occurs when navigating from the Customer List into a single customer. What ends up…
-
NAV to Business Central Upgrade vs. Fresh Implementation — Which Is Better?
Hello everyone, We’re currently evaluating our options for moving from Microsoft Dynamics NAV to Business Central, and we’d love to hear insights from others who have gone through this process. The main question is: Is it better to upgrade from NAV to Business Central, or start fresh with a new implementation? We’re…
-
Can I auto-trigger a dataport on sales header update?
hello, I'm new and just wrote my first DataPort with some hello-world C/AL in NAV 2009 (updating is out of the question for the client). Can I trigger my new DataPort to run every time a new Sales Header gets added or an existing one is edited and how?
-
What Are the Strategic, Technical, and Operational Considerations for a Seamless Upgrade?
What Are the Strategic, Technical, and Operational Considerations for a Seamless Upgrade from Microsoft Dynamics NAV to Dynamics 365 Business Central in 2025 and Beyond? As businesses increasingly move toward cloud-based ERP solutions, upgrading from Microsoft Dynamics NAV to Dynamics 365 Business Central has become a…
-
To call Nav Webservice from Nav CAL Codeunit code
Hi friends... I need help to find a solution with an issue.... I need to call a Nav webservice from a Nav codeunit... I have searched in many posts on internet but I don't find what I'm really looking for. Let me to explain: I have published a Nav codeunit as webservice. It is supposed to be call from external source (this…
-
Website Cache Pages
HI, we updated our website recently and since then the page is not dispalying correctly on our Tills when i use the Navigate Command. When i changed the page I want to navigate to from our own site to Google i have to refresh the page on the till before Google opens. This is leading me to believe there is a hard cache…
-
Edit custom field on Sales Invoice Header easy way?
Hi All To edit a field I have to follow how MS done with codeunit 1409 "Sales Inv. Header - Edit" and special page (update) . I'm wondering if there is an easier way to create a field that can be edited from front or back end like in sales order
-
Generate QR Code for a report
I am trying to save a report output in qr code format; so that when users scan the qr code, the report shows. Any advise?
-
NAV 2009 - Where to find the original Microsoft documentation?
My employer wants to buy a book for me to help with learning the native functionality of NAV 2009 classic client. I've been looking at the book "Microsoft Dynamics NAV 2009 Application Design" by Marije Brummel and I'm only looking at the preview's from Amazon/Google so I can only see a limited number of pages but at the…
-
Passing a Var to a Codeunit
I am trying to pass a page variable from the page onqueryclose to the codeunit. I am running the code unit from an action, in the codeunit I run IF PAGE.RUNMODAL(50324,T50037) = ACTION::LookupOK THEN MESSAGE('%1',SEapprovalCommentField); Pretty much opens a page with an extra box to type in and I want to send whatever you…
-
NAV 2009 R2 - Classic Client - Adding Table Boxes On Reports?
I'll preface this with the fact that I have basically zero knowledge of NAV but I'm fluent in C#/SQL Server/SSRS/Power BI. We are using NAV 2009 R2 (classic client) and we have a custom report that we use for generating Bills of Lading. One issue with the report is that it is designed with many textboxes using hardcoded…
-
I am customizing a cue on Roll Center Page. will it get refreshed each time how does it work
I am customizing a cue on Roll Center Page. will it get refreshed each time how does it work I am associating a conditional statement on how color should change based on data so any leads on this?
-
MSXML Automation with namespaces
Hi there, i have to read a xml file with multible namespaces. Unfortunatly the xml ports doesn't work in classic client. Has anyone a working example for an import of a xml file via msxml automation?
-
Bullzip
Hi Folks, situacion (my client still uses 2009R2 classic) : I have a Report who prints Sales Invoices. To Print them with Bullzip i have this code, that you find in many places on aftergetrecord Bullzip Version 14.5.2974 CODE: ---- IF ISCLEAR(BullZipPDF) THEN CREATE(BullZipPDF); SalesInvoiceHeader.GET("Sales Invoice…
-
Cost Amount Actual (ACY) Remaining Balance
Hello Folks, I have a situation where there are some items with 0 inventory and sum all cost amount actual is also 0 but there is a balance of Cost Amount Actual (ACY). basically, what happened is these items are very old and were zeroed before the company started using ACY.
-
How to lookup using temporary table, and retrieve user multi-select?
Hi, i need to do a lookup but using a temporary table. I came across this post: https://forum.mibuso.com/discussion/36722/use-existing-table-to-display-external-info , but then this does not work for me because i also need to receive user's multi-selection so i need getselectionfilter().. Any workaround idea? Thanks!
-
Add a filter in Items liste in Business central
Hello I would like to ask for your help I would like to add an output filter on the purchase line items. I want to add the filter of such sort when I select Manufacturer code on the line that it displays me only the artiles that are equal to the manufacturing code selected on the line Sincerely
-
NAS NAV 2009 R2 Startup Issue - The Time is not valid
Hi @mibuso.com Been too long! Trying to convert the standard report 1002 - Post Inventory Cost to G/L to work in NAS - done all the GUIALLOWED stuff to suppress Widows Dialog and even removed the Report Request Page and Sections. When I run manually it works a dream but when I add to the Job Queue - restart NAS I get the…
-
Data mirroring
Good afternoon, I'll give it a try whilst I am having troubles finding simple tutorials or look-a-like projects. Our company is using: NAV 2009 R2 I have limited access (only object designer) due to license. I am trying to write code behind a report. I would like that once the report is ran, it mirrors delivery weeks…
-
Navision 4.0 SP2
Any one has the old CD/DVD for Navision 4.0 SP2. I need to the NODBC installation to get some data out from the Navision Native Data
-
Exploding assembly bom on assembly order
We currently create assembly orders for Sales orders. In some of our assembly boms we have other sub assembly boms, when we assemble the top level item we pick and assemble all the sub assemblies at the same time. We do this by exploding the sub assembly boms on the assembly order. this adds all the components and changes…
-
Mapping Intercompany transactions
I have set up an intercompany partner and enabled auto-send transactions. I created a purchase order and sent it to IC, which then created a sales order in another company. However, I want to map the expected receipt date of the purchase order to the shipment date of the sales order. Currently, the posting date of the…
-
PDF
-
Blob to Stream to Text Issue
Hello, When testing the following code for the first time, it successfully worked, but after a few attempts it began to give only empty blank messages. Could anyone tell me what could be the issue? Thank you. //minutes changed to hours for testing purposes FiveMinAgo := CURRENTDATETIME - (5 * 60 * 60 * 1000);…
-
Find the Codeunit of a button in LS Retail
I'm developing some changes for a client whose system is a NAV11 with the LS Retail app installed. I need to change the behaviour for some buttons, and I'm looking for a way to guess which is the codeunit associated to a button. For example, I have this button in the POS, and I can do right clic and choose some options,…
-
Suggest Vendor Payments - skip payments that have already been exported
Hello, I'm using NAV 2016, I have a question about payment journals and the "Suggest Vendor Payments" action. When I export a payment and check "Mark as Exported" in the vendor ledger entries, the field called "Exported to Payment File" is not checked. Does anyone know if I'm going in the right direction and what exactly…
-
How to configure the system so that invoices are sent in XML format?
I know that this should be done via the Electronic Document Format (363) site. Unfortunately, I don't know how to go about it. The instructions on Microsoft's website are very complicated.
-
is it possible to find the a specific field is used on different objects like , Tables , Page, etc"?
is it possible to find the a specific field is used on different objects like , Tables , Page,Codeunit,Report, etc., and list the out the object as list through coding in Navision ?
-
How to setup SMTP Mail for Outlook in NAV 5.0 SP1
Hi, We are running NAV 5.0 SP1 and I need to setup SMTP Mail for Outlook through T409, F409, CU400. I cannot get it to work, get error: Failure sending mail. Authentication failed because the remote party has closed the transport stream. I have installed and registered Microsoft Navision Mail automation v. 7.3, am using…