Tip #574: Hidden sources of javascript errors
Quite often developers complain about getting javascript errors when the form does not contain any scripts or events. Explicit script definitions are not the only source of the possible errors:...
View ArticleTip #589: Programmatically Move Cross Entity Business Process Flow Stages in...
It’s been a while since we’ve heard from Gayan “Not Daddy” Perera. As often the case with Gayan’s tips, this one is a nugget. Moving the stage of a cross entity business process flow programmatically...
View ArticleTip #699: Don’t go back on context
This one is for javascript lovers. If you work with HTML web resources, you know that you need to include ClientGlobalContext.js.aspx to get CRM context in your script. If everything is working...
View ArticleTip #706: Passing arguments to the webresource does not work after...
We are all mortals, after all. I just witnessed a rare occassion when even Tanguy “The XRM Toolbox” Touzard needed a helping hand from none other than Andrii “Khohol” Butenko. Tanguy I’m working on a...
View ArticleTip #1032: Be careful with those function names
Today’s tip is from Tom Pickles – thank you! And, hey, you can be a guest tipster too – just send your tip to jar@crmtipoftheday.com. I fixed a curious issue today that I thought I’d share. Users had...
View ArticleTip #1159: Run your script after business rules
Dynamics 365/CRM customizations inflicted by a customer are always fun. How can I tell their customizations apart? Easy, by the new_ prefix. Where things get really complicated if the customer later...
View ArticleTip #1198: Add email address to recipients in javascript
The advantage of having access to friendly brainpower is that the problems are getting resolved much quicker. The disadvantage is that it breeds inattentive coding. Daryl “Always Raising” LaBar almost...
View ArticleTip #1312: View process history from Unified Interface forms
Tipster note–this tip is an unsupported tip. It’s not going to damage anything, but it is unsupported and may stop working with future updates. Proceed at your own risk. So you have moved to unified...
View ArticleTip #1410: 50 Shades of Regex
I usually don’t drool over code but this one is just way too elegant for me not to. StackEdit – In-browser Markdown editor is an awesome app for markdown editing. One of the standout features is...
View ArticleTip #1445: Date picker in Power Pages revisited
The product has been renamed at least twice since we talked last time about how to restrict the date picker control in now Power Pages. But most importantly that code, according to some reports, no...
View Article