-
Delete rows in excel file
I need to edit an excel file. After reading it, I edit some cells and delete some rows. With .net I was able to complete this task. Using target: onCloud there is a way?
-
Tables in SQL
Hi all Please refer the attached picture. I do not see these tables under Object Designer but available in SQL Database tables section? What are these table used for? No records at all.
-
How to connect to and authenticate an external web service from BC cloud
I am trying to connect to the ABN Amro sandbox. The API example is as follows: curl -X POST "https://auth-mtls-sandbox.abnamro.com/as/token.oauth2" \ -v \ --cert CertificateCommercial.crt \ --key PrivateKeyCommercial.key \ -H 'Cache-Control: no-cache' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d…
-
after creating a field in customer record how to Flow the value of same field on Sales Header & Line
After creating a field in customer record how to Flow the value of same field on Sales Header and Sales Line.How to do this?
-
Adding Excel option to report
In report 10019 GLRegister report, when you go to print it has the option to Print to Microsoft Excel. We have a custom report that we built and when we select Print, we do NOT have that option... its missing. Was using that report as reference as it shows the button... Where or how do we add that button?
-
EventSubscriber - Get Calling Record
Hello, I am looking at using this EventSubscriber to change the IsHandled value based on a condition. [EventSubscriber(ObjectType::Table, database::"Sales Line", 'OnBeforeValidateBlanketOrderLineNo', '', true, true)] local procedure OnBeforeValidateBlanketOrderLineNo(var IsHandled: Boolean) begin end; As there is no…
-
Open Invoice Integration
Hi, has anyone done any API integrations to the Open Invoice Platform from BC140? We use BOOMI to handle messages but was looking for a leg up on the invoice export process if anyone has done an implementation.
-
BC AL: It is not possible to add a breakpoint at line number
Hi, We created a Business Central Extension that we can debug locally, i.e. in the development environment. In the live environment we run into an issue that we want to debug, however we are unable to do so. We receive the followin error: Error: It is not possible to add a breakpoint at line number 445 in application…
-
Best practise for large Business Central customer?
We are almost in the final phase of a large sale of Business Central. The customer will have about 1000 users (700 essentials and 300 teams). The customer must run Business Central On-prem. We want to host it in Azure. Would have liked technical advice and some 'best practice' for this type of customer size. For example,…
-
Securing a Published App
Just wondering, what the steps we must follow to secure our published apps, so code cannot be seen or copied. I know only 1 place which is on app.json "resourceExposurePolicy": { "allowDebugging": false, "allowDownloadingSource": false, "includeSourceInSymbolFile": false } is there any other thing, we must do before…
-
Vendor Card - missing Actions under different Profiles
A customer came across a problem whereby a Vendor Card is missing "Recurring Purchase Lines" action (Purchase section under Navigate tab) under a Profile linked to a bespoke Role Center Page ID. IT Manager Profile (Role Center ID 9018) works fine, but when a default Profile is linked to the bespoke Page, the same Vendor…
-
Keyboard and Accessability
Hi All, Got a user who is very heavy on keyboard shortcuts due to not being able to use a mouse. Set up keyboard commands for various actions, however does anyone know of an action to jump from the "header" to the "lines" on a document. For example, if cursor is in the "No." field on a Purchase Order, in order to get to…
-
Error: Unable to compare operands of type 'NavInteger' with 'Boolean'.
Hi i'm still new to BC and i'm running into this error while executing the Send Method of the HttpClient ( Same error occurs when using the Get Method directly ). I have no idea why i'm getting the error since i can't see the line of code in said method that's causing it. Also the same URI + Authorization works perfectly…
-
[BC] Problem with insert into "Customer Bank Account" through custom API
Hi, so the primary key of the "Customer Bank Account" is ( Customer No. + Code ) . Right now we handle the Code field internally to make sure the field is consistent ( incremental number) . If i try to POST an insert through my API which only contains Customer No. and IBAN , I get the error "Code must have a value in…
-
Cloud Migration: Permissions
I have completed an upgrade from BC14 to Business Central Cloud V20. The Cloud Migration Setup has completed but as stated in the guide, permissions are not carried across. As it stands my permissions have only "Intelligent Cloud". What am I meant to do to get the permission sets back in the system. Thank you. Ignore:…
-
Running Multiple Reports in BC
I am currently upgrading a customer from old NAV to BC SaaS. 2 or 3 times a year they send out renewal documents to a few hundred customers. Each "pack" has 3 reports. We currently have a batch that prints them as report 1, report2, report 3, for each customer as separate prints. This makes it easy to collate the…
-
Add request page group on a report extension
Is there a way to add a group on a request page of a report extension that does not have any groups? I only have the option to add after/before and then the anchor group. Problem is there is no Group at all to anchor to. Report: Vendor - Payment Receipt
-
Copy NAV webservice in SOAP UI give Premature end of file error
Hi, When I copy to URL from the webservices page in NAV in SOAP UI, I get the error Premature end of file. If I copy it into the browser I see the wsdl, so that works correctly. What is the problem with SOAP UI? Best regards, Maurice
-
SQLDataReader call not returning any records (works if using SQLCommand.ExecuteNonQuery)
Hello, I've got a SQL Stored Procedure that is called using one input parameter (sales order no.) and two output parameters (one text and one decimal field). If I call the SQLCommand.ExecuteNonQuery and retrive the 2 output parameters, it works. However when I translate this to a SQLCommand.ExecuteReader call, the…
-
RapoidStart create duplicate entries
Hello, I have googled far and wide and can't find an answer to this problem ... I use file FORECASTUpload4Test(2bleentries).xlsx to upload some forecast data in that table 1 row gets uploaded but 2 get applied (And inserted) - see resulting data (I extracted the data using RapidStart) files available here:…
-
ERROR - Sorry, this action is not available for the online version of the app
Hello nav experts, i am getting the following when executing this code My guess is saveasword or download to file dont work but wont able to find ti for ages now.. any ideas? IF CONFIRM('Preview all records?') THEN BEGIN ...some code.... IF table2.FIND('-') THEN REPEAT _servertempFileName :=…
-
use of kingswaysoft as ETL for integration between BC/NAV and CRM
Hi experts!! does anyone use this SSIS tool for integration between these platforms? I have a query about it I need to send the value of the company that I have in the connection to a variable but I can't find it among the system variables thanks for advance.
-
SSO
Hi, we are still using NAV 5.0 (with file database), yeah quite lol these days, but it still works nicely. We use windows domain accounts for signing, but the corporation now pushes SSO and Azure for all apps and my question is- could this be possible? Anyone experienced in such scenario?
-
Compatibility Dynamics NAV 2015 and Windows Server 2022
Hi there, A customer asks if their current Dynamics NAV 2015 installation will run on a Windows Server 2022 which they are considering to use? Josh
-
How to capture (Only) the print button event of a Report Page Requeste, to run an table modification
Hi everyone, I am on a task that concerns NAV version 11.0.19394.0, and I am trying to do a task on the RequestePage of a Report. I am trying to figure out how can I know if the user click on the PRINT button choice or another button choice (PREVIEW, PDF, WORD, EXCEL), so I can run a modification on the DataItem of the…
-
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.