Forum Post: Count total no. of records in a particular days.
Dear Experts, I want to make a mail report where I want to show the total no of posted records in a particular days. What is the syntax for count the no. of records. For example I want to show the data...
View ArticleForum Post: RE: Count total no. of records in a particular days.
Please close it. I have done it through recPurchRcptHeader.RESET; recPurchRcptHeader.SETRANGE("Posting Date", TODAY ); IF recPurchRcptHeader.FINDSET THEN NoOfDocument := recPurchRcptHeader.COUNT; Here...
View ArticleForum Post: RE: Problems wit NAV WebClient and NAV Server Versions
You're using a different minor version of binaries between the server and the client. You need to install the web client bits by using the same package (DVD) used when installing the server part....
View ArticleForum Post: XML Port cration to repeat barcodes
Hi, A very small doubt, I want to create XML port as below. I created it, but do not know how to make barcodes fields repeatable to show all barcodes in the item code. Any help..?
View ArticleBlog Post: Join Free webinar: What’s New in Simplanova Tools Version 2.07
Simplanova invites Dynamics partners to join the free webinar on What’s New in Simplanova Tools version 2.07: convert automatically Classic NAV reports to AL. (New Simplanova Tools version 2.07 will be...
View ArticleForum Post: RE: Using NAV CU1290 SOAP Web Service Request Mgt. to connect...
Hi, Did you solve your problem?
View ArticleForum Post: RE: wHEN i CREATE sales credit memo
Hi Mohammed Touseef, This error happen for different reasons on the setup of No. Series. It may be due to No. series has an expiration date (Start Date - End Date). Also check whether that the Last No....
View ArticleBlog Post: Join webinar: What’s New in Simplanova Tools Version 2.07
Simplanova invites Dynamics partners to join the webinar on What’s New in Simplanova Tools version 2.07: convert automatically Classic NAV reports to AL. (New Simplanova Tools version 2.07 will be...
View ArticleForum Post: RE: worksheet requisition
Hi Masodista, Requisition worksheet recognizes the Open Purchase orders as it suggests whether to do the following from Action Messages: - Cancel open Purchase Order. - Change Quantity on Purchase...
View ArticleForum Post: RE: entering Note, or Link in Sales Order, via web services...
I was hoping there is a way without any development. I work for the end-user company. (I write code, but not C/AL code) and we do not have NAV Dev licence. Our Partner, i feel they have taken advantage...
View ArticleForum Post: RE: Permissions to view Qty on purch order
Lynn I have a suggestion within standard NAV. 1) Create a new permission set for this purpose. I copied BASIC and created BASIC APZ 2) Go to "permissions" and modify object 5406 & 37. Remove the...
View ArticleForum Post: NAV 2018 Recommended system requirements ?
I wonder we can I found more details about NAV 2018 system requirements. Microsoft documentation doesn't have much information, because I would like to know recommended hardware requirements based on...
View ArticleForum Post: RE: Permissions to view Qty on purch order
[quote user="Alfredo Zelaya"] Lynn I have a suggestion within standard NAV. 1) Create a new permission set for this purpose. I copied BASIC and created BASIC APZ 2) Go to "permissions" and modify...
View ArticleForum Post: RE: Permissions to view Qty on purch order
Lynn Ok you're missing permission sets! When you add the following / standard permission sets, the "Flow Fields" are visible: I hope this is what you are looking for. Good Luck!
View ArticleForum Post: RE: NAV 2018 Recommended system requirements ?
Deniz Have you looked at this link for guidance: docs.microsoft.com/.../system-requirements-for-microsoft-dynamics-nav
View ArticleForum Post: RE: Permissions to view Qty on purch order
Remember to "refresh" the users sessions after applying the additional "Permission Sets"
View ArticleForum Post: RE: NAV 2018 Recommended system requirements ?
Yes, but I want to know more information. Not only the minimum requirements.
View ArticleForum Post: RE: NAV 2018 Recommended system requirements ?
Deniz You will have to consult with your Microsoft Partner/VAR to discuss if additional hardware is required. That really depends upon how many applications you will be running at the same time. In...
View ArticleForum Post: RE: Inserting field to G/L Entry
I don't know how to use events. Is there an alternative?
View ArticleForum Post: RE: entering Note, or Link in Sales Order, via web services...
Here's how I solved the problem (without paying partner / without dev licence): 1. There was no way to use "Notes" (without dev licence) 2. I chose to use Sales Order Comments, and set "Print on Pick...
View Article