-
Reservation Entry
Reservation entry not getting update when changes in sales line.
-
How to Import XML File to BC
Hi All.. how to import xml file to BC? I am not familiar with XML port? should we use XML Port? or use standard code? anyone can share? here is the sample file.<supplier operation="add" id="V-000001" exportTime="2021-07-16T18:03:04">
<alias>VENDOR ABC</alias>
<company>Vendor ABC</company>
<addUser id="1">dcs…
-
OK button in BC
Hello, I have an issue when running a page using runmodal = lookupok The source of the page is a temporary table And when this table is empty the OK button is disabled Is there any way to enable it?
-
FILTERGROUP Sales Order by Location
I'm having a filter problem on the Sales Order list and the Employee warehouse table. I want to set filters the Location codes on the Sales Order (sales header) according to the location codes of the user when opening the Sales Order List page. (The Sales Order list only shows the location codes by the warehouse employee…
-
Key field in Webservice
Page 201 "Job Journal" is published as a webservice, when i read multiple lines from the job journal through post request from Postman i get all the data plus a field "Key". I am not sure where that "Key" is coming from and how is its value populated. I want to store this key to a custom field in Job Journal Line table,…
-
xxx is inaccessible due to its protection level AL(AL0161
Hi, We are in the process of migrating our C\AL application towards AL. One of the issues we need to deal with is that in some page extensions we would like to access the value of a global variable in the base page. However this is impossible, getting the message "xxx is inaccessible due to its protection level AL(AL0161)"…
-
NAV Mobile App cannot connect to the server on Tablet
Hello Good day, Masters. I have a problem using NAV Mobile app, it says Cannot connect to the server. 1. I didn't use HTTPS, only HTTP. didn't use any signed or self signed cert. all I did is that I install normal configuration and that includes web and just forwarded the port. 2. Outside network, Web and Phone client…
-
Import flat file to create invoices in BC
Hi Guys I have looked at below NAV thread to get ideas on how to import a flat file and create invoices to BC https://forum.mibuso.com/discussion/52828/xmlport-flat-file-import-header-line-on-one-line So my file is imported to a staging table and external number is used as unique key since auto numbering of invoices Ext_No…
-
Error msg "You cannot reverse Cust. Ledger Entry..."
I try to reverse Customer ledger entries and get an error message "You cannot reverse Cust. Ledger Entry No. 871 because the entry has an associated Realized Gain/Loss entry". How to solve this issue? Is there any way to reverse the payment if it is in foreign currency?
-
how to check if record already used
hi, urgent help, please how can i check if record from one table has already been used, i.e. im filtering table x by vendor no, then i use this vendor no in my table. how can i check if its already there
-
Hello during the installation of BC 14 I have the following error message
Hello during the installation of BC 14 I have the following error message:
-
all page long fields
hello, how can I make the fields on the page long from one end to the other
-
Temporary tables outside of license range
Has there been a change in the last 12 months for how these are handled? A BC14 license from Jun 2020 allows me to use tables outside of my license range so long as they are Temporary = yes. But when I try do design the same object using a license from July 2021, I get: "You do not have access to read the 'XXXX' table.…
-
SSRS: How can i format decimal number without rounding ?
In ssrs, how can i format 1.52467 to 1.5246 without rounding up ?
-
Bank balances
hi! how do you do bank rec on a new implementation
-
Test codeunit failed after Modify
Hello. I have a problem with testing. In a test codeunit I am inserting a record to a table. In application, which is being tested, I have a subscriber to OnAfterInsertEvent, which is modifying a record if some particular conditions are satisfied. Debugger stops on "Modify();" line and after that all I can see is…
-
NAV Server/NAV Web Services and SQL: fail
I have this installation: NAV Server 2009R2 with service account to start NAV Server and NAV Web Services (domain\navadmin). The SQL server is on another server with a login account (domain\sqladmin). I have registered these SPNs setspn -A DynamicsNAV/servernav.domain.local: 7046 DOMAIN\navadmin setspn -A…
-
Using BC on a mobile browser without being asked about the app
I have to set up a Business Central client on multiple Android devices using the Ivanti Velocity Browser. It works fine, but every time the session is started there is a page asking the user if they want to download the dedicated mobile app instead. I already tried using a direct link to a page to see if it would…
-
Single Sign On Authentication, Sign In screen error: an error has occurred
Hi, We have an installation of NAV2009R2 (CU22). We have a NAV Service configured to use Single Sign On (authentication type "AccessControlService"). It works fine for most users, but for one particular user, we receive an error (attached): An error occurred in the script on this page Error: Script error:…
-
Onprem App version downgrade
Is it, in any way, possible to downgrade a custom app (onprem) ? For instance v. x.x.x.3 to v. x.x.x.2, without deleting all app data? The downgrade should only forcefully overwrite the schema. Any help would be appreciated!
-
Create file on azure storage in Business Central
I am trying to create a file on azure storage using PUT request, Below is my code and i get the error The value for one of the HTTP headers is not in the correct format. The Code and the headers formed are: procedure CreateFileNew(FileName: Text) var requestMethod: Text; request: HttpRequestMessage; RequestHeader:…
-
Breakpoint on Default Code on BC365
Hello, Good day. I'm new to AL Extension and I really want to learn more. I have this problem that I need to view the code of a default PAGE so that I can understand the behavior inside. E.G AR Voucher on Sales Journal is not showing any report or prompt a request page after I click it. I need to check the code behind AR…
-
SSL certificate replacement, firewall, packet inspection.
Hello, We have a cloud situation, where a firewall is inspecting packets of webservice calls, and re-encrypting them with it's own certificate. Business central does not like this, and gives an error the packets are not valid according to the validation policy. We have installed the certificate in the correct store on the…
-
WORKFLOW CONDITIONS SALES ORDERS
Hi all, we need to set up a sales order approval workflow by controlling a condition on the order header. The field to be checked is the 116 "VAT Bus. Posting Group". If the condition is true it must activate the flow 1, otherwise the two. How can we achieve this?
-
I have the following error message when I do a Clickonce deployment in a virtual azure serve
Hi teams, I have the following error message when I do a Clickonce deployment in a virtual azure server ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of C:\inetpub\wwwroot\BC-TNK\Deployment\Microsoft.Dynamics.Nav.Client.application resulted in exception.…
-
How access VAT Amount Line (290) table from code
Hi Guys I'm trying access VAT Amount Line table or the table that details VAT lines - for example in North America you will get multiple VAT Lines for a given SO line based on tax jurisdictions. Looks like this table is virtual or something like that and I cannot update it
-
Hiding enum values
Hello, I am currently working with the newest version of Business Central. I have created an enum, let's say Enum "Colours" with following values: • Red, • Violet, • Yellow. Afterwards, I want to create two tables with field "Colour" of type Enum "Colours". In the first table I want to have all colours available, so the…
-
How to Sell/Purchase services in Dynamics NAV 2016.
Hi All, Can someone please suggest How to sell/Purchase services in Dynamics NAV 2016. Thanks in advance, Srinivas Maddula.
-
Export a license from NAV 2017 or 2018
Hello, I'm a partner, and I need to know how to export the NAV license (FLF file) from NAV 2017 or NAV 2018? There doesn't seem to be a way to do it from the Development Environment, so there might be another tool to use or a script that can be run. Does anyone know how this could be done? Thank you in advance
-
BC How to Show columns when data is empty is RDLC report
Hi Guys I have got a report with column groups filtered by a value - say GL account sub category. When I run the report for a date range without data for any filtered column, the column does not show at all, and when no data is in the report report doesn't show anything. I guess this is standard behaviour in BC/NAV. Is…