Daily Archives: September 16, 2014

1 JavaScript Upgrade Gotcha #1: The .id property

Consider this code segment: var oField = executionObj.getEventSource(); if (oField.id == “new_field1” || oField.id == “new_field2”) { // do something } This uses the JavaScript .id property to retrieve the field name. Since this type of code can represent both form controls as well as data items (from SOAP or REST calls), it would be […]

Continue reading

2 Do not allow bulk email. Good or Bad?

If you have any of the marketing solutions that integrate with Dynamics CRM, like Click Dimensions, Silverpop, or PowerMailChimp,(to name a few) then sooner or later, someone that you are emailing may choose to “unsubscribe” from your communications.   Is that a good thing or a bad thing? Well, I think that is totally dependent […]

Continue reading