-
Where does my Item.Picture hide?
In a BC13 (Build 28871) I have a report written in al/rdlc where I want to include the item picture that is displayed in the item page. * First I just just included the Item.Picture in the dataitem column, but for some reason not all the pictures where included. * Then I changed the code to repeat through Tenant Media…
-
Belgian localisation
Hello, i am using the Belgian localisation. I would like to know which protocol (Domestic, International, SEPA, Non SEPA) if i need to pay a vendor in USD who is in Belgium? Note: Belgium forms part of SEPA
-
Call REST API with NAV 4.0
Hello, I plan to call a REST API in order to integrate data into NAVISION. I can't find anything for this version of NAV (4.0). Do you have any leads or advice to give me?
-
RDLC report with Item table left join to purchase line
Hi Guys I thought when creating the dataset in AL I have the option to determine join type but couldn't find it. So my requirement is to show all items and for items with open purchase order lines, show the next delivery dates in columns. I used below link to link po line to item: dataitem("Purchase Line"; "Purchase Line")…
-
Want to create sales order for each line from sales quote
Hi All, I have created a sales quote with multiple lines added. Here i want to to create a different sales order for each line of sales quote. Explanation: I have a Sales Quote with two lines(X and Y). While i am clicking the 'make order' button in SQ page, It should create two different Sales orders one with item line X…
-
Printing pdf file on network printer by Job Queue/Task Scheduler
Hi, Do you known posibility to printing pdf file on network printer by Job Queue/Task Scheduler. I tryed it by ProcessStartInfo but this DotNet variable requair Running On Client, but this is imposible to run on Job Queue. Version: BC 14 OnPrem Please help.
-
How to make single Purchase Receipt against multiple Purchase Orders.
Hi Team, Can we make single Purchase Receipt against multiple Purchase Orders. Thanks in advance, Srinvias.
-
Nav Serialization Enhancement
1.How can we automate the serial number assignation to released component production journal 2.How to validate to check if the serial number already assigned or used.
-
NAV2013 R2 Debugger without SUPER
Hi everyone, as we can read here (http://www.mibuso.com/forum/viewtopic.php?f=32&t=61338&start=0&hilit=debugger+super) you have to set a permission SUPER, without company, if you want to grant access on debugger to an user. I was wondering if there is another method. We have a very large database, with 10 companies, one…
-
NAV 2013 Universal XMLPort v5
NAV 2013 Universal XMLPort The DMS Universal XMLport allows you to quickly import tab-delimited text files into any NAV 2013 table without any development or configuration. Much faster than pasting from Excel or using the data migration tools. Full details and instructions at http://blog.dynms.com/2012/09/the-nav-2 ...…
-
Report layout in NAV/BC.
Hello, I'm creating a Sales Invoice report layout. I am trying to hide one of the columns in a row but keep the size of my table. E.g. when the "Item No." column is hidden, the "Description" field size grows. I would be grateful for your suggestions. Thanks.
-
Transfer field selections type options to another field of the same type but on another page
Hello. I have a page that has two option fields. I would like to know if it is possible that from the first page the user selects the option in field 1 and the option in field 2. After this, the two that were selected in the previous fields are shown as options on the next page. For Example: Options: Blue, Red, Yellow,…
-
Removing Default buttons from a ListPart in NAV2018
Hello Nav Experts, I am using NAV2018 with extensions. I tried to remove the "New" button from a ListPart's ribbon using "InsertAllowed = Flase" but that didn't work. Any other solution please ? Regards.
-
How to edit the Find row in Items by location Matrix.
HI All, I would like to know if there's a way to edit the subpage Find in the Items by location matrix Scenario : I just want to change the default field in this subpage From Description to No. Cheers! Thanks,
-
Import CSV file that has different table structure then the table into CSV is being imported
Hi, I need to import some data saved in CSV file into T81 - Gen. Journal Line File structure of CSV file is not identical to table structure. How to import such CSV using XMLPort? Should I import first in Temp Table and then from temporary table to T81? Thank you BR Damjan
-
Nav.Client.exe -consolemode Parameter not working with 140?
Hey there, can anyone confirm that the -consolemode command line parameter, that worked perfectly by at least v71, stopped working in or since v140? I'm starting a "ui-less" windows client to run a codeunit like this (yes I know, there are better ways to do this): "C:\Program Files (x86)\Microsoft Dynamics 365 Business…
-
Transfer Generic Diagrams
Hello I am currently faced with the task of transferring the generic diagrams from a Cronus demo database to a real environment where there are no diagrams at all. It doesn't seem to work with the configuration package because the table behind it is a system table. Now I wanted to export the diagrams individually as an XML…
-
How can automate the serial number assignation
how can i automate the serial number assignation to the released component and insert the serial number in reservation entry
-
Microsoft Intereop Excel addin missing
Hi, I have one network user who can't export from NAV to Excel - a message displays "Cannot load an instance of the following .NET Framework object: assembly Microsoft.office.Interob.Excel, Version=15.0.0.0. Culture=neutral, PublicKeyToken=71e9bce111e9429c. We're on NAV 2016 CU32 with Office 365. I've run the setup.exe…
-
How to setup trailing sales orders NAV 2018?
I need to show amount the only that is not accumulated from the previous year in the picture is sum previous year thank you for your answer.
-
Run report without the request page
I want to run a report multiple times from a form. I know there is report.runmodal but then i can't set parameters from the form. can i skip the request page when the report is declared as a variable?
-
Execute function for two minutes or until nested function responds true in Business central
Hi I need execute TryCallData for two minutes or until GetPDF responds true How can i do it in Business central?, Thanks procedure GetPDF(Bill: text) ReturnPDF: Boolean begin <Statement> end; procedure TryCallData() begin while not GetPDF('HMO986') do message('waiting...'); end;
-
Cannot insert date to warehouse activity header table
Hi Guys I'm trying to insert current date when a warehouse activity (inventory pick ) is created and thought it would be simple but below code is not working: Table extension- Warehouse Activity Header .(inventory Pick) also tried "validate": trigger OnAfterInsert() begin Rec."Posting Date" := WorkDate(); Rec.Modify();
-
Item card field visibility
Hi NAV Experts, Sorry for some basic questions. There is a field for example "Replenishment Type" on the Item card and it is not hidden. One user is able to view the field on the item card, But another user is not able to view the field. I have tried to customize the fast tab and check if the field is not selected. The…
-
Insert Sales Lines AFTER Sales Header complete Or aster MakeOrder complete
Hi All We want to insert freight charges (non inv items) on sale orders automatically. The item inserted will be dependent on the ship method. We have a version that works using a event subscription on the ship method code in sales header Works great when I change the ship method, but I have 2 problems 1. if I create a new…
-
Automated Testing: Check Validation Message
Hi All I'm writing automated tests for one of our extensions and I need to confirm that the validation message is correct as part of the test. Let's take a simple (made up) case Record.Field1 cannot be more than 2x it's current value. The extension would have an Subscription to the OnAfterValidateEvent and raise an error…
-
Page error.
Is there a way to clear the error on a page. I have code on a page that will throw the error message when a person tries to ship too much product. Simple calculation... works perfect. But when they correct the entry, the error ribbon still retains the error even though you can continue on with the entry. Just an annoying…
-
Debugger very slow
Hello, i just installed my machine and i still have a great problem. If i debug any Nav Version (2013,2013R2,2015) the debugger reacts very slow. Slow means i click and get a responds in 30 seconds or more. Actually i have just installed NAV 2013 R2 and NAV 2015 and SQL Server 2012. The Service runs on a networkmachine, so…
-
Create a XMLPort to import *.CSV files
Hi All, Do you have any basic guidance what are key steps to write an object type XMLPort that imports *.CSV file into T81 - "Gen. Journal Line"? I need to import *.CSV files into the T81 - "Gen. Journal Line" where user manually selects the CSV file to import. I know that I need to mapp fields from CSV file to the field…
-
How to correctly read XML to import the data into a table?
Hi, Currently I have a procedure that reads and imports some elements from the XML to a table correctly, I only need to read some elements well, since some fields are repeated when they are imported. I get the XML of a response from a WS, the response is stored in InStream and then I read it to import the information into…