RE: When i try to import excel file i got error message C/AL Programmers
Which version of NAV are you using?Standard report of Customized?Generally we use Visible function at the end of export to excel to show the excel.Why is it needed in Importing?
View ArticleRE: When i try to import excel file i got error message C/AL Programmers
Microsoft Dynamic NAV 2009 R2 Version 6.00.33478I use excel to import orders from our clients and for import our Requisition Worksheet .
View ArticleWhen i try to import excel file i got error message C/AL Programmers
Hi everyone,This is my first post. I have trouble when i try to import excel doc i got error message. System: Server 2008 r2, MS Office 2010 Professional Plus.Error message is: This message is for C/AL...
View ArticleRE: When i try to import excel file i got error message C/AL Programmers
What about ??Standard report of Customized?Generally we use Visible function at the end of export to excel to show the excel.Why is it needed in Importing?
View ArticleRE: SEPA Object list NAV 2013
SEPA will be available with NAV 2013 R2 :-)blogs.msdn.com/.../get-ready-for-cash-management-in-microsoft-dynamics-nav-2013-r2.aspx
View ArticleSEPA Object list NAV 2013
I have to implement SEPA for NAV 2013. I wanted to use the SEPA objects from NL and implement the same in the other countries. However, we just have the recent release for SEPA Credit Transfers and...
View ArticleRE: Job Queue
It seems that I solved my issue.The last error I get was following:"This message is for C/AL programmers:The call to member GetFolderFromID failed."I change my code fromolNamespace :=...
View ArticleRE: Release of Dynamics NAV 2013 R2
Improved report performance for the long running reports.
View ArticleRE: Cannot Insert Second Record into Temp Table
Thanks Mohana, Can I ask one more question?How can I join the table and insert record into TempSalesLine table?e.g.there are two tables Sales Header and Sales Line, I want to join these two table with...
View ArticleRE: Cannot Insert Second Record into Temp Table
You can create a global varialbe for Sales Header and find the record using GET function likeSalesHeader.Get("Sales Line"."Document Type","Sales Line"."Document No.");You need a Date field in Sales...
View ArticleCannot Insert Second Record into Temp Table
Dear All, I created a temp table and then want to insert records from another table. but cannot insert, pop up message: "The Sales Line already exists. Identification fields and values: Document Type...
View ArticleQuantity on Job Planning Lines
Hi all,I am using NAV 2008. When the Prod. Order created on Job Planning Lines (Job # A) gets posted and finished, the Item will go to Quantity on Hand. These quantity are not reserved for Job #A. So,...
View ArticleRE: Quantity on Job Planning Lines
There is no way to make reservation with Job planning line by standard NAV. Quantity on Job planning line is not present as demand on the Item quantity and there isn't normal reason. I made these...
View ArticleRE: Release of Dynamics NAV 2013 R2
Hi,About NAV Reportingsupport directly queries on reports dataitems, instead of using integer that runs querieson report designer: simplify the current management of "place in bottom" feature like...
View ArticleRelease of Dynamics NAV 2013 R2
Microsoft Dynamics NAV 2013 R2 (formerly Sicily) is planned for the fourth quarter of this year. Also, it will introduce update client interface that matches windows 8 style.Some of the important...
View ArticleRE: Quantity on Job Planning Lines
I forgot, my answer is for NAV2009 and earlier. I made these customizations in my addon for construction for NAV2009.In NAV2013, these functionalities are by standard. You have 'Qty. On Job Order'...
View ArticleUsers and Roles in NAV2013
How do I set up Users and Roles in NAV2013? In the old versions I was doing in Tools and Security on the toolbar, but now there are not exist in DEV environment.
View ArticleRE: Users and Roles in NAV2013
In NAV2013, you can not configure it in DEV environment. You need to go in Administration->IT Administration->General: Users, Permission Sets, Devices...
View ArticleRE: configure purchase minimums for vendors in Planning worksheet Nav 2009
If you use Fixed Reorder Qty. reordering policy, NAV uses the quantity specified in the Reorder Quantity field as the standard lot size. NAV may adjust this quantity to meet additional requirements or...
View Article