The Future of Microsoft Dynamics GP Technologies – Mariano
Mariano highlights 5 coolest technologies for Microsoft Dynamics GP in coming years to watch out for. I can’t agree for more, since I am already seeing 3 of the highlighted 5 currently. Just to list...
View ArticleDexterity "Reject Script" Command – David
David’s recent post on reject script command in Dexterity has got some really crucial information about it’s scope and usage. After 7+ years of Dexterity experience, I did learn something which I had...
View ArticleDexterity Script Profile to solve Performance Issue – David
Waiting for 30 seconds after simply clicking a checkbox is indeed a nasty thing. David explains us on how to solve Performance Issue using Dexterity Script Profile by taking above issue, reported by...
View ArticleRequired Fields – Additional Tip
This one is a simple tip, yet very useful one. Frank reminds us on where and what would be the problem if we don’t see required fields as we wished to. Now, this one is for developers. If it’s a...
View ArticleUsing Script Debugger in Runtime Mode
David explains us about using Script Debugger in Runtime mode. There won’t be any performance issues obviously as stated by him, but there are some crucial points that we need to think about before...
View ArticleAccess data from other companies from Dexterity
David walks us thru’ how we can access data from other companies from a Dexterity code. I have never written a code like this in my 8 years of experience. That said, I have not met any requirements...
View Article"Illegal Address Field" Error while accessing a Global
This one’s interesting and quite straightforward too. I had to create a new Global field in my customization. Instead of creating a new field, I added an existing GP field (‘Customer Number’) and wrote...
View ArticleBest Practice for Dexterity Version & Build Numbers – David
David’s post, Best Practice for Dexterity Version and Build Numbers, explains a very important concept in chunk creation process. We must version our products which is very important and also ethical....
View ArticleUsing substring() with Text Fields – David
Back from my vacation, several posts grabbed my interest as a developer. This post from David is one of them. David explains how to resolve an issue that was found in Sivakumar’s SDT (Support Debugging...
View ArticlePerils of Using of DEX_ROW_ID on Customization / Integration – David
This one is certainly a nasty issue, if we are going to use DEX_ROW_ID value on customization or integration. I have personally fallen into a trap by using DEX_ROW_ID on my customization. But now, it’s...
View ArticleMicrosoft Dynamics GP 2013 Web Client – Tidbit
Well, this one is surely a delight for me personally, because I am a die hard Dexterity Developer and I always had and will recommend any customization to be on Dexterity. I am currently watching...
View ArticleCross Dictionary Triggers on DEX.DIC
This post is kind of reblogging David’s post, Cross Dictionary Dexterity Development, for just one reason. We can write cross dictionary triggers on DEX.DIC. I had tried this once, some years ago, and...
View ArticleDeveloping Microsoft Dynamics GP Business Applications – Book By Leslie Vail
UPDATE: Author of this book, Leslie Vail, has got a post on her blog (Dynamics Confessor Blogspot). Link now added here to her own post: Published at last! Developing Microsoft Dynamics GP Business...
View ArticleGP Web Client: Rendering Issue – Some Facts
Almost a month back, I had posted my GP web client test drive results on how the client is rendered on Mac based browsers and possible issue with Silverlight plugin. I am probably wrong. Everything...
View ArticleSimulate DEX_ROW_ID in a SQL View Using ROW_NUMBER() – #MSDYNGP
I have a requirement in which I have to access a SQL view from within my customisation dictionary, in order to create a custom lookup for users to select a value based on an Extender form and an...
View Article