Interactions-for-Student-Recruitment icon indicating copy to clipboard operation
Interactions-for-Student-Recruitment copied to clipboard

Add missing Interaction Source Field API Name field to package.

Open meruff opened this issue 5 years ago • 1 comments

Description

  • Add missing Interaction_Source_Field_API_Name__c field to Interaction_Mapping__c.
  • Interaction_Source_Field_API_Name__c is referenced in multiple profiles and permission set, but apparently wasn't part of this repo on the Interaction_Mapping__c object, so I've added it. This was causing an error message when deploying via the metadata API.

meruff avatar Dec 13 '19 20:12 meruff

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.

meruff avatar Dec 13 '19 23:12 meruff