-
Warehouse management
Hi all, If I need to restrict shipments (only direct shipping) from a particular BIN, which setup needs to be activated? I know there is a setup on Bin "Block Movement" for inbound/Outbound/All, but that doesn't work correctly. Thanks in advance!
-
BC 17 CU2 New Price Calculation implemented, how to import prices via interface-buffer table?
Hello, I've been trying to understand the new price calculation that has been implemented, but some things don't make sence no matter how hard I search for answers. As far as I understood for the new price calculation and management, the new Price List tables are being used. If I look into the table Sales Line in BC 17 CU…
-
Join the webinar👉 What's new in Dynamics 365 Business Central version 18
Join the online webinar on What's new in Dynamics 365 Business Central version 18. The following topics will be explored during the online webinar: - What’s new for administrators - What’s new for the client and the application - What’s new for developers - Q&A session Webinar Date and Time: Wednesday, 7th of April, 2021,…
-
UseWindowsAuthentication for SaaS
Good afternoon. I have an App working for OnPrem with this line: HttpClient.UseWindowsAuthentication(User(), PasswordF()); I need to migrate to SaaS, and then I get this error: The type or method 'UseWindowsAuthentication' cannot be used for 'Cloud' development. How can I replace HttpClient.UseWindowsAuthentication for…
-
Description formula in Recurring Journals
hello, is there a way to have something like "payment 10 out of 20" in recurring journals? Obviously, the next one will be "11 out of 20" etc etc Is there a way to make this work
-
Job Queue Report Date Format
We have a NAV server servicing different users across users from different countries. Each country is a separate NAV tenant. The problem is that if we run a report with Job Queue, the resulting report always uses the regional setting of the NAV server to display date format and decimal formats. I have tried changing: 1)…
-
HTML Parse
I have a problem with the HTML editor, my editor doesn't read the special characters like ö and ü etc. correctly. can tell me where the error is please.
-
HTML Speces in XML Document
How can I read in HTMLSpecs from XML document and save them in a table?
-
how to read blob data from c#
As you knows , NAV could store big Text string data type to BLOB data type in sql server. It works fine in NAV read and write. //---write CLEAR(Ostream); myTestRec.INIT; myTestRec."No.":='SO123456'; myTestRec."Line No":=10000; myTestRec.Comment.CREATEOUTSTREAM(Ostream,TEXTENCODING::UTF8); Com.WRITE(Ostream);…
-
How to handle errors for HTTPWebRequest.GetResponse call?
When HTTPWebRequest.GetResponse is called and no proper response is returned from the server, the code stops executing and returns some random error. I want to implement proper error handling, so the code keeps on executing without stopping here and a proper message is displayed to the user. Like we apply checks on status…
-
AL: Lists and Dictionaries
I've been looking for a good way to use the new variable types List and Dictionary to replace the use of temporary tables. If anyone here has code snippets to share on how to implement those new buffering tools in more complex ways it would be very welcome! So far I came up with this: // Welcome to your new AL extension.…
-
Transfer user accounts to another database
Is there a way to transfer user accounts and permissions (NavUserPassword Authentication) to another database with their passwords? Dynamics NAV 2018
-
Sending request body of more than 1024 characters with POST request in NAV 2009 R2 Classic version
I have a solution in NAV 2013 where i Create a request body in JSON format for a POST request. In the solution i store all the body text into a Text variable. Now i have to implement the same solution in NAV 2009 R2 Classic version, but here the Text variable can store only 1024 characters. I have tried using String…
-
permissions for receipt but not for to invoice in purchase order
Business Central. Hi experts!! I need some users to only be able to receive and not invoice purchase orders. However other users should only bill and not receive. I've created a new permission copied from "D365 PURCH DOC, POST" but I can't separate these two features. you know if it's posible?? Thanks in advance!!
-
How to add date stamp field when boolean field box is checked
When boolean box ix checked, i want the current date to populate a date box next to the boolean box on the page NAV2018
-
Auto Export of Item List
Hi Experts, I need to automatically export data (Item List) from NAV 2018. I've been searching online and got a clue that I must create a codeunit for this and use a job queue, but I really don't have a background in writing script. May I know if is the right way to do it and where I sould start?. Thanks in advance.
-
Payment Entries Appearing on VAT Exempt Section of VAT Statement Report
Good Day All, I have a Business Central Query Regarding Payments Appearing on the VAT Exempt part of the VAT Statement Report: I've Navigated to VAT Statements on Business central as seen on VAT1.png And once the VAT Statement Report Opened, I quickly Clicked On Preview as shown on Preview.png This opened up the VAT…
-
Setting Change_Status on Service Contract Header
Unable to Open & lock Service Contract Header : ServiceContract contract = new ServiceContract(); contract = css.Read("SK-99999"); contract.Change_Status = Change_Status.Open; css.Update(ref contract); contract = css.Read("SK-99999"); contract.Change_Status = Change_Status.Locked; error -> css.Update(ref contract); Errors…
-
How to disable "Go ahead and delete " notification when deleting lines on the warehouse doc. page?
Hello, How to disable this notification when deleting lines on the warehouse document page? Thanks!
-
Is over pick possible on the pick ticket for a production order?
Using NAV 2013 R2 Hello! We are trying to implement picks for production orders but Nav doesn't allow us to pick more than quantity on pick ticket. Reason why we need to do this is our scrap on production runs varies very often. Example, we a production order of finished goods calling for 100 labels. To set up the labeler…
-
How to call "New" system action on Test Page
I am making a test function in which i have to invoke system "new" action on list test page to open card test page and then in page handler set random values to fields on card. How can i achive this result? There is for example Edit() function which invoke system edit function, but there is no analogously function for…
-
Transfer Orders Question
Hi, I am doing an Item transfer from 1 location to another via Intransit locations. However, I see some differences in a few of the Posted Receipts & posted Shipments. For a few TO, I see the G/L entry Created, but for a few TO the G/L entries are not created. These GL entries are posted with a description as "Direct Cost"…
-
close year in old or new system
hello, I am doing new implementaiton should my client close the year in the old system or new system thanks
-
Debugging Business Central
Hi experts, We have a question regarding debugging. As I can not find a proper answer to my question I am asking it here, hoping to get an answer. We are working with Business Central version 17.4 onprem. We are wondering what the best way of debugging is when we want to debug our customers production database? We know we…
-
Type conversion is not possible Text + Integer
I'm trying to compile some runtime upgraded object 2009->2013->2015->2016 and i get this error But Counter is Integer and not a text, even if I delete it as a variable and add it again the error comes back, this counter is printed multiple times in this report, so making a new variable with a new name is not optimal for…
-
AlwaysOn High Availability Groups on SQL with Microsoft NAV
AlwaysOn High Availability Groups on SQL with Microsoft NAV I have planned to do setup AlwaysOn High Availability Groups for SQL with primary & one secondary. My question is how to connect with Microsoft Navision Application & during failover how connection will get changed to connect with secondary db as primary.
-
ne wimplementation
hello, for a new implemenation I have a couple of quesitons - do the clients need to do the period end and year end in new or old system. I think no because that would give them the option to post adjustments, right? Also what else do I need to check? Any advice is welcome
-
Select a Specific Name/string from Table
Hi Friends, How to select a specific name or string from table columns in C/AL code OR how to achieve if want to get a particular name or string by searching in multiple columns alongwith. Example search a name let's say rahul among two or three columns e.g. Name and Name 2 in customer table.
-
How can I change the default value of a field in BC?
Hi, How can I change the value of a boolean field in a table or page? For example, when adding a new item, by default the value of the Blocked field is false, but how can I change it to true in code since the Item Card is opened?
-
Upgrade v17 -> v17.2 Publish-NAVApp : Extension compilation failed
Bit stuck with v17 upgrade to v17.2 PS C:\Windows\system32> Get-NAVAppInfo -ServerInstance BC170 -SymbolsOnly Id : 8874ed3a-0643-4247-9ced-7a7002f7135d Name : System Version : 17.0.19353.19730 Publisher : Microsoft ExtensionType : ModernDev Scope : Global When publishing Base App: Publish-NAVApp -ServerInstance BC170 -Path…