Interactions-for-Student-Recruitment
Interactions-for-Student-Recruitment copied to clipboard
Add missing Interaction Source Field API Name field to package.
Description
- Add missing
Interaction_Source_Field_API_Name__cfield toInteraction_Mapping__c. Interaction_Source_Field_API_Name__cis referenced in multiple profiles and permission set, but apparently wasn't part of this repo on theInteraction_Mapping__cobject, so I've added it. This was causing an error message when deploying via the metadata API.
Looking further into this, it seems this is a missing field only in the repo object file, not the install link package used in the README.md file. Looks like that link uses a package from an org, which includes the field. I've confirmed this is working by adding this field to my fork and deploying the files via the metadata API to my scratch org using Cumulus CI.