-
Powershell Publish APP
Is there another way then using the Powerfull Powershell to Publish developed APP's (VSC - AL) to the NAV Folders ? Problem now is the needed accessrights for using Powershell and the possible danger with using Powershell
-
Technical Upgrade to BC15 possible with BC13 Objects?
Hello, one of our customers had the brilliant Idea, that they want to do a technical upgrade to BC15. And while they have a BC14.5 Client, the objects in the database are actually BC13! Is it actually possible to do a technical upgrade with that constellation? I'm beginning to believe not since while trying it, I'm…
-
Consuming web API from C/AL
Found very helpful post and figure out the basic steps, thank you for you attention :) https://www.kauffmann.nl/2015/11/26/web-services-examples-part-1-the-basic-pattern/
-
Do I need to have a TO character for all FROM characters in CONVERTSTRING
NewString := CONVERTSTR(String, '()[]"&@%^_+=!~', ' '); I need to change any of the From characters to a space. If I have 14 from characters, do I need 14 to characters? I would prefer not to have a lot of spaces in the new string.
-
Adjust Cost/Post Cost Posting Date Error
Hello, In my unmodified version of NAV 2018, my Inventory Setup is configured as follows: My General Ledger Setup is configured as follows: My User Setup is configured as follows: When I run the Post Invt. Cost to G/L - Test report, I receive the following: If I open up my User Setup to Allow Posting From 01/01/19, I do…
-
Error during Processing-Only Report trough Table Lock
Hi, we use in a processing-only report the item table as data-item. we iterate over the results and write some data in other tables. from item table we read only. there are no write actions for the item table. some time the report failed, because of a table lock of the item table. why happens this error? the report reads…
-
Sharing the global variable between events in AL extension
Hi everyone, I've created two EventSubscribers in a codeunit and I would like to use the global variable for these EventSubscribers. The variable is define in first EventSubscriber but when code is working on second EventSubscriber. The variable is cleared. There is any to shared the global variable for each…
-
How to SETFILTER in descending order
can someone guide me on how I can filter a record in descending order ? thanks in advance
-
SMTP in BC365 Saas
Hi everyone, I'm trying to configure an o365 account (used as a maiol account also) into my BC365 Saas instance. I'm configuring like this: But when trying to send the confirmation e-mail, I get this error: I'm looking the different exchange configurations, but everything seem to be enabled. I'm trying to get quite…
-
XMLPort in DBC on Premise
Hi folks - I created a XMLPort in AL to import gen. journal lines. I complied and created the package without any errors. Now when I go to Web client and try to search my XMLport I cannot find the object. Does anyone know how to search the XMLport. Many thanks for your help. Thanks RJ.
-
To cancel or correct a posted sales invoice
Dear all, I try to cancel or correct a posted sales invoice but I cannot find the actions 'cancel' nor 'correct'. I have tried to customise ribbon and add the action 'Correct' to 'Show actions in this order' under Home or Actions. But I still cannot find them on the action. I tried to change the user personalisation to…
-
Export to Excel - Business central 365 Wave 2
Hi folks - I have a processing only report with 2 data items and a procedure Makedatabody. I get the errors that Sales shipment header and Sales shipment line does not exist. Can anyone please let me know how do i refer to a field in 365 BC. Many..Many thanks for your help. Sales shipment header Sales Shipment Line…
-
NAV2018 - Working on file system with different user
Hello experts, i have the following situation: the customer is migrating from NAV2009 to NAV2018. In the older version there are some functions that allow users to open folder (launching explorer) or navigate file system from dialog. The customer's IT have defined a large permission set on different folder in their system,…
-
How can I use NAV2009 RTC without domain accounts?
I'm porting an old NAV 2009 installation to a new server (from Windows Server 2008 to Windows Server 2012). I installed NAV on the new server and restored the SQL Server database to a new SQL Server (2012) instance. On the old server we had the logins handled with domain accounts. The new server is not the domain however,…
-
Customer Statement Report calculate the number of pages per customer
Hi Is there any way in the Standard Statement report 1316 RDLC layout to determine the number of pages being printed for each customer? I need to display Page x of n on the header of the document thanks
-
How to Create a query using multiple periods?
I want to create a query where I can use more than one period in a row. For example: I want to show Item Ledger Entries for each item per month. If I add an other Dataitem the query doesn't work correctly. Can someone give me a hint? What my customer expects: Item No. - Description - Qty January - Qty February - etc.…
-
Problem with reconnection of NAV2016 client causing it's crash
Hello, I'm facing a problem with reconnecting to the NAV server after the session timeout. Problem description: After upgrading from NAV2009 to NAV2016, we have encountered a problem, which causes some issues for the users. In NAV2009 if the client timed out, it was able to connect to the server and restore the session.…
-
Pass value from form (header) to subform (lines)
I have a Header table; table 50108 "Production Time Log Header"
{ DataClassification = ToBeClassified; fields { field(50000; "Entry No"; Integer) { DataClassification = CustomerContent; } field(50002; "Production No."; Code[20]) { DataClassification = ToBeClassified; } field(50003; "Total"; Decimal) { FieldClass =…
-
Communication Component - waiting for respond if service is down
Hello everyone. I'm trying to understand where my problem is. Most of the time the code is working just fine, but sometimes it is waiting to be respond for a long-long time. Sometimes the service, from which I'm waiting a respond is crushed. Is there any way to find out, that it crushed and don't wait for it? Is there any…
-
Error in Report:A DotNet variable has not been instantiated. Attempting to call WinSCP.Session
Hi All I have created a Dot Net Variable with Name SessionOptions with type DotNet and SubType as WinSCP.SessionOptions.'WinSCPnet, Version=1.6.5.9925, Culture=neutral, PublicKeyToken=2271ec4a3c56d0bf' I have clear the Variable. I have also set the property Run on Client to Yes But still this error is coming. Please help
-
Release Wave 2 sandbox - cannot connect
Hi Experts, I have create the new project from template. When I hit F5 it asks me which sandbox version I want to connect, I select "4.0 Release Wave 2. " It tries to download symbols but cannot. I can connect when I create another project and select "3.0 Spring Update" It seems I do not have enough rights for this, should…
-
error in Item table while selecting
The provided statistics stream is corrupt. Page Select must close. Can any one help me with this error when I am selecting item it is giving error in Purchase line entry warm regards Kris
-
Import Excel Files From a Folder in FTP Site directly to NAV table.
Hi, I am trying to import Excel files which are located at a Folder from a FTP Site directly into NAV 2016 Table. Please Share your views.
-
Incoming document factbox on sales return order
Hi all How to add incoming document fact box on sales return order. regards satish
-
Is there any way to hide a standard report from search box by extension?
Hello everyone, I am working on D365BC on-prem with extension. I would like to customize standard report So, I export the report as text file then convert it to AL. After I've published the extension. There are two reports in search box (a standard report and a new one). Is there any way to hide the old report from search…
-
Nav 2009 - Webservice
Hallo, I enabled the webservice for an Nav 2009 client. When I go to http://localhost:7047/DynamicsNAV/WS/Services the webservice give me: But when I go to http://localhost:7047/DynamicsNAV/WS/Test/Services the webservice give me an HTTP 500 internal service Error. And the company Test (capital) does exists. Can someone…
-
Report printed in Folio format
Hi everyone, Is someone knows if there is a link between NAV and the printing property "Paper Size" ? Few days ago, reports in NAV has been printed in the Folio format for some users (not for all) and we have not idea what happened. Thanks, Michael.
-
Consuming web service in email
Hi, One of my clients wants that Navision(2016) will send their approval requests thru emails & end-users can able to take decision(Approve/Reject) from email body without accessing Navision client. Required details of the documents will be available in email body in row wise & user can be able to Approve or reject the…
-
Unable to apply filter on Virtual Date Table
Hi, We are facing a problem in NAV 2015 CU 8. Your help will be much appreciated. I don’t know, it is due to some code bug or some NST bug. But sometime, NAV is not able to apply filter out data on the Date Table. It is always picking first entry from Date Table. Rest virtual tables are working fine. And the common thing…
-
Current price field in the table "Item"
I have created a field in the item table.That field will display the latest current price of the item. Ex. I have updated the price for the item A as $10 from 01/01/19 to 31/12/19.the field will show $10 as the current price. Suppose when i update the price of the item A for a certain period 01/10/19 to 30/11/19 as $15. It…