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
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 941 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) 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
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
