Guido “Trekkie not Star Wars fan” Preite is on a roll this week. His customer was facing an annoying bug on the Quote Product subgrid inside the Quote entity. When he creates a new Write-in product, then proceeds to change the price or the quantity, and the autosave kicks in, the value is restored to […]
Tip #90: Simulate OnLoad event for form updates
As some people noticed, in CRM 2013 OnLoad event handlers are not firing after save of the form. This is by design as form saves and refreshes are now granular. That means that some of the code migrated from 2011 may not work as expected if it relies on OnLoad event being fired after every […]
Tip #28: Beware of autosave in your scripts
CRM 2013 introduced autosave feature that, depending on a specific scenario, could be really helpful. There is also ability to switch autosave off across the organization using Administrator > System Settings dialog. Unfortunately, this flag only controls form behavior when user explicitly edits the record. The record will still be saved if user navigates away […]