-
The requested member does not exist
Hi, I'm trying to use the Microsoft.Navision.Mail.dll v7.3 in a classic 5.1 client thru the cu400 smtp. cu400 compiles. all works as expected on the development machine. On the client machine i get an unexplained error. Could not invoke the member AppendBody. The OLE control or Automation server returned the following…
-
Cloud BC - Bank account linking issue
Hi All, I have 1 customer that always got this credential issue for bank linking. after key in the company id, user id, password. and then key in the security code, it keep getting me this error even though we tried using the same companyid, userid and password to the bank. it seems all the credentials are correct. but…
-
Update 22.1.54915.0 BC
We are getting the following error upon update Error AL0433: Table 'Integration Record' is removed. Reason: This functionality will be replaced by the systemID field. I'm confused how could we replace a table with a field!!? Does anyone know how to resolve this, please?
-
Report language
I have a code unit running on scheduled JOB QUEQUE that execute a report saving PDF in a folder. Works but there is a strage problem: report language was printed in English and not in Italian that was language selected in RTC client. Why? There is a way to select different language?
-
NAV 2016 - "User Personalization"/Customizations, can they be "moved" from old to to new role center
"User Personalization"/Customizations, can they be "moved" from old to to new role center? A customer is running NAV 2016. And their user groups need to be cleaned up. Some users need to be moved to another user group, and probably have a new role center. The individual users have made their own customizations, which I…
-
Communication between Traefik Proxy and Business Central with minimum TLS Version 1.3
Hi guys, I ran into a problem while communicating with a Traefik Proxy from Business Central Sandbox (SaaS as well as OnPrem). I get the error "An error occurred while sending the request. The request was aborted: Could not create SSL/TLS secure channel.". But only if Traefik has set the minimum TLS Version to 1.3. Did…
-
How to disable notes?
Hi experts, In my Business Central cloud app, I have made an extension where my new table has notes attached to it using a factbox like this on the page: area(factboxes) { systempart(Notes; Notes) { ApplicationArea = Notes; Visible = true; } } It works fine, but I don't want the user to change the notes that are attached…
-
BC - Handling Software Sales
Was wondering how people manage software sales? For example, a business buys and sells software from 3rd parties. It does not develop it in-house. Within the Item, there is a "Type" which allows "Service" and "Non-Inventory". This to me appears to be designed for software companies which develop their own software, not…
-
Add Report Sort to sub DataItem fields
Hello Everyone, Wondering if there was any way to add a sorting field to the attached Request page? I have tried to just hard code it by changing DataItemTableView to SORTING(Entry No.) ORDER(Descending) but it does nothing to the sorting of the DataItem. This is on Report 10136 for the Item Transaction Detail Report. Any…
-
BC OnPrem functions with Cloud Scope extensions
BC OnPrem functions with Cloud Scope extensions Access to the local file system with cloud scope extensions on-prem - Business Central The main idea is to mimic the FileManagement codeunit's local file functions without having to use the on-prem scope in our extension. Installation Download the release or clone the repo…
-
OMAPlus – plugin for Object Manager Advanced
OMAPlus – plugin for Object Manager Advanced This plugin makes it possible to achieve these functions in OMA for NAV 2009R2. Even if you are not using OMA, just install the automation and use codeunit 79500 in your own way. If you need help, then drop me a line – just hit the envelope next to my name, and send me an email.…
-
Error "The type '5056' was not defined for the function
Hi All, Would the issue be resolved wiht technical upgrade to NAV2018? and then to the BC? I have an error as I am exporting a table object. Error happens at exporting of FOB and TXT file format. Microsoft Dynamics NAV Development EnvironmentThe type '5056' was not defined for the function.OK Thank you BR Damjan
-
Ways to deal with vendor consignment
I want to set up a vendor consignment. Basically most of the physical stock would actually be a vendor consignment. The things we should be able to do are: * At the and of each day let the vendor know what we consumed so he can invoice us. * Let the vendor know what is returned to the consignment each day so he can credit…
-
Group on a Code field with DataItemTableView
Hi all, I'm currently trying to print subtotals for each individual support case between the lines on the report (when one case ends and the new one starts). To achieve this, I want to group one supportcase at a time to sum the lines time values. I have tried to do this using DataItemTableView and this is what I have so…
-
Microsoft Dynamics NAV Amount needs to be rounded in G/L When posting Disposal in FA G/L Journal
we are geting this error Microsoft Dynamics NAV Amount needs to be rounded in G/L When posting Disposal in FA G/L Journal in Nav 2018. How can this be resolved?
-
CurrReport.Quit causes Error in Windows EventLog (NavControlException)
Hey guys, I recently got a evtx event log export from a customer and wondering about the reason for errors like this obviously cause by this code I'm not sure if that is somehow normal or bad coding of my developers. Does someone of you has an explanation or opinion on that? It is BC20.4 on-premises. Regards Markus
-
How to copy Notes (stored in Record Links table)
Hi everybody, I'm getting crazy with this... Example: In the RTC client I add a note to the Sales Order #100. The program write it in the Record Links table and the only way to know that my Sales Order 100 has a note is to read the field "RecordID" in the Record Links table. The Sales Header has no link field like that...…
-
Reference to the member 'name' of the variable could not be solved
Hello everyone, I'm fairly new in dinamycs nav and I run in to a problem when trying to LookUp for "No." in Purchase invoice form. Error looks like that Reference to the member Padalinio koregavimas of the variable could not be solved How to fix this problem?
-
Orphan extension - cant import company
Hi We have a client on BC 21 - 2022 release wave 2 on prem, with a UAT database and a Production database. Recently we created a new instance and forgot to disable designer, and a user added a field to a page in designer. When we noticed it, we uninstalled, unpublished, and disabled designer. We now have a situation where…
-
Upgrade from BC14 C/AL to BC Online
Hi, Currently using BC14 with C/AL changes. (non extension). Which upgrade path should I take? I was planning to use this path --> https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-to-microsoft-base-app-v21 But it seems wrong, as there are no steps here to convert from C/AL to A/L.…
-
Cannot delete users in Business Central 21.3
I am having trouble deleting some users in our environment. I get the error message that The user "X" cannot be deleted because the user has been logged on to the system. To deactivate a user, set the user's state to Disabled. I have found that the solution to this, is to delete user settings, sessions setup etc. All that…
-
RAID10 configuration for 6 drives
Following on this thread. I've opened a new one. http://www.mibuso.com/forum/viewtopic.php?p=127281 My Basic question is how can you have RAID 10 configuration with 6 drives. Thank you.
-
Write Adjust Cost routine as a SQL Query?
Is it possible to write adjust cost routine as a SQL query? Adjust cost routine takes about 2 to 2.5 hours to run. We run it nightly at 1 AM. It causes tons of locks/blocks. The client that I work for, runs 24X7. I was wondering, if is it possible to convert the adjust cost report to a SQL query. Has anyone been able to do…
-
How to change page numbers in word layout
I developed a word layout. it contains 10 pages , in report it is showing 1/10 on each page. but i want show in report as 1/10,2/10,3/10 like that. Simple words i want increase page number in word layout. How can i do it. Please help.
-
Object EFT's are standard object for 2019, 2020 and 2021 cloud version?
Hi There, Please validate if object EFT's are standard object for 2019, 2020 and 2021 cloud version? because we want to move this in the cloud. Thank you for the response.
-
Navision 2018 Multiple JSON file printing in single text file through codeunit.
I need to get JSON file with multiple values in a single text file through code unit . As my code I'm getting a single value in a text file as JSON . Can anyone suggest answers? I'm using Nav 2018 version as i checked google 2016 codes are available I referred 2016 code and it's work a bit but I got single value only. MY…
-
trouble with report: Too many rows
Hello! Can you help me. I created new report and run on preview. Total rows in the report 19000. I get error "Stream was too long". Why can't show 19000 rows? Nav2016
-
Upgrade NAV2009r2 to BC14
Hallo together, i facing a problem in the upgrade process to BC14. MS says, to upgrade NAV2009r2 to BC14 you need to do following steps: 2009r2 -> NAV2013 (technical) -> NAV2015 (incl. Codeupgrade) -> BC14 in step 2009r2 -> 2015 i faceing the problem that that the tenant sync throw me the error, that MS standard fields are…
-
How to remove or change app registration ID for Email Account Current User
I wanted to setup Email for the type Current User. I created an app in Azure, got everything OK (I hope), but when running the set up email wizard, I used the wrong App ID. However, it went through with the wizard, but on logging on, it ofcourse showed a message that the application with identifier "xxxx" was not found in…
-
how to set up Tax bus. posting groups and Tax prod posting groups on G/L Account card
Hi I'm wondering if user needs to set up the Tax bus. posting groups and Tax prod posting groups on G/L Account card. It seems those fields are VAT related but I'm not sure. If user posts a purchase on a GL account using sales order, the tax could be calculated using the vendors' business group and tax area setup. But what…