-
How to setup a Business Central on-premise local machine to access the BC on-prem in VM Azure.
Hello, We have installed D365 BC on-premise on VM which is in Azure. We want the users to connect their local machine into the BC on-premise which is in VM azure. My question is, how to setup a BC on-premise windows client to access the BC on-premise over WAN? Is this possible using the clickonce? if yes, can you please…
-
entering data in table?
I have created one table A. and I have created actiontab on production order line page. with click of action i want to data from production order line fields to my table A how to achieve this. thanks in advance.
-
Change Docker & Navcontainerhelper Drive for Business Central Sandbox
Hello On Windows Server 2016 - last version of docker (18...) I searched a lot and found nothing that worked Howto change directory so that all containers and images go to a drive of my choice - for example on E: But not on C: Is this possible ? Thanks
-
set an approval workflow and have the salesperson /purchaser code blank on approval user setup
Want to be able to setup an approval workflow for customer service. the scenario is as follows:- 1. over 1000 customers with all different salespeople attached to different accounts 2. an approval workflow is setup but the salesperson/purchasing code is left blank due to the customer service persona raising the order could…
-
MakeSingleLevelAdjmt function in CodeUnit 5895
Hi How below function works LOCAL MakeSingleLevelAdjmt(VAR TheItem : Record Item) Thanks
-
Adjust Cost Item Entries
Hi I ran Adjust Cost Item Entries on a particular Item Manually but it didn't corrected it's value. In this item it does not go in With Item Do condition in Codeunit 5895 function . Item in which it is corrected that goes in this below function With Item Do condition LOCAL MakeSingleLevelAdjmt(VAR TheItem : Record Item)…
-
using postman to pass purchase invoice line in purch. inv line entity
Hello, I am able to pass the data in json using postman in purchase header. But How do I pass the data in purchase line using api in NAV 2018?
-
Printing a NAV Report to a Server Printer - NAV 2017
I would like to be able to take a Printer Name, stored in a setup table and send a NAV report to there for printing. Is the only possible way to do this via Job Queue Entries? Or is there a way to do this without scheduling a Job Queue Entry. I have tried to make use of a Single Instance Codeunit to populate a…
-
Business Central Error Reference to object Comment Sheet is ambiguous. Make sure you are not referen
Hi, i have developed a package with couple of objects include table,page,report and codeunit. i have successfully deployed it and it is working fine. after i copy a new page in same package(i did convert it from C/AL to AL) all of sudden 3-4 previous objects started getting compilation issue. i found where a common name of…
-
Reg: TDS on Advance payment
Hi everyone, I am facing an issue while making an advance payment towards vendors, in a bank payment voucher while clicking a drop-down in the TDS nature of deduction I am not getting NOD nature against which TDS needs to be calculated, Kindly help me out with this issue.
-
Business Central -Edit in excel- more than 2 dimension columns required
Hi I am an end user wanting to use excel for journal entries in BC. Hence "Edit in Excel"! I need to enter data with 3 dimension codes, but the edit in excel General Journal has only 2 dimensions , even though I have 3 in my BC journal. How do I add this to the edit in excel template? If this is not possible, waht template…
-
Web Client BC error cant connect
Hi , one of my customer has issue frequently. (BC 13 CU 1, On premise) They were attempting to post some Invoice entries. The page crashed suddenly and this is shown. They have to refresh to view, but after several seconds, it turned to this screen as attach. Please advise.
-
Cash Receipt Voucher Posting
Hi, To make the entry simpler for user i have changed the Page type of Cash Receipt voucher Page to Card from Worksheet, i have created a List page where user can see it receipt Advance Receipts and on opening any card, the user can see a simpler form of Cash receipt voucher card. But the problem i am facing is, on…
-
Zetadocs Report Settings
I created a report for my client and they have several companies in their NAV and this report works only in one company. when they click print-preview they get this error below. What might be the problem? Where should I look at it? I already looked at report selection and zetadocs report mapping. No zetadocs report…
-
Calculate Forecast Based On BOM and Materials Stock
Hello, Is there any method In Navision on how to calculate Forecast for a product based on its BOM and Materials Stock. For example : I Have An Article Called 'Table'. It's BOM Is As Follows : 2KG Of Wood. 12 Pins. 1KG Of Yellow Paint. I Have In Stock : 200 KG Of Wood. 400 Pins. 50 KG Of Yellow Paint. As A Result : I can…
-
BC When using the "send by email" option, is there an easy way to customize the file name?
I have a Swedish client that wishes to send all attachments using English file names but I believe the filename is hard coded. Digging into it, it looks like CU260 the function GetAttachmentFileName hardcodes part of the filename using the text constant ReportAsPdfFileNameMsg. Given that we're doing an extension there…
-
How to take values from Item Template Card
Hi everyone. I would like to take values from Item Template Card so that I don't have to assign them that way: Items.VALIDATE(Description,Processor) but something like that Items.VALIDATE(Desciption,[Value from field "Processor" from Item Template Card named Processors]. Do you have any tips for me? Thanks in advance
-
.DELTA to .TXT
Hello Guys, Good day. It's my first time to upgrade NAV 2013 to a higher version. and now im having this kind of problem when im remaining the DELTA files to TXT files. see attached image. can somebody tell me where I missed ? Thanks A lot :) Regards
-
Insert OData with Simple.OData.Client Inserts data but throws exeption
Hey, I have run into a weird problem. I am trying to make a simple CRUD (Create/Read/Update/Delete) example code in C# using Simple.OData.Client Client against OData V4. But when I try to insert a record I get the following exception: "Association {S} not found". The record is inserted but would really like to know why I…
-
OnModify executed twice when exiting page with DelayedInsert enabled
Hello, I have a problem with a page where DelayedInsert is enabled. When modifying a record and then exiting the page, the OnModify trigger of the table is executed twice even though an error is thrown in this trigger (the data modified in the record leads to this error). This surprises me as I would expect that the error…
-
NAV 4.03 SP3 and Changing Domain Function Level
We are in the process of de-commissioning a Windows 2003 Server that is one of our domain controllers. Due to its' presence, the Domain Function Level for our network is set to Windows Server 2003. When I replace this DC with a new one, the minimum DFL support will be Windows Server 2008. I am trying to find out if our NAV…
-
Can't solve the error Definition of field Cooperativa was changed after the object was saved
Trying to execute the verify option in Form 39 (General Journal) i'm having a common error "the definition of the field Cooperativa was changed after the object was saved. Old Type Code New Text". The problem is I ca'nt find the origin of the error... In table General Journal Line (81) I've add a field Cooperativa of type…
-
Problem sending JSON to a REST api
Hi everyone, I'm finding an issue sending a json to an API. The sending function is this:SendJSONtoAPI(VAR pJson : Text) : Text
IF ISCLEAR(XMLHTTP) THEN CREATE(XMLHTTP,FALSE,TRUE);
XMLHTTP.open('POST', 'http://eshop.XXX-eu.com/ws/api/rest');
XMLHTTP.setRequestHeader('Content-Type: ',…
-
Dynamics NAV QR generated are with with empty fields
Dear all , thank you all for your contributions in this wonderful site i have used sbinesh terrific objects to create QR blob image BUT UNFORTUNATELY the fields in the scanned output QR image is empty is with no data Any help , highly appreciated???
-
Issue with LOT No. for subcontracting order
Hi , One of my client is working where they send the material to vendor for process (Subcon order), and receives the material after processing. On their demand we have introduced Item Tracking (LOT No.), Now the issue i am facing is as RPO 1 - ITEM 0001 subcon process (SUB001) is on 1st operation thus DC made of 1000 KG to…
-
Add model in other list
Hi I have a list 'Model' I want to show the lines of the list when I call for the list in the 'model'
-
How do you get your Bank Statement in order to Import it
Hi , i have looked a lot of video "How do I" , that explain how to import a bank statement. My question is : How do you get the file to Import ? My bank teller said to me that I can't download this file , and I have to use a software which create a EBICT TS channel and pull this file to my server. He can provide me…
-
Override "Brick" field group for a single page?
I have got a table with a defined "brick" field group. I also do have a sub page (PageType "ListPart") on that table. For the phone client I now want to display excactly the fields from that page - not the one from the "brick" field group. Currently it only does work when I remove "Brick" and "DropDown" from that table. Is…
-
AL Byte[] to PDF
Hello, I've created a in C# a String with a Byte[] of a PDF 378068704549465510105232483211198106104073100101110116105116121411010111010011198106105332483211198106104065100111981014110101110100111981061056324832111981061060601047701051081161011143247701089711610168101991111001011047761011101031161043255... Now I want to…
-
Expand collapse button not appearing
Hi I am making drill down report but expand collapse button not appearing Thanks