Reusing Blackbaud Components?

I have a custom SKY UX page with some tiles on it and I would like to be able to use “Actions” tile and CRUD operations. I think I know the answer, but wanted to confirm before recreating a bunch of functionality. So, can I surface the out-of-box “Opportunity Action Tile” as well as the add/edit/delete operations in my custom page our do I need to recreate everything?

Thanks!

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 Facilitator 3 bbcon 2025 Attendee Badge

    @Ken Swift
    If you are creating a “full page” add-in, that full page add-in is only going to have the “top nav” bar of RE NXT or FE NXT (i.e. Home, Fundraising, Marketing, etc). It isn't going to have the “2nd level nav" bar that is for the specific record type. So if you are going to create “action buttons” that does CRUD operations, you will need to code each of the operations yourselves. I do not believe you can “reuse”