Custom Tile - Data options
I am looking to build a custom tile that will allow the user to manage associations between 2 RE constituents and the ability to maintain some data per association.
Could you please let me know what are the possible options for storing the association and associated data - so that it can be retrieved and maintained in the custom tile.
Please note that we are not looking at large volumes of data - so performance or scalability is not a major factor but a simple solution would be helpful.
Is it possible to access the RE Supplemental tables from a custom tile using the Sky API?
What other database connection options are available to load and update data in a custom tile?
Any recommendations would be most welcome.
Many thanks,
Barsana
Comments
-
Hi Barsana,
Since the custom tile is a website running wherever you deploy it, you're really free to use whatever tech you'd like to store the association. Your add-in can push/pull data to/from another database anywhere (Amazon, Azure, on-prem systems, etc.). Depending on the specifics of your scenario, you might even be able to leverage constituent custom fields to store the association (using the CreateConstituentCustomField endpoint), or it may be more appropriate to define an actual Relationship record in NXT to represent the association (in which case, you might take a look at the CreateConstituentRelationship endpoint in the Constituent SKY API).
Keep in mind that add-ins render hidden by default and are only made visible when your code indicates that the add-in show be shown (by specifying showUI: true when your add-in code calls the ready() function). So for example your add-in could perform some logic up front and only show the custom tile if you find that the constituent has a custom field that represents the association.
Hope this helps!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 206 bbcon®
- 1.4K Blackbaud Altru®
- 394 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 357 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 646 Blackbaud Grantmaking™
- 561 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 934 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.4K Blackbaud Raiser's Edge NXT®
- 3.6K SKY Developer
- 242 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 238 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 28 PowerUp Challenges
- 3 (Open) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 778 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
