-
job to calculate statement automatically
Hi, I have created a miscellaneous job type that runs CU99001456: Statement-Calculate and when I run the job either as NAS user or by pressing button "Run Now" on job, I got an error: Record(99001586) is not compatible with Codeunit.Run(Record(99001487)). NAV 2016, LS Retail 9.00.10.319 Code breaks here: I have done same…
-
Nav 2013 Edit Emails
Hi All, I believe the feature to edit emails before sending was introduced in Nav 2016 or 2017. This is using the Email Dialog functionality. Is it possible to implement this into a 2013 database? Thank you.
-
How to add a Generic Chart to Role Center in BC Wave 1 OnPrem
Hi, I am designing a new Role Center and I want to add an existing Generic Chart to the Role Center via C/SIDE development environment. I have tried to add a Part of type Chart to the Role Center page. Sadly the Chart is not shown. Have you ever tried something like this and can guide me to success?
-
[.Net] Adding user to AD group
hi all. The task is to add a user in AD group from NAV 2018. This is the reference instruction. My problem is that I don’t understand the syntax for NAV. I tried something like this: Nevertheless it didn't work. Could you please help me find the examples of correct syntax? Thanks!
-
Extension Performance Issue
Hi guys We are using Business Central On Premise. The fields that used to be on the item table are now spread across 8 different extensions using TableExtensions. We're hitting a weird performance issue when a user open up an item Card Page or List Page i took 8 seconds for the item list to appear. there is no flow fields…
-
Jet Reports
Hi, One of my customer is using D365 BC along with Jet Reports. A user from the company has got himself a iMac and there is a question from them like can we install Jet Reports in iMac? Regards Kwaja
-
on post of purchase order how to show error msg if field is empty?
Hi all, I am trying to add error mssage if any field in purchase order is empty while posting.for that i have added a code on Post action asIF "Buy-from Vendor No."='' THEN BEGIN ERROR('Error:Empty field'+FIELDCAPTION("Buy-from Vendor No.")+'Please Add Data in field.'); END; IF "Buy-from Vendor Name"='' THEN BEGIN…
-
NAV License File Clarification
Dear Team, Can anyone help us to understand the max user license available with following NAV license information shared for the NAV 2018 version with LS Retail. License Module List ************************************************************************************************************** Module Quantity Included…
-
NAV 2016 - Code on PostDataItem and RDLC report
Hi Folks - I have a RDLC report in Nav 2016 which has 2 dataitems Location Item ledger entry Based on certain condition I doing calculation in Item ledger entry OnAfterGetRecord and and storing in a array and OnPostDataItem of Location dataitem I am arriving at the final values and putting them in variables. I am trying to…
-
Dynamics 365BC Fact box question
In Dynamics 365BC on Premise if you go to any page-->design-->You can move or remove a fact box and no where I see an option to put them back, does anyone know how to put the fact box back once removed or hidden. Thanks for your help. RJ.
-
Custom Report Layouts RDLC doesn't work in Business Central
Hi! It works for previous Nav, but not in BC. I added a new RDLC layout for my report. Running it, I got an error "Write operations in the database (INSERT, DELETE, and MODIFY) are not allowed for the selected transaction type." But I didn't update the tables,I just filled in a temporary table and output it. Is there a…
-
To Show the 'Report Totals' part in Footer of the RDLC report
Hi All, I am using the sales invoice report 1306. While customizing this report our customers want to show the 'report totals' part in the footer of the report. Please find the attached screenshot. Layout: Output: I am not able to show this in the footer section of the report. Please help me. Thanks in advance, Jacob.A
-
NAV2017: Audit on Extensions
Hi all, we had a small mishap with an extension in NAV2017. I now need information on who installed the extension in question and when. Or if I don't get that info, I need to set it up so that in the future I will. I tried setting up the change log, but the table NAV App is only virtual and cannot be tracked. Since…
-
App search not working in sandbox BC cloud
.
-
Workflow Notification Email is in HTML Format
Dear all, I am using Business Central 15 Cumulative Update 2. When I receive workflow notification email, the format is incorrect. The correct format is below. Please help how to solve this issue. Thank you. Best Regards, Johanna
-
Allocate a cash receipt to a Proper Customer
Good day, I have cash receipts transactions posted in Navision but to wrong customers, to reconcile I need to allocate these receipts to their proper customers. Please help me with the proper steps I need to go about. Thanks, Nagaboona.
-
How to remove this error ? #businesscentral
Hello everyone, I am trying to publish my solution for hello world as a creating a pageextension 50100 CustomerListExt extends "Customer List" I am getting this error , suggestions would be appreciated. thanks in advance!
-
Automatic import file in BC 15
Hello , I have to create a drag and drop file factbox with the addin control. (BC 15) in the old version I use the "TempBlob" table, , but table 'TempBlob' is marked for removal. so I used codeunit 4100 "Temp Blob", but I did not find a solution to create a blob from a text, before using the function…
-
Extension performance issue
Hi guys We've upgraded a customer to NAV 2018 with v2 extensions. The fields that used to be on the item table are now spread across 5 different extensions using TableExtensions. We're hitting a weird performance issue with sales orders - when a user looks up an item on the sales lines it takes around 4 seconds for the…
-
multi dataitem word layout report in business central
Hi, Just wondering how can we implement multi dataitem reports like 'Customer - Order Detail' in business central. If I specify WordMergeDataItem as 'Customer', report shows the records for all the customers. But it adds a page break. I would like to know if there is any other way with which I can get the list in the same…
-
NAV 2015 Control Add-in Error
Error in NAV 2015 role centre page: Could not locate the control add-in library for "Microsoft.Dynamics.Nav.Client.DynamicsOnlineConnect;PublicKeyToken=31bf3856ad364e35, The page contains a control add-in that is not permitted. Contact your system administrator". Reported to the solution provider two weeks ago, and they…
-
Newtonsoft JToken.Children Ambigouous Call Error
Hey, I'm currently working on a Dynamic Json Reader. For this I use the DotNet Class JToken from the Newtonsoft.Json DLL (Version 11.0.2). But when I call the Function Children from the JToken Class I get this Error Message: When I look into the Class in Visual Studio, I see that there is a overload of the Children Method.…
-
Nav 2017 - GDPR & MTD
Hi, I can see online the MTD features for 2017 were adding in CU25. Does this include all the GDPR security features too? Also is there any security updates between cu 4 and 25 / 38. Thank you.
-
How to link manually created sales invoices to Prepayment sale order
Dear friends I have created sale order and posted prepayment invoice with 100% payment. Later I want create sales invoices manually and link to the same sale order. Any short cut method? Warm Regards Krish
-
Unknown Excel automation in AL code inside VSCode
Hello, I'm trying to migrate report from version 2018 to BC, but the thing is that Visual Studio Code doesn't support those Excel automations. I'm struggling with that problem from a while, does anyone have idea how we are supposed to convert reports with export to excel option ? I guess there must be some kind of…
-
Move companies to tenants in BC
we have a three tier environment and i'm trying to move companies from a single tenant to multiple tenant, but when running this command on the NAV server: HowTo-MoveCompanyToTenant -ServerInstance 'BC140' -FromDatabase 'Demo Database BC (14-0)' -CompanyName 'CRONUS 1.1' -OldTenantName default -NewTenantName CRONUS1…
-
Business Central On Premise Installation on Three Servers
Hi, we're trying to install Business Central On Prem on different servers but we're getting these errors: - when trying to open the client: "Microsoft Dynamics 365 Business Central Server is currently not ready to serve requests. Try again later, or contact your system administrator." - event viewer of the nav server: "The…
-
Drop Ship Purchase orders being released by warehouse shipment
NAV18 with Advanced warehousing - If we have a sales order with 3 items. A, B, & DropShip Items A & B can ship from our warehouse, today. The sales order gets released, the DropShip PO is generated through the requisition worksheet and is now on a PO. For wherever reason, the buyer has not ready to release the purchase…
-
Excel Addin Editing: failed to retrieve the server config
Hi, I have configured Dynamics NAV2017 for Excel-Addin Editing. When I now got to e.g. customer list and click on "Edit in Excel" then excel is opening and showing the headlines of the the table, but after a while of "Retrieving server configuration" I only get the error message "failed to retrieve the server config"…
-
Development Environment - old 'Server Name'
Hi, Do you know how to change the default Server Name in NAV development environment in the window 'Open Database' (File->Database->Open)? This is my old server that doesn't exist anymore. It is quite annoying as I have a few NAV dbs on the same server and I have to type Server Name manually every time I open development…