-
Business Central web client Login
I want to know if it's possibile configure BC to use Login page to authenticate users using Credential Type Windows and not NavUserPassword. Trying windows Credential type configuration, when non domain user tries to connect to BC, popup window is shown for insert username and password.
-
On-Premise object id range 50000-99999
HI All. For SaaS, 50000-99999 is 'free' meaning you can use any object number for any object type in that range for any app. Is this range also free for on premises? Or we need to get the object in customer license. Could someone explain this. Thank you.
-
how to copy records from one company to another company using configuration worksheet without excel
Hi everyone i need to know how to copy records from one company to another company in business central thanks in advance.
-
How to learn .NET?
Hi Guys, Does any of you know of a good resource to learn how to use .NET in a Dynamics NAV context? Any advice is much appreciated. Thanks, Thomas.
-
Write excel file no excel installed
Navision 4.01 SQL hi everyone, i was wondering if it is possible to write an excel file even if excel is not installed in the client machine: why? because a customer of us needs to export the budget from a TS where excel is not installed. Then he will eventually copy the file on his pc (where nav is not installed, but…
-
Business Central - purchase line - update shortcut/global dimensions
Good day, I am looking for a hint on how to update shortcut dimension codes on a purchase line, after an update to line dimension values. Here is the code I use to update the purchase line dimensions with values from external system: procedure AssignLineDimension(DocumentType: Integer; DocumentNumber: Code[20]; LineNo:…
-
ODATA - Adding header and lines in one call/round trip
Hi :) Hopefully someone here can help me with this, I'm finding useful documentation and examples for ODATA in Business Central hard to come by. I have custom tables ("Inbound Job" and "Inbound Job Task Line"), the usual page (InboundJobQuotes) and subform (serviceLines) setup for ODATA web services. Using Postman I can…
-
Powershell: Use Users full name of windows account to create NavServerUser
Hey there, I am creating a new local Windows User with a full name this way:New-LocalUser -Name "User03" -FullName 'testname' -Description "Description of this account." -NoPassword Works fine. Now I want to create a new NavUser and use the full name of that windows Account. Hardcoded it looks like:New-NavServerUser…
-
Upgrading Business Central Spring 2019 On premise to CU4
I upgraded a BC 14 version to cumulative update 4. All went well and the application runs, but... when i open extension management in the converted application, I find the standard installed extensions still being in the 'old' version. For example the 'Paypal Payment Standard' extension has version v.2.1.29537.0. When I…
-
Is it possible to put in the Start Menu (what would be the menusuite), a new item for all
Morning, Is it possible to put in the Start Menu (what would be the menusuite), a new item for all users to view? I dindt see "Index" or "start menu" for add product: Thanks in advance,
-
SagePay Integration
SagePay Integration This is a Sagepay Integration. User can take the Payment from customers directly from D365BC and Refund for the same. It can also create a Payment Receipt General Journal and user can apply the payment with the Invoice or Credit Memo. You can also download the statements from Sagepay It has been…
-
Is there a tool to migrate from a navision axapta 3.0 to a navision BC 14?
Hello, Is there a tool to migrate from a navision axapta 3.0 to a navision BC 14? You know some tools for make this job easiest? Thanks in advance,
-
Mobile App - How to make the list scroll automagically
Hi Guys, We have a list form with the a single field above it for scanning. User scans Item Nos in that field and list below is being populated. When it is being run on the computer the newest items are always on the top (list auto-scrolls to show top most item). When the same page is opened on the phone app, the list does…
-
Account Type or Bal. Account Type must be a bank - FIXED
hi all, im doing a payment import and getting the following message.
-
Usage of CurrPage.SetSelectionFilter()
Hi, I have got a question about this standard C/AL code. It is in Page 132 (Posted Sales Invoice):SalesInvHeader := Rec;
CurrPage.SETSELECTIONFILTER(SalesInvHeader);
SalesInvHeader.PrintRecords(TRUE); What is the first line of code doing here? It kind of looks like its selectiong only the current record. But if so, why not…
-
Visual Studio Code Snippets: User Personalization, Shortcuts, Keybinding
In this blog post, it will be outlined how to modify and create shortcuts and Visual Studio Code snippets to suit your workflow and save you some time spent on repetitive tasks. Have a read here➡️https://bit.ly/39hV7fa
-
Mobile app something went wrong "unable to localize service.."
Hi Mibuso, I try to connect to a BC Cloud with domain "blabla.onmicrosoft.com". The BC mobile App cannot connect to the tenant. If I connect using a browser it works like a charm. (same login information) Where is the problem? (I supposed it's something with the ..onmicrosoft.com) The error [translation from french] on the…
-
Extension Download Symbol Error
Hi all, I have upgraded database from nav 2009 to bc 14 but when i use visual studio code to download symbol it's error. FYI, I already done this step cd C:\Program Files (x86)\Microsoft Dynamics 365 Business Central\140\RoleTailored Client finsql.exe Command=generatesymbolreference, Database="Demo Database BC (14-0)",…
-
Delivery Note, Sum previous send quantity based on DN, Job No, and Job Task No. from Job Ledger Entr
Hi All, I am new here, recommended by a friend. My work place are preparing to launch Dynamics NAV 365 Client side manufacturing next week and they have asked me to write a few reports, I am a full C# Developer. I am stuck on a particular report and I am not sure what I am doing wrong! Basically I was asked to create a…
-
The Sales Header does not exist
Good day, I have a job queue that would automatically generate invoices and receipts for your customers. Unfortunately it is now giving errors: The Sales Header does not exist. Identification fields and values: Document Type='Invoice',No.='INV-00555459' and no more invoices or receipts are being generated. Could someone…
-
DotNet passing "Missing" parameters
Hi experts, I'm trying to use the DotNet variables in NAV2009R2, the Microsoft.Office.Interop.Word assembly to create some automated document creation. Looks like it works in the beginning but I have a little problem. Almost all of the methods require parameters as "ref" - wordApp.Documents.Add(ref object Template, ref…
-
Something Went Wrong - WebClient external access deployment in Azure VM
Hi experts, My problem is I'm having problems granting external access to the NAV webclient and there is no much info I can get from the error (all I get is "Something went wrong") or from the event log (the most meaningful message I get is "ThreadPool.MinworkerThreads…"). I don't know what else to look at so any…
-
Updating Excel without losing formatting
Excel Buffer provides a functionality to update worksheet - but the trick is: it is forcing new cell Decorator during update - function WriteCellValue looks like this: [External] WriteCellValue(ExcelBuffer : Record "Excel Buffer Advanced")
WITH ExcelBuffer DO BEGIN GetCellDecorator(ExcelBuffer, Decorator); CellTextValue :=…
-
Could not open C/AL Editor
Smth happen and now when I try to open C/AL Editor Navision closed
-
How to connect CDS with BC Online
Hello, Can someone help me connect a custom table in the online version of Dynamics Business Central 16 with CDS? I already tried but I have the following error "Table connection for table type CRM must be registered using ResisterTableConnection or cmdlet NewTableConnection before it can be used." How can I run the…
-
Exchange Rate Web Services - Filter on Currencies
With the Exchange Rate Web Service function, I wonder if it is possible to have it filter on one or more curencies to update. We wish to use a different source for the feed for different currencies. It seems though the tool will pull in rates for ALL currencies that exist in NAV.
-
Navision 2015 Web Client : Communication with the server failed, and the content cannot be displayed
Dear Friends Recently we configured three tier architecture (One for NAV Server, Second for SQL Server and another for IIS Server). RTC client working fine. Accessing the Web client working ok,. But after select/click menu, system throw the error. We did check Event viewer on NAV Server & IIS Server, but nothing captured.…
-
Using AD-Group Commands in a Nav-Container
Hey there, I would like to try out a few things within a Nav-container created by Freddy Skript this way:New-NavContainer -accept_eula -licenseFile $licenceFile -containerName $containername -imageName $imagename -doNotExportObjectsToText -includeCSide
-TimeZoneId (Get-TimeZone).Id -shortcuts "Desktop" -alwaysPull…
-
Use "New-NAVServerUser" Powershell command in Container
I want to use the New-NAVServerUser Command in a container to create a new Nav User. The Container has been build this way: When im done, i try the following script: As you can imagine, the Username of the Windows Account on the mashine the container is running on is "User". So this wont work and the error occurs: This is,…
-
Extension development: access to file located in the extension folder
Hi to everyone, I'm working with version 14 of business central on premise and with extension al development runtime 3.2. Is there a way to access files within the application folder during runtime? In particular I would like to access a xml file located in the application folder and put it in a BLOB field during the…