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 like this.
↧
Forum Post: Count total no. of records in a particular days.
↧
Forum 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 NoOfDocument is a integer type variable. No. query is resolved.
↧
↧
Forum 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. 9.0.47256.0 is NAV 2016 CU 13 while 9.0.46621.0 is NAV 2016 CU 10.
↧
Forum 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..?
↧
Blog 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 released on 20th of June) The following topics will be explored during the online webinar: • A review of the new features and changes in Simplanova Tools 2.07 version • Demonstration of how to convert C/SIDE reports to AL reports with Simplanova Report Converter automatically. Webinar Date and Time: Wednesday, 26th of June, 2019, 04:00 PM CEST (Central European Summer Time) . The webinar will be presented by Domas Zimkus, Simplanova Head of Sales . Domas has extensive experience with Dynamics NAV/365 Business Central Upgrades and consulting about the best practice on how to automate NAV upgrades with Simplanova Tools. Save yourself a seat – register now here ! The post Join Free webinar: What’s New in Simplanova Tools Version 2.07 appeared first on Simplanova .
↧
↧
Forum Post: RE: Using NAV CU1290 SOAP Web Service Request Mgt. to connect with a server using a self-signed certificate - HttpWebRequest.GetResponse Error "The remote certificate is invalid according to the validation procedure."
Hi, Did you solve your problem?
↧
Forum 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. used from the number series, it may be 1000. You can refer also to this link on Microsoft Or you can check this thread on Microsoft Community If you find this information helpful, Click Yes to Verify the answer to share with other community members.
↧
Blog 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 released on 20th of June) The following topics will be explored during the online webinar: • A review of the new features and changes in Simplanova Tools 2.07 version • Demonstration of how to convert C/SIDE reports to AL reports with Simplanova Report Converter automatically. Webinar Date and Time: Wednesday, 26th of June, 2019, 04:00 PM CEST (Central European Summer Time) . The webinar will be presented by Domas Zimkus, Simplanova Head of Sales . Domas has extensive experience with Dynamics NAV/365 Business Central Upgrades and consulting about the best practice on how to automate NAV upgrades with Simplanova Tools. Save yourself a seat – register now here ! The post Join webinar: What’s New in Simplanova Tools Version 2.07 appeared first on Simplanova .
↧
Forum 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 Order. You can also refer to this thread in this forum. If you find this information Helpful, Click Yes to Verify the answer to share with other community members.
↧
↧
Forum Post: RE: entering Note, or Link in Sales Order, via web services (OData / SOAP)
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 of us (of the fact that there was no-one to check their invoices - what they have been billing us for - and their $200/hr fees) I have wrote all kinds of integrations with NAV - using web services only - to pull data and write data to NAV... but for this case I think we just can't get around having a "customization". I was also considering using the Sales Order Comments... but for some strange reason I just cannot write a comment to a Sales Order, via ODaTA, after I exposed PAGE 67 (Comment Sheet) as web service (I get : Error (OData): The Sales Comment Line already exists. Identification fields and values: Document Type='Quote',No.='',Document Line No.='0',Line No.='10000') And I get this same error regardless what I set for the 4 PK fields... for example i send Document_Type='Order'... it still tells me the records exists for Document Type:'Quote' .. it makes no sense. I wonder if our disgruntled "partner" has done something in code to "prevent" us from solving our problems without "their help"
↧
Forum 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 "Read" ability: 3) When you look at the "Item" card, the "Flow Fields" are hidden: Now apply the permission set to the users that should not be able to see the Sales & Purchase quantities. It's a way to look at it without adding conditional coding to the page itself.
↧
Forum 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 number of users, size of SQL database and so on. Dou you have any idea where can I found info like this ?
↧
Forum 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 object 5406 & 37. Remove the "Read" ability: 3) When you look at the "Item" card, the "Flow Fields" are hidden: Now apply the permission set to the users that should not be able to see the Sales & Purchase quantities. It's a way to look at it without adding conditional coding to the page itself. [/quote] Hi Alfredo, Thank you for your answer. The issue is I DO want them to see the fields, but they don't see them at the moment. They do have read permissions for object 5406, 37 and 39. I cannot add the fields to their item table through adding columns, nor to their item card through changing the page. This is how they show up on my item card: What am I missing? Thank you in advance! Lynn
↧
↧
Forum 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!
↧
Forum 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
↧
Forum Post: RE: Permissions to view Qty on purch order
Remember to "refresh" the users sessions after applying the additional "Permission Sets"
↧
Forum Post: RE: NAV 2018 Recommended system requirements ?
Yes, but I want to know more information. Not only the minimum requirements.
↧
↧
Forum 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 particular the "App Server". The SQL server is only subject to connectivity. It is quite wise to gather this information before you procure any equipment. Good Luck!
↧
Forum Post: RE: Inserting field to G/L Entry
I don't know how to use events. Is there an alternative?
↧
Forum Post: RE: entering Note, or Link in Sales Order, via web services (OData / SOAP)
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 Sheet" to TRUE... and how I did this is below: As per my comment above, simply creating a web service for Page 67 and attempting to create a Comment, was failing with error: Error (OData): The Sales Comment Line already exists. Identification fields and values: Document Type='Quote',No.='',Document Line No.='0',Line No.='10000' I was getting that error, regardless of the params passed... I also noticed that *if* a manual comment was entered in NAV, and subsequently you would try to enter another comment via webservice - there was no error... but this observation didn't help me. I had a need to enter comments via web services, to new orders also entered via web services. What i did - that solved this issue is to create a new Page of type "Card" for NAV Table 44 (Sales Comment Line) in "Microsoft Dynamics NAV Development Environment". I gave it an object ID of 50081, named it SalesOrderComment, made it available as a web service... Now, using ODATA to create comments with this new service, there are none of the issues I encountered above.. Note that although I'm able to create a PAGE, whenever I try to create or view any C/AL code or CodeUnit, I get permission error (and I know we do not have dev licence). But we do have the "Microsoft Dynamics NAV Development Environment" installed on the NAV server. Hope this helps someone out there
↧