Forum Post: RE: How to make a sales promotion in sales transaction?
Hi Chris, Dynamics NAV (which version do you have) doesn't have this type of promotion as a standard feature. But I know of several (ISV) partners who have an "Promotion" add-on with this function.
View ArticleForum Post: RE: How to make a sales promotion in sales transaction?
Yes Erik, and THX so much for your quick response, some Solutions based on NAV like Drink-it for beverage industrial have such kind of function. But I found we don' t have this funtion in standard NAV...
View ArticleForum Post: RE: How to make a sales promotion in sales transaction?
Hello, You could create a new Item and put in the Assembly BOM 4 of the other item and give it the name 3+1. best regards,
View ArticleForum Post: RE: How to make a sales promotion in sales transaction?
Hi Chris, Yes, no standard way to do it. The way Thomas suggest, could be used, but still would require customizations, unless you don't care that the "free" item has a different item no. The tricky...
View ArticleForum Post: RE: SQL Query on NAV 2013
Can you please let me know what is the variable you added to your SQL query.
View ArticleForum Post: RE: Line discounts
Hello, There is no standard way of doing this if remember it correctly. But it's not that hard to code. best regards,
View ArticleForum Post: RE: Line discounts
I believe you should be able to set a specific Item Discount Group against all those items (via RapidStart for speed). Then put a rule against that Item Discount Group for the Customer in question and...
View ArticleForum Post: RE: Line discounts
You are right. I have checked it now. I thought that Item Discount Group is not standard in Dynamics NAV. My bad.
View ArticleForum Post: RE: you have not access to microsoft dynamics nav verify that you...
You need to execute query on sql. In that query all Users deleted from database. USE [Database Name] GO delete from [dbo].[User] delete from [dbo].[Access Control] delete from [dbo].[User Property]...
View ArticleForum Post: RE: you have not access to microsoft dynamics nav verify that you...
thanks , it works... Much appreciated.
View ArticleBlog Post: How to Succesfully Publish an App on Microsoft AppSource
Yesterday I did a webcast with Mark Brummel courtesy of Rick Williams from Liberty Grove Software . The recording is available on YouTube . If you are in need of assistance feel free to make contact .
View ArticleBlog Post: Using AdvaniaGIT – C/AL Development
In our past videos we have seen how to install and configure AdvaniaGIT . We have also seen how to create localization and solution branches. Now it is time to start development in C/AL. Out next...
View ArticleForum Post: RE: NAV 2013 R2 PDF report Issue
Is this text box from the request option or a field from a table?
View ArticleForum Post: RE: Link Action In NAV 2016.
In NAV 2016 in Item ledger entry links can be only viewed for the links which are sent while posting the transaction. What you could do is create a new table with 2 fields Entry no. and another field...
View ArticleForum Post: RE: NAV 2013 R2 PDF report Issue
So when you print it it works, but when you save it to PDF, then it doesn't work? How does it work in preview?
View ArticleForum Post: RE: SQL Query on NAV 2013
You will have to say BETWEEN @FromDate AND @ToDate. Try this and it should work.
View ArticleForum Post: RE: SQL Query on NAV 2013
Hello, You should make string concatenation. txtSQL :='SELECT Quantity=SUM(Quantity), [Item No_], [Location Code]'+ ' FROM dbo.[$company$Item Ledger Entry]'+ ' WHERE CONVERT(nvarchar(10), [Posting...
View Article