I constantly ask teams why user stories were not accepted during their previous sprints. Often, the teams are not sure, sometimes it is because the product owner was unaware that the story was available for review, and at times it is because the team just did not get around to finishing the work. I next… Continue reading The User Story Has Not Been Accepted and I am Thinking Crazy Thoughts
Category: Platform & Process
Beware the Third Parameter of MODIFYALL
The C/AL keyword MODIFYALL is tempting to use when a certain value must be changed for every record matching the current filtered recordset. One may or may not be aware of the third optional parameter for this keyword: TRUE/FALSE. FALSE is the default. If set to TRUE, the OnModify() trigger is executed when the record… Continue reading Beware the Third Parameter of MODIFYALL
TableData 2000000001 does not exist.
This NAV 2013 error may result if the user is attempting to connect to a NAV database using the Developer Client and the SQL permission dbowner has not been granted for the user at the database level. This resource reports the SQL permission dbowner is required in order for a user to manage NAV… Continue reading TableData 2000000001 does not exist.
Virtually There
A lot of companies, ArcherPoint included, are allowing employees to work remotely. Webinars and other virtual events are more common than ever (nearly all ArcherPoint’s events are remote, and with employees throughout the country, remote communication is part of our culture). Today, both public and private high schools and colleges are offering online classes –… Continue reading Virtually There
NAV Web Services – Pages vs. XMLports
There are two major methods for publishing complex NAV functionality as a web service: publishing a Page object, and publishing a Codeunit object with a function that uses an XMLport as a parameter. Which one should you use? Like Obi-Wan Kenobi and Captain America here, Pages and XMLports are both awesome, but they should be… Continue reading NAV Web Services – Pages vs. XMLports