-
WIP AC value not transferred into inventory GL account
I have created a new dB (BC365), uploaded the raw material inventory ( Rw materials inventory AC debit and Opening control AC credit) Inventory steup - Automatic cost posting - Never. I created a production order - Consume the raw material and then post the output successful. Then finished the production order. And run the…
-
Business central connect to GED Apps
Hi how can do to connect BC365 , to GED Solution web ,knowing that The BC365 Client publich in cloud .? what is the process and requirment procdure to builde and connect between BC365 NAV and GED solution , and another question it's my client need to poste vendor invoice ffrom GED Solution sending to BC365 when The Local…
-
ODataServicesMaxPageSize in BC Saas
Hi, Does anybody know how to set the ODataServicesMaxPageSize ("Max Page Size" in in service administration OnPrem) in a Business Central Cloud environment? I'm planning on using the TopNumberOfRows property to limit the amount of data in my Query's but I like to know if there is anybody here who has found another solution…
-
BC14 Web Client Download file to spec. Location without dialog box
Hello all, I'm wondering how to download a .xlsx file from Web Client to a specific local filepath ? Please note that I’m using Web Client(BC14). Example ServerFile = ‘C:\ServerTempFolder\test.xlsx’ LocalClientFile = ‘C:\ClientTempFolder\test.xlsx’ //<--- i wont to download the ServerFile here (just an example) How can I…
-
400 Error 'Bad request' API integration
Hello All, Please help me to connect a API. I have written below code in Business central but getting 400 Error 'Bad request'. var Client: HttpClient; Content: HttpContent; ResponseMessage: HttpResponseMessage; dddc: HttpRequestMessage; Result: Text; JContent: JsonObject; JDetails: JsonObject; JLocations: JsonArray;…
-
Multi tenancy powershell get all sessions
is it possible to get all active session from all tenants using powershell?
-
Visible TAX objects after upgrade to 15DK
Hi all. After upgrade from BC14DK to BC15CU03 DK i got visible TAX objects and fields as VAT as well. All .app files (system, base, etc) for upgrade were taken from BC15DK folder.
-
MS Script Control 1.0 .NET
Hi everyone, Does anybody know if there is a .NET assembly equivalent to the MS Script Control 1.0. COM component? I need to map the ScriptControl.Language and ScriptControl.Eval methods to any equivalent .NET methods. I'd appreciate any suggestion. Thanks.
-
Support for IAS 17 and IFRS 16 in Dynamics 365 Business Central
Hi Can anyone advise if business central offers functionality to manage IFRS 16 in relation to new accounting requirements which came into force in Jan 2019 any advice appreciated thanks
-
Duplicates of objects in search WebClient.
During data upgrade from BC14 to BC15 cu03 onprem, after successful data upgrade on BC15, I got duplicates in the search WebClient. (https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/upgrade/upgrade-unmodified-application).
-
An Attempt was made to load a program with an incorrect format
Hello, I'm using a DLL file build for x86 platform to operate an Epson fiscal printer but when the program execute the open port method an error is shown. I'll appreciate a little help with this issue.
-
Interface bewteen Nav BC and other Apps
hi , i have an apps for archive document (vendor purchas and order ...) so i need to send a document to NAV BC with automaically counted . my question how can do this ? thank you
-
Run CMD Function In NAV 2016
Need to develop CMD opertation net use to map network drive from NAV 2016. Trying to use DotNet variable:* System.Diagnostics.Process.'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' * System.Diagnostics.ProcessStartInfo.'System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'…
-
Writing from NAV to Azure Storage
I have an NAV implementation which is running on an Azure VM. I am writing out files to the server which are then ftp'd to a 3rd party warehouse. I need users to be able to view and move these files from their local machines. So basically I need a file share which is accessible from both the server and the client pc. The…
-
Split up G/L Entries for all Documents
Hello, I would really need your help on this one. Version is Business Central 14 on premise. I know I've read this before for Dynamics NAV, but it seems that for Business Central it has changed slightly NAV Standard behaviour is to group Purchase Invoice, Sales Invoice into 1 single G/L line if certain criteria is met. My…
-
Web Client Does not Load (BC 15 and 14)
Hello! I have a problem with Business Central's web client. The services are working fine, we are using powershell scripts as we develop mostly in BC 14 C/AL then we convert our code and our script will test if it compiles on other versions from 110 to 150. The main problem is that on my PC and even on a fresh windows…
-
(RESOLVED) Create Invoice and auto Posted Invoice
Thanks All. I have fix done.
-
running two Currency Exch. Rate Services
hi, I am stuck with setting up Currency Exchange Rate Services for Business Central. I have this scenario Company :: Base Currency GBP Currencies :: EUR | USD | RSD I need the EUR currency to update from ECB feed; whilst the USD and RSD currencies to update from floatrates.com (as it's the only one I found offering a free…
-
Cannot Publish Extension Business Central 140 Extension OnPrem
Hello Everyone, Good day. I'm a newbie in extension development in Dynamics 365. When I publish my extension using ctrl + F5, the debug console keeps saying that the request for path XX/XX/XX failed Reason Not Found. please see attached photo for reference. I'm stuck here for a week now. can some body give me an idea on…
-
Business Central V13 service not starting when DeveloperServicesEnabled ticked
Hi I am trying to setup a local BC V13 environment connecting to a cronus GB database in order to create an extension. However in my service config if I tick DeveloperServicesEnabled the service wont start. If this is unticked the service starts fine! I am using Version 13.0.27183 Any ideas? I can connect successfully to…
-
VS Code debugger: Out of scope variables, Local varibles don´t show...
Hi All, I hope some1 can help. When debugging an extension I always face the problem I can´t see the value (mouse over or adding to watch) for a field. Variables show always their values. Also, when debugging a rec it doesn´t always show. It does the first time usually, second time I cant "expand" the field list (see…
-
Sending File to Zebra Printer from NAV
Hi, I'm trying to send a file to a Zebra printer. I create a file, put it in a network path (UNC) and send it to the printer. "Seems" to work so far. Means, the file appears in the printer queue (status "In the queue") and is deleted again. Apparently everything is going right. However, nothing is printed ... Anyone have…
-
RTC
Hi, I a facing a big problem in Nav 2013 Client System when I am open NAV Client in User's System then error is Microsoft Dynamics NAV The Service Principal Name (Delegation) configuration has been set incorrectly. Server connect URL: "net.[url=tcp://Server]tcp://Server[/url] ip:port/Instance Name/Service". SPN Identity:…
-
Business Central on Cloud (SaaS) - Sandbox vs Production Version
Hi all, We are currently working with a client who uses Business Central SaaS with GB Localization. We were asked for some development from our customer which we did via AL extensions and published to Sandbox successfully. At this point, both our Sandbox and Production where Version 14. In the mean time, a couple of days…
-
Filter table with copyfilter
Hi, I have on problem, I need to filter the item table from the result of filtering other table. The code is this, I am trying to avoid the "ItemFilter" variable. IF (Rec."NO ProdGruppe" <> '') AND (Rec."Item No." = '' ) THEN BEGIN Group.RESET; Group.SETRANGE(Group,Rec."NO ProdGruppe"); IF Group.FINDFIRST THEN BEGIN…
-
codeunit for sum up the values of Purch inv line
Hi Expects, I have to find the inv amount using Inv line that has been invoiced using the reciept lines. Can some one help me with the codeunit optimization. the dataitem i choosed was: Expanded Data Type Data Source Name Include Caption 1 DataItem Purch. Rcpt. Header <Purch. Rcpt. Header> No 0 Column "Purch. Rcpt.…
-
Error Import a NAV Datafile
Hello i get a strange errormessage when i try to Import a NAV Datafile into an existing NAV Database. The error message is "The metadata object Page 9599 was not found" I do not know what to do because all files are the same and everything is compiled. Someone with an idea?? Version Errormessage Thanks a lot
-
Purchase Header - Field 'Receive' and 'Invoice'
The table 'Purchase Header' has a field named 'Receive' and a field named 'Invoice'. These are both booleans. When an order is received nor invoiced both are obviously 0. When an order is received but not invoiced 'Receive' is set to 1 and 'Invoice' is set to 1. When an order is both received and invoiced both are 1. I now…
-
Javascript Add-in Webclient Error "Method XYZ was not found in the control add-in"
Dear colleagues, I've created a simple javascript add-in for NAV2016 that works fine in the Windows client. It's just a textarea with an event and custom methods to set and get the textarea content. The error message "method "my-method-name" was not found in the control add-in" comes up when using the same page in the web…
-
How to group and display records in new pages in NAV 2018?
Hi friends, [Version: NAV 2018] I am designing a report (Visual Studio) to extract records from G/L Entry. The records has to group based on G/L Account No. and Dimension Value of Global Dimension 2 Code (Department Code). In the report, I need to export each Dimension Values in new-new pages. Also, while exporting to…