-
Subscribing to changes in sales order total changes
Hi All Fairly new to Nav Extension Development (using AL) I need to figure out when the total before tax changes for a sales order (seems to be a flow field). When the total (or any line total would work) changes, I need to get the current total of all lines that are not freight (a specific set of item nos) and update the…
-
NAV 2013 to Business Central Upgrade
Hi, I just upgraded the 2013 object into AL code. But i can't compile and publish the code due to security error. I am not sure if it is code related because it didn't generate an app file first. What i am using is just an sqlexpress 14 only for testing purpose. here is the screenshot of the error:
-
How to link newly created page to help NAV help topic.
Hi Member. I have created new customized Page(for Instance 99009510) in Nav 2016 & related help file (T_3021.htm) for user to understand purpose of page. T_3021.htm is already link to ToC file. i wants to automatically open T_3021.htm file when user click ? blue over new page that 99009510. As shown in below image. Please…
-
Timestamp of data in NAV (what timezone it follows when saving data)
Hi, Our Nav is set to Central time and when looking at Creation DateTime for example in Item Ledger Entries, the timestamp is shown in Central Time. However, when I exported data to excel via Prin&Send >MS Excel, the timestamp on the spreadsheet is an hour ahead which is Eastern Timezone which I believe that's where our…
-
NAV 2013 dotnet Exchange Web Services (EWS)
Hi I'm new to using dotnet types to make development, so i'm trying to see/learn from examples which i'm finding. In this case I can't find anything that seems to be useable and therefor I'm asking the forum. My task is to (via NAV code - in NAV 2013) 1. loop through an Exchange mailbox folder 2. extract the attachements…
-
[BC15] Event Recorder - No events have been recorded
Hello everyone, I've problem with event recorder. When I try record any events I always see message "No events have been recorded": The proper scenario (I hope): Of course I've tried many scenarios like open new window (not tab), start record when 2 session windows are already open etc.. I've tried on BC15 OnPrem with…
-
BC15 to BC16 update error
Hi, I got error notification below when upgrading from BC15 to BC16. Your Business Central environment failed to update Your Business Central environment could not be updated to version 16.0.11240.11946 because one or more of the installed extensions failed to update successfully. Review the error information below and…
-
Inserting Base64 image string into Document Attachment Table and Tenant Media through API.
I get a Base64 String which is an image from an API. Which will be saved into Document Attachment table. Here is the high level; Using this https://www.olisterr.tech/2019/12/generic-way-of-attaching-documents-on.html instead of having Document Attachment functionality on Opportunity, I followed the example to have it on…
-
Any restriction on Target framework?
Hi there, I am developing an extension for Nav13 with .NetCore 2.0 to talk to AWS.SNS! My library passes all testes and can talk to its small-dummy-commandline program in Linux, Mac and Windows. However, when I am importing it and want to use it inside the Nav13, to make it functional, I have to build against .NetFramwork…
-
JSON PUT() not working in AL [solved]
Hi All, I hope some1 can help. I have the following json that works on postman: However, I tried all I could in my extension, but I can´t make it work. I always get same error message. I had a look to each variable. Im creating a JSON string all together in a text variable. Server response: By the way, GET () works great…
-
In NAV 2017 RTC to open an external site on chrome that needs login
Hello, I have a particularity, that I'm checking if is possible. I'm trying to check a solution where from NAV 2017 RTC environment I can open a page on Chrome browser, already with the login made. So inside nav to have some kind of add-in in .net and/or help of javascript to when I click on a button on a Customer, for…
-
Dynamics NAV 2017, CU41 : Applying only platform update, what would be the risks?
Hi, All. We all know it is not a suggested way to apply only platform update. Customer's Dynamics NAV 2017 system (base version is CU3, platform update CU29 is applied last year) is heavily customized and has lot of partner add-ons, so the company doesn't want to invest too much time and effort to apply all application…
-
Dynamics 365 BC V15 Problem with Extensions (Scope:Tenant)
Hi, I'm working on an customer Upgrade and finished it to Dynamics 365 BC V15. It's running and all Data was migrated fine. Customer ist testing. We are still working on individual customization App which I now wanted to upgrade. But installing the new individual App throws an error: one page extension Id of our new…
-
Can not run "Transfer Data"
During data upgrade NAV from 2009 to 2013, I can not run "Transfer Data" again on another company in 2013 NAV.
-
ProbmExporting Application to a separate Database in 2013-R2
I have a problem exporting the NavApplication to a New Database, splitting a 2013-R2 Database into Tenant and Aplication Databases in a customized Database. Exporting and Merging the standard Nav Database is working fine. In Windows PowerShell I do the following : Export-NAVApplication –DatabaseServer localhost…
-
How list all objects including page extensions and table extensions to see their properties?
Hello everyone, Is there a way within Visual Code to list all objects including page extensions and table extensions to see their properties such as: type, id, description? I've already tried AL Object Designer, however in the list I can't find objects that have been developed in other extensions, only standard objects.…
-
Activity Codes
Good day, Could someone explain to me what are activity codes and how to set them up? Thanks in advance, Nagaboona
-
XML Tags removed from Bigtext param for webservice
Hi all, I created and published a codeunit as a webservice. I have a function with Bigtext as a param. The other party sends an xml to Navision. However, when I read the bigtext, all the xml-formatting like the tags are gone. I just see the elements which were between the tags. I need the tags as well because I need to…
-
WIP account value not transferred into Inventory GL Account
Hi Guys, Please help.. I created a new dB (BC 365). Uploaded raw material opening into dB ( inventory AC Dr. And Opening control AC Cr.) Inventory Setup - Automatic cost posting - Mercer. I created 2 production orders, Consume the raw materials and post the output successful. Then finished both the production orders. And…
-
SagePay Integration
Hi, Has anyone done sage pay integration with NAV I need to download transactions within NAV https://pi-live.sagepay.com/api/v1/transactions Thanks
-
Missing translation in Shipment Methods
Hi, why NAV doesn´t show the translations in an Page after changing the language of the client? For example: I added the englisch Translations in the Shipment Mehtods. After changing the client to ENU, there are still the german Descriptions. Why?
-
Error is coming while posting an positive adjustment entry
Dear All, " Select a dimension Value code for the dimension code DEPT for G/L Account 445200 " the above shown error is coming while posting a Positive adjustment entry. what all changes we made are as follows*) up to this ,the department code is not set as mandatory.Now the department code is set as mandatory in its…
-
PageNo in Reportbody
Hi, does anybody know a solution to get the page number in the body section? (NAV2018 RDLC Reports) Thank you.
-
[BC15] How to check entire (long) SQL statement in Visual Studio Code
Hello everyone, I can't check entire SQL statement and I'm thinking it's a bug, but I'm not sure. I want to see entire SQL statement like this: So I try to copy value: When I paste clipboard I see this: The same result I get when I use add to watch: This is probably caused by the same "variable name" because it is always…
-
How to configure Role Center based on the user's department?
Hi friends, [Version: NAV 2018] Requirement: When a user from Sales department opens NAV, then he should open only Sales related stuffs. What I did? 1. Created AD groups based on the departments say Sales, Purchase etc., (Each AD group contains one or more users.) 2. Users group added in Users (in NAV 2018), and selected…
-
Dynamics BC Webclient https can access but http not accessible
Dear Friends Recently i faced one issue while configure godaddy certificate, able to connect the webclient by https using domain name. But unable to connect by http using domain name or public ip. http can be accessible using localhost and local ip. I clear browser cache and added to trusted site. This can be accessible…
-
Business Central: Direct Printing attachments
Hey, I am fairly new with AL/Business Central and have a question regarding printing. Our company has a system in which you can add attachments to an order. These attachments used to be txt, xlsx and docx or pdf. Now we managed to get it to work that when you send an email these items will be send using the in-and…
-
Missing COGS account message
Hi We are on Dynamics 365 US version, 14.6 ON PREM. We enter a resource on a sales line and get a warning saying that COGS is missing from General Posting Setup. We could easily set an account there, but our client does not want to if it's not necessary. The issue is some of the users do NOT get that message when entering…
-
RDCL mismatch pages between Word and PDF
Hello, I have a problem with a custom report. The customer wants to print 4 labels on a label printer. I created a report with the dataset and a RDLC layout. Everything is fine so far. When I print the report as PDF, I got 4 pages. But when I print the report as a Word document, I only got 2 pages. Each page has 2 labels…
-
NAV 2016 - Debugger crashed when try to debug a session
Hi I am facing an issue on our NAV 2016 version. Each time we want to debug a session on a specific break point the debugger crash and throw the following message: The Server 'instanceName' was unable to process the request. The application will close. Hence both the RTC and the debugger crash. Note that only the debugger…