Forum Post: RE: Is it possible on the sell-to customer sales history to...
Use customer ledger entry table and filter on posting date of last year and you could get the sales history.
View ArticleForum Post: RE: Modifiying Existing Data in a table using XML Ports
Don't expect someone who asked a question 9+ years ago, to still have it.
View ArticleForum Post: RE: Import Excel spread sheet into Dynamic Nav 2017
[quote user="Ayinde01"]I wrote this under Contact - Import:: OnBeforeInsertRecord //Validation code Contact.INIT; Contact.VALIDATE(Name,Contact."No."); ERROR('Record already exist'); Its working fine...
View ArticleForum Post: RE: Insert Data to a Table by Only Knowing The Table ID
Yes. You can use RecordRef's for this. You open the recordref and then updates the FieldRef's, before insert and modify of the table.
View ArticleForum Post: RE: purchase order validation
Hi Yuneek, Not sure exactly what you want to archive with this? Just make the field not editable if you don't want users to change it.
View ArticleForum Post: RE: purchase order validation
you can create a Boolean and activate I when price is calculated and added in price fields. use that field while changing manually.
View ArticleBlog Post: From the Microsoft Dynamics NAV Blogs: Generate symbols; Item...
From this week's Microsoft Dynamics NAV blogs: Generate symbols in a modern development environment with Microsoft Dynamics NAV 2018 Item attributes are missing from item ‘fact box' Microsoft Flow,...
View ArticleForum Post: RE: purchase order validation
no but there are also items for which price cannot be fixed in price table , so it would be entered manually rest would come from price table,
View ArticleForum Post: RE: Copy Rows feature - NAV 2016
If it was working previously and now doesn't then the first step is to identify what you changed.
View ArticleForum Post: RE: Windows authentication vs NAVUserpassword
Using Windows authentication is much faster and easier, user does not have to remember any password, once user logs into Windows they have their apps at one place. Even when you print from NAV I have...
View ArticleForum Post: RE: Copy Rows feature - NAV 2016
Now everything you copy is in XML format and its slow. Why don't you go to the options and use then send to excel option which is not better but will execute little faster than you copy. MS has do a...
View ArticleForum Post: RE: Windows authentication vs NAVUserpassword
In a proiduction environment, of course windows log in make sense, but in development, UAT and test environments, there are many cases where Database Logins are very useful. So removing them would be...
View ArticleForum Post: RE: Windows authentication vs NAVUserpassword
Thanks for the information, but what I am looking for is faster performance. Is there a way to measure if NAV works faster being on a domain(windows authentication) vs using navuserpassword.? Also,...
View ArticleForum Post: RE: Copy Rows feature - NAV 2016
Prev. meaning in NAV 2013, we upgraded to NAV 2016. Is there anyway to check this?
View ArticleForum Post: RE: Copy Rows feature - NAV 2016
Speak to the partner that did the upgrade and review your UAT testing results to find out where it went wrong.
View ArticleBlog Post: My new Kindle eBook “NAV Modern Technology – Notes”
My new Kindle eBook “NAV Modern Technology – Notes” Hi guys, My new Kindle eBook “NAV Modern Technology – Notes” will be released on February 28, 2018 NAV Modern Technology Notes : Microsoft AL...
View ArticleBlog Post: Autonumber Objects in AL
I recently discovered what appears to be an undocumented feature in the current version of the al language extension (aka, the “Modern Dev”, aka DynDev365, aka ExtensionV2, aka VSCode Development Tools...
View Article