-
Vendor Ledger Entry Does not have an application entry.
-
XMLPort requestpage visibility before .run
Hi All, This is something I think I've done in the past dozens of times but, it doesnt seem to work or I can't find the event. If you want to pass a parameter to condition the visivility of certain fields in a requestpage, it seems like there isn't a trigger for this example: Clear(X50026);
X50026.SetDocType("Document…
-
NAV2015 Could not load file or assembly 'Microsoft.MSXML'
Hi, We recent installed NAV2015 (CU63) on a new Windows server (VM). In f.e. invoices we get the error message "Could not load file or assembly 'Microsoft.MSXML'". I see that in directory c:\Windows\system32 and in c:\Windows\syswow64 the msxml3.dll and msxml6.dll are installed. I have register both dll's, but still I get…
-
Clickonce won't open after Windows update for some users
Background specs: NAV version: NAV 2017 (11.0.23019.0) Client Windows version: 21H1 (19043.1415) Since our customer updated their computer to the new Windows version, their clickonce stopped working. We click the icon and nothing happens. Error messages that occur in the log: Tillämpningsprogram:…
-
NAV 2016/2017 with ADFS (SSO)
Hi, Please let me know the document to follow for integrating Nav 2016/2017 with ADFS 4.0? we want to log users with UPN (User principle name), which is possible with sso configuration.
-
Using Temp Table for ListPart page source table
Hi All I'm still trying to get tableType = Temporary work in certain scenarios. Has anyone used a temp table on a listpart page or factbox? Created a list part page on sales order to show subtotals and the source table is marked as temp table, but then using temp table no data displayed (BC SaaS 19v) Tabletable 60114…
-
Contact Insights are not working after PROD environment has been reinstalled (BC online)
Hi All, We have installed PROD environment on BC online (premium subscription), we are using Office365 accounts for authentication. We have deployed add-in: Contact Insights. User could connect to the demo database: Cronus DE after clicking the icon: Contact Insights inside Outlook client as expected. Everything else…
-
BC (SaaS) - Populate custom fields from standard Outlook email message
Hi All, How to populate custom fields displayed on Page - "Create Interaction" with standard fields from Outlook e-mail message? I cannot figure out how to map field ("Subject", "From", "Sent") of the email message to custom field ("Mail From", "Mail To", Mail Received On", etc.). Business Case: As email message is…
-
instream error when word download
Hello, I have functionality which in old NAV I could export word and open it with the following code Table1.SETRANGE("Mark for Printing", TRUE); Table1.SETRANGE("SayYes", FALSE); IF Table1.FIND('-') THEN REPEAT _servertempFileName := _FileMgt.ServerTempFileName('DOCX'); _clienttempFileName :=…
-
Cloud environment
Hi, I have a question regarding permission on report designer. We have Microsoft Dynamics Nav on cloud environment. Our license is allowed to have access to report designer, form designer etc. area from development ,to change or create some reports. Now with changes made from the server provider , we can't have access to…
-
Database size
Our clients are using Nav 2015. Our database size is around 600 – 700 gb and system is running slow. What can we do to improve the performance of the database? What do you recommend?
-
Automate C/AL to AL upgrades
Simplanova invites Dynamics Partners to join our webinar introducing a unique proposition for NAV to BC code upgrade automation – SALT (Simplanova AL Tools). Webinar Date and Time: Wednesday, 11th of May, 2022, 04:00 PM CEST (Central European Summer Time). Register now:…
-
Report Execution Error using German Language
Hello All, I have created a Navision report and the output is Excel format, when I run the report using English Language, it works fine, but using the German Language, I'm getting below error message. Can anyone please advise how to fix below error. Also I apologize, I can't read the error message. "Die Wahlmöglichkeit…
-
API Calls PATCH/DELETE not allowed for table.
Hi, so i built an API Page for the customer bank account table and i cannot modify or delete entries i created ( Error says those calls are not allowed for customerBankAccount with EdmType „Collection“ . How do i solve this?
-
page not searchable
hello, i am encountering the following problem - page is not searchable when i search for it however, if I go to the waffle menu i can see it there. this only happens on certain role centres I have application area and usagecategory filled in in the code any ideas?
-
Filters on Queries
hello, I created a simple query that returns some data from table 36 and others from table 37, so far so good. Now I would like to filter the data, and I would like to let the user do that. I thought it would be an idea to call a page from the query's OnBeforeOpen trigger where you can enter the values and then have them…
-
Dynamics NAV 2016/2017 + problem to login UPN (Email ID) with ADFS integrated setup
Hi, I am testing Dynamics NAV 2016/2017 to integrate with ADFS (4.0 on Windows server 2019) to login users with UPN (Email ID). I followed this article: https://docs.microsoft.com/en-us/dynamics-nav/authenticating-users-with-active-directory-federation-service-2017 1. Created SAML 1.0 & JWT tokens in Claim Issuance Policy.…
-
Error when start running Business Central
Hi I create a new instance and a new webclient instance server with the command New-NAVWebServerInstance. I can download symbols in VC but can't run Business Central. Appears the error below: Already see some configurations, database... but I'm a rookie in BC so I don't know if I'm doing something wrong. Any suggestion?…
-
Download AL symbols not found error, how to change my connection url?
Why my Visual Studio is connecting tohttp://adrianbc/BC/dev/metadata?tenant=default ? I'm able to connect by browser to Business Central: When I try to download AL symbols I get Not Found error:[2022-02-11 13:20:58.02] Using reference symbols cache path: c:\Users\dimitri\OneDriveArqui\AL\Pan\./.alpackages
[2022-02-11…
-
How generate file txt in Navision?
Hi, good afternoon I am new in the world navision and I have question's My buddie has me asked creating a file txt from navision but the example shared is a txt with algoritm what is the most recommended way to do this process? best regards, Javier.
-
Is there any way to get information about the local session?
I have an issue that requires that I know which station/computer a user is logged in with. The user itself isn't important, but I need to know if they are using computer A, B or C. Is there any way of achieving this with Business Central 19 CU 1? Some sort of session metadata that includes information about the computer…
-
How to exchange files between SFTP and Nav 2009
I got an project that, we are using Navision 2009, we are about to exchange some files with SFTP, how should we do? Is there some sample coding I can refer to?
-
New Purchase Job Price list screen, costs are not picking in the purchase lines.
Hi, Enabled the New sales price feature from feature management. Here is my Purchase Job Price List, with Job JOB00020, Item 1908-S, Min Qty 3, Cost 45 and Discount 10%. Trying to create the purchase invoice with Vendor 20000, Job JOB00020, Item 1908-S, Min Qty 3, but it didn't picked the cost 45 from the new purchase job…
-
Unapply Payment Via API
Hi All, is there a way that we unapply payment via web services? is there any standard api? or must be customized? Thanks.
-
Retain Dimensions field error
I'm trying to troubleshoot an ongoing issue that is happening when Adjust Cost is being processed. We have created a Codeunit that processes Adjust Cost at night after posting has been completed. This has been running for over 10 years but occasionally, we have an issue where the system will crash when Adjust Cost is…
-
Show undelivered Drop Shipment order lines in posted shipment
Hi, When posting a shipment from a sales order, all order lines are copied to the posted shipment. Also the ones you did not ship any quantities for. This could be seen as a 'backorder' funtionality. However, when using Drop Shipments, only order lines on which has been actually shipped/received are transferred to the…
-
Developer's Toolkit function "Where Use" didn't find call of function
Hi guys, I used NDT v3.01.410. Today I tried to find all of some function calls (function at form). I know one place where it is exactly called - the function is located in the subform and is called from the main form. I wanted to know if the function is being called from somewhere else. But when I call "Where Use" on this…
-
Print 2 consecutive reports using Business Central
I have a requirement where the client wants multiple(2) reports to print automatically when the status is changed on a form. I have been able to successfully print all the reports from code individually, and they download on the downloads folder, However when I try to run more than 1, only the last report goes in the…
-
Underscore character in the API page (extension)
Dear all, I need to create an API page with some fields with the underscore character (like "_id", etc.). When publishing the extension I'm getting compiler Error AL0528: "The name of field controls in pages of the type API must be alphanumeric." As a result, I can't publish my extension. In my case the sender can not…
-
Text Constant
Hello, I have to search a wording beetween TEXT CONSTANT in all object. can you suggest me how to do that? tnx