I'm using Non Profit Cloud, and trying to compare Contacts who have access to a particular record with a collection of all Contacts at an Account. Access is provided via "Compliant Data Sharing" (https://help.salesforce.com/s/articleView?id=ind.fsc_admin_cds.htm&type=5) which uses FundingAwardParticipant records to open up record level access to specific FundingAward records. CDS is a "Industry" licensed feature that you have to specifically enable and provide a license to for Users via a Permission Set License (which I have done). I tried to use the "find common/uncommon records" USF feature (https://unofficialsf.com/compare-contrast-two-record-collections-with-findcommonanduncommonrecords/) , but I get the following error:
An Apex error occurred: System.UnexpectedException: Access to entity 'FundingAwardParticipant' denied: Entity: FundingAwardParticipant is not api accessible
I can find other ways to do what I want if this USF component isn't an option in the short-term, but what is it that I should tell the SF NPC team that they should do to ensure that features like this can work with NPC? It also may be that this particular NPC feature is new in the latest release but the metadata API hasn't yet been updated to expose it, but I'm not sure how to confirm that.