SP 35 Issue with Ruffalo Cody Customization

We just started the upgrade process for SP35 and got a revision error where apparently Blackbaud created a new dataform with the same name as one from the Campus Call customization from Ruffalo Cody (who, I might add, violated CRM Customization rules by NOT prefacing their item names with something.

To resolve this issue, we ran this SQL before running the upgrade (I'm going to grab the spec out of the DB and do it right). We are able to complete the revisions after doing this.

UPDATE DATAFORMTEMPLATECATALOG

SET TEMPLATENAME = 'USR RNL Constituent Appeal Response Add Data Form'

WHERE ID='91FFA2B7-3217-4242-B3FD-94B4E8B2D412'

update DATAFORMINSTANCECATALOG

set FORMNAME = 'USR RNL Constituent Appeal Response Add Data Form'

where DATAFORMTEMPLATECATALOGID='91FFA2B7-3217-4242-B3FD-94B4E8B2D412'

Categories