-
Purch. Invoice Preview Posting Error
Hello Good day. We encounter a really weird bug. this is the 1st time I've seen this. In purchase Invoice Module, Every time we do Preview posting there is this error that always popping up. As I do debugging session. I found out that the error triggered in Codeunit 90 FillInvoicePostBuffer Function. it's just weird that…
-
Hostname Webclient
how can I determine the hostname for the webclient
-
Sales Order Shipment Date
Hey guys, this is from the tooltip for Sales Order Shipment Date field: "Specifies when items on the document are shipped or were shipped. A shipment date is usually calculated from a requested delivery date plus lead time." I created a simple sales order, input the requested delivery date 2 months ahead of today, but the…
-
Calculating Invoice Qty And Amount Group by Month Year
Hi Everybody, I'm having problems with group quantity and Amount by the month of Posting Date (Month-Year) I wrote a Qty and Sales Amount calculation from the Value Entry table. But it is impossible to show the Posting Date Group by Month-Year. WITH ValueEntry DO BEGIN SETRANGE("Item No.", Item."No."); SETRANGE("Item…
-
Decryption of API Data in BC365 [SAAS]
Hello Everyone, I am getting encrypted value with key from API and I need to decrypt the data using that key in bc365 SAAS. Encryption algo is SHA256. Thanks
-
How to consume an asmx web service from Business Central
I have no idea how to do it since I have not worked with SOAP before. I have read some docs and have seen that I have to create both a page and a table (I already have that), but I have not found a way to communicate with the server and extract the data. Can someone explain in detail what I should do? The information I…
-
do we have the barcode scanner in BC mobile device?
Hi, Is it possible to use the barcode scanner in BC mobile device? Can anyone know how to use it? Thank you Naidu
-
is it possible to capture the mobile device name or ID in BC
Hi, we are trying to capture the mobile client device name in BC. But we are not able to see any constant value in Active Session table. Can you help me how to do this. Thank you Naidu
-
dynamics nav windows client hyperlink not working in gmail?
Hi Dears, dynamics nav windows client hyperlink not working in gmail.but working in outlook.Why?
-
DataItemTableview - filter on multiple doc types
Hi All I want to have a report that runs identically from sales orders and blanket sales orders. Is it possible to change the where clause below to Order or Blanket Order: DataItemTableView = SORTING("Document Type", "No.") WHERE("Document Type" = CONST("Blanket Order"));
-
Insert record in loop not find in the next iteration (Dynamics BC170)
I am trying to write this code ItemDistributions.SetRange("DSM Code", ordPlnHeader_rec.DMS); ItemDistributions.SetRange("Item No", itemNo); ItemDistributions.SetRange("Supplier Type", ItemDistributions."Supplier Type"::"Sole Supplier"); if ItemDistributions.FindFirst() then begin repeat PurchaseHeader.Reset();…
-
Filters page not loading on Workflow condition Assist Edit
Hey, Am working with Dynamics business central Version W1 13.1 13.0.27183.0 and can't open the filters page to specify conditions for a workflow. The assist edit button marked below yields nothing. Please help
-
Regenerative Plan ignores free stock
Dear all, If you create a production order with some component, which is not reserved on stock, the regenerative planning will still recomend to purchase the component to match the demand. I was expecting the system to find the units on stock and reserve it automatically before recomending some purchases. What I'm doing or…
-
NAV2016 Webclient multitenant and singletenant on same server
On our server we have a multitenant database with 5 tenants. Now we have also created a singletenant database on this same server. When I try to reach the singletenant database with the webclient I get a login screen and after logging in I get this error: The tenant xxxxx was not found. Is there a solution so we can use…
-
2009R2 | Kerberos authentication problems between NAS and Webservice
Hi folks, I have a Kerberos or delegation issue with Dynamics NAV 2009 R2 web service. I hope you guys can help me. It is a somewhat unusual 2-tier model. The servertier runs with the same credentials as the webservice. Both share a process on the same computer. Portsharing is enabled. The NAS runs on port 7046, the WS on…
-
BC17 Upgrade fails on Database Conversion
Doing an upgrade from V15.5 to V17.0 and it fails doing the database conversion with an SQL timeout after 1 minute. This is on an Azure VM ( Standard E4s v3 (4 vcpus, 32 GiB memory) ) connected to an Azure SQL db (31GB). Steps followed from here:…
-
The problem about get business central trials.
Hi everyone, I tried to get the business central trials from this link below. https://trials.dynamics.com/ I used work email (the email that have onmicrosoft.com in domain). After I click "GET STARTER" button I got this message "That didn't work We don’t support your country or region yet. We’ll add more countries and…
-
Create Docker Container that can access host's network resources
Hi, Is there a best practise for this? Our nav solution needs to access another system outside (not BC/NAV) the container. Regards Roddy
-
Business Central Codeunit 49 Global Events do not react
I have created a new codeunit with an event subscriber function to the event "OnAfterOnGlobalModify" in Codeunit 49. But when I make changes in a record, the event subscriber does not react. Properties of my subscriber: EventPublisherObject: Codeunit GlobalTriggerManagement EventFunction: OnAfterOnGlobalModify I tried also…
-
Make it impossible to print report
Hey everyone, For a project at work, a report has to be altered so that is only possible to print the report if the report is run from a certain page. So for example, printing is only possible from the sales line page and not from the customer card page. In both pages, making a preview should still be possible. Is there a…
-
Performance impact of table extensions without fields (only code)?
Hi! It is a known fact that due to the needed table joins a table extension can have an impact on the performance. But table extensions can also be used to store table related code - without extending the table structure. How does this impact the performance? Or are there other recommendations of storing such code? I don't…
-
Modify Response for oData page webservice
In BC version 16 I have published an API page as a webservice and after inserting data successfully I would like to include specific data in the response that can be used by the application calling the webservice. Is this possible and if so how do I do this? Thank You
-
VS Code compile errors for dotnet in BC17
Hi, I'm preparing a baseapp for BC17, it is all going well but I've had an issue after installing and then uninstalling NAV 2015 on my machine for an emergency. I'm now getting a handful of .dotnet compilation issues for BC17. Note, I have repaired/uninstalled/reinstalled BC17. I'm wondering in anyone has come accross this…
-
BC Task Scheduler Retry Flow
Hello all together. Our company is in the process of upgrading from NAV 2009 R2 to Business Central. I was looking into the Task Scheduler and came across the following. Under certain conditions (e.g. table lock) a task is restarted ("Retry Flow" or "Retry Process"). The first time after two minutes, then after four…
-
Upgrade v17 -> v17.2 Publish-NAVApp : Extension compilation failed
Bit stuck with v17 upgrade to v17.2 PS C:\Windows\system32> Get-NAVAppInfo -ServerInstance BC170 -SymbolsOnly Id : 8874ed3a-0643-4247-9ced-7a7002f7135d Name : System Version : 17.0.19353.19730 Publisher : Microsoft ExtensionType : ModernDev Scope : Global When publishing Base App: Publish-NAVApp -ServerInstance BC170 -Path…
-
Data migration from BC 14 to BC Online
Hi, I'm a bit lost and wonder if someone can give me some tips. I'm in a process of migrating data from BC 14 to BC Online After upgrading the data, I have many tables with "warning : The table does not exist in the local instance". Some of them are coming from extensions that are not in by BC 14 on prem but others are…
-
could not find a debug adapter descriptor for debug type 'al' (extension might have failed to activa
Hello I have been using vscode yesterdag, but todag i am getting the message: could not find a debug adapter descriptor for debug type 'al' (extension might have failed to activate) I couldnt finde something on google. thanks for the help. Kinde regards Firsa
-
Network share as URL/Hyperlink in field
Hello! We are facing the following problem: In Business Central web client, we would like to use network share as clickable links. It's working for HTTP and https protocols but for file:// protocol it redirects us to about:blank#blocked, and the field trims the \\'s from the url \\machinename\share\file.ext to it's parsed…
-
Not allow to modify a record in some conditions
trigger OnValidate() var StatusLbl: Label 'The status of the policy has changed to: %1', Comment = '"ESP = "El estado de la póliza ha cambiado a: %1"'; begin Rec.Reset(); // --- IF para comprobar si el estado de la póliza es Aceptada o Rechazada --- if (("Policy Status" = "Policy Status"::Approved) OR ("Policy Status" =…
-
Can we select multiple dimension values for the same dimension in single journal line.
Hi All, One of our client is asking for selection of multiple dimension values for the same dimension in single journal line. For example: In JV of Travel Advance for 2 employees say X and Y the finance person given amount of Rs.5000/-. So, he need to select both X and Y dimension Values for Employee dimension. please…