-
How many CAL/AL developers do microsoft engage for NAV/BC?
Hi, This is something I have always wondered about, I'm also sure the number fluctuates. Approximately how many CAL/AL developers do microsoft engage for maintaining/developing NAV and BC? Regards & Thanks Roddy
-
Can any body explain Multi Threading batch process with examples
Need to implement multithreading batch process
-
Problem with updating BC V16.5 to V17
After Update from version BC16.5 to V17.0 Application Database Version is still V16. All steps from the documentation are done. After update the webclient starts, but from the development environment i cannot publish my extension because of the Application Database Version V16. Synchronisation is done. Navdataupgrade is…
-
BC OnPrem Upgrade question
I am trying to upgrade a BC15 database to BC16 According to microsofts instructions, https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application-v15-to-v16 Task 2 step 4 states Unpublish all system symbols. Does this mean to unplublish ALL published extensions symbols OR…
-
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
-
Sending a report without attaching it
Hi everyone, I'm working in a customer with NAV2017. Is it possible to send by mail, a report (sales shipment for example) without attaching it? For example, sending an hyperplink in the mail body, and the receiver of the mail will click into that link, and download the PDF. Thank you all
-
BC17 - Changing Object Name - Translations
Hi! I have noticed that when I change the object name in my project in Visual Studio Code, by using F2, to also change references in whole project, I am loosing translations for this file. I have noticed that "base xlf file" is changing the "trans-unit id", but it remains the same in my translations file. Is there a way to…
-
Is it possible to enable the Arabic language in Business Central On Premise?
Hi All, One of my client is asking to enable the Arabic language in Business Central On Premise. Please can you help me do we have language module for Arabic to show the system in Arabic. Thank you Naidu
-
Publishing a Base App from powershell, issue with adding a new field to existing table
Hi, I'm in the process of upgrading our vertical to BC17, this is a modified base app rather than extensions. I can add a field to an existing table and publish via VSCode and all is well with the world. However, when I publish via powershell, I run into a problem. When running a page with the new field, I've added a test…
-
Missing DotNet System.Linq.Expression assembly
Hi , I am trying connect NAV to SharePoint and i need dotNet Variable System.Linq.Expressions.Expression. I have figured that DotNet Assembly Subtypes System.Linq.*** are not available under the Assembly list in NAV 365BC 130. Please, Can someone advice, What should I do to get those assemblies? Thanks a lot, Dominik
-
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
-
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
-
Table WebHook Subscription not available on cloud
Hello, Me and my colleagues are creating an extension of a WebHook menu, where you can view all subscription, create, delete and update. Because we use BC16 on-Cloud, we are having some complications. We do not have access to the 'WebHook Subscription' table. Problem: The type or method 'Webhook Subscription' cannot be…
-
NAV 2013 Upgrade: Dimension Value ID Error
Hi together, I currently try to upgrade a database from NAV 2009 R2 to NAV 2013. Now I'm on step 2. While upgrading the "Document Dimension Archive" table I get the Error "Dimension Value ID must have a value in Dimension Set Entry: Dimension Set ID=0, Dimension Code=PROJECT. It cannto be zero or empty." But this table…
-
Safety measures in deployment window (BC/AL)
Hi Guys, Happy New Year! :) Since the introduction of AL apps it has become even more critical to prevent data changes in the system during app deployment windows. Changes sources could be users, web services, job queues. During app installation some of the existing ones are getting uninstalled and during that time their…
-
hi, Can one help how to make repeat control under another repeat control - word layout
Hi, I am unable to make repeat control under another repeat control in word layout. Example I have job task and for each job task there are repeating Job planning lines. I am unable to do the same. it is only job task are repeated and job planning lines repeated at the last Warm Regards Kris
-
2009R2 classic| how to check if directory exists in network
Hello, I have a problem, when running codeunit from classic client it checks if in the directory (which is in the network for example \\vision3new\data\) is some files in File system table. All is good, when network is running, but sometimes when network is down for some reason I get a message "The network path cannot be…
-
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"));
-
Hostname Webclient
how can I determine the hostname for the webclient
-
Long Item Description
Hello, I need a field with long description in the Item Card (1000 symbols). I tried with BLOB everything was good, but client wants to import/export this field with configuration packages, so BLOB field is not good in this situation. I thought about new Table, in which will contain data with item No. and Description,…
-
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…
-
Does anyone else have problems with exporting Item Lines on Excel using Ctrl+E ?
My customer is trying to export some Item Lines in excel using Ctrl+E. Problem is, some of his Inventory values differ from what's in the Item Lines. For example, one Item has a value in Available equal to 1500, but the value displays 0 when exported to excel. I've never had this problem before, and neither have my…
-
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…
-
Is it possible to change Sales Shipment Date, by changing Purchase Delivery Date using MPS/MRP ?
I have a sales order from a customer for a manufactured item to be delivered in 3 weeks. I have run MPS/MPR and the system have suggested the corresponding Production and Purchase Orders to be created. I have accepted the action messages from the planning worksheet and the orders have been created. One of the component…
-
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…
-
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…
-
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
-
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…