Forum Post: RE: How to upload excel upload to whse.physical inventory journal
Thanks Imran, yes I did and faced the same error. Do you know how they use the "From bin code', 'To bin code" in the whse. physical inventory journal?
View ArticleForum Post: RE: How to upload excel upload to whse.physical inventory journal
those are used to move an item from bin code to other bin code . The phys. inventory field is it processed first and then others ?
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
If you used table fields for controls, TableRelation property could help you filter the dropdown list - it can be extended to apply a filter from another field of the same table. But since it's all...
View ArticleForum Post: VS Code and OnPrem connection error
Hi All, While trying to create new extension in my existing VS Code environment, I am getting following error while generating menifest. VS Code detail is : AL Language Information : Name: AL Language...
View ArticleForum Post: RE: VS Code and OnPrem connection error
Hi All, Above error goes automatically, now getting below error. Thanks in advance.
View ArticleBlog Post: Dynamics 365 Business Central and per-tenant extensions: check...
I’ve talked a lot in the past about pros and cons of per-tenant extensions  (PTE) in Dynamics 365 Business Central. Despite Microsoft’s guidance (use AppSource) this is actually the most common way for...
View ArticleForum Post: XMLPort- Modify record just after export
I'm exporting payment journal entries by using XmlPort. Just after exporting the record, I need to set the value of 'Exported to Payment File' field to true. How can I accomplish this?
View ArticleForum Post: RE: XMLPort- Modify record just after export
You need to put the code in the trigger to set the value to exported to payment file
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
Thanks... Once again, very helpful! I modified your code so that when I choose a Destination Province, the Destination City shows the Rate List with only the records that are in that province. Is there...
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
It is good to have separate tables for cities, provinces and services types - just in memory of dr. Edgar Codd. Then the table containing service rates should store city, province, etc. as foreign...
View ArticleForum Post: RE: MRP in planning worksheet
In Manufacturing Setup, select "Combined MPS/MRP calculation". This will enable you to run both direct and indirect demand in the Planning Worksheet in one go.
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
I'm not sure I understand your last example. But I found something called Option Fields where I define a var of Type Option and associate the field to this variable and I'm now able to define the...
View ArticleForum Post: RE: get files from sharepoint to Dynamics NAV
Thanks for your reply. I am working on BC on-premise version. I did create a new API page object, and it shows up on the "API Web Service" table. But the thing is that i still can't find this newly...
View ArticleForum Post: Nav License
Hi all. i am currently using Nav 13 in my company and we have purchased a developer license for the same, but somebody from our team gave the license file to a juniour level member. can you please...
View ArticleForum Post: RE: Nav License
In order to use the Licensefile it has to be installed - So it is a matter of permissions. Your Junior Level member (whatever that is) should simple not be a SUPER user...
View ArticleForum Post: RE: How to upload excel upload to whse.physical inventory journal
I did something like that a few years ago. Rapid start will not work! I remember it really was a challenge. The only way I where able to get it working correctly, was to start by running the "create...
View ArticleForum Post: RE: MRP in planning worksheet
yes it worked with combined MPS/MRP calculation , but the only the MRP calculation since I have production order .
View ArticleComment on Custom API and PowerApps
VSCode is a blast to work with, I fully agree. And the more you use the more you learn how strong it really is. And how you can extend it, i.e. with Waldo's or one of the many other Extensions for...
View ArticleForum Post: Convert Text value from Unicode (NAV 2018) to ANSI (NAV 2009 R2...
Hi All. I need your help with the string encoding for the Text variable in the NAV 2018 (and BC) to ANSI (If I remember correctly MS Dynamics NAV 2009 R2 supports ANSI only). The start point for the...
View ArticleForum Post: how to globally update posting periods via sql script in NAV 5.0
A new client was hit by ransomware about a month ago, and their IT director had left shortly before that. The NAV environment was then reconstructed. The client had called me in for a SQL DBA type...
View Article