Benjamin Bloodworth

Software Engineer

Blackbaud CRM Event Registrant Attributes Not Showing

Posted on

Symptoms

When creating an event, the Attributes section displays this message, “There are no registrant attributes defined.”

Solutions

There is a key that is incorrectly set in dbo.Setting table. There is a key named ParticipantAttrsUpgraded. It is set to true by default. I needs to be set to false. Execute the following SQL script against your CRM database to solve the problem.

UPDATE dbo.Setting
SET [Value] = 'False'
WHERE Name = 'ParticipantAttrsUpgraded'

Share this post

Leave a Reply

Your email address will not be published.*
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please activate Your licensed with purchased email address. ! let's activate Now