1 answer
Hey Leah Gustafson,
For this create a number field on Campaign Influence
so while the record creation user will input a number value in this field.
Then create a Formula field with 'Percent' as return type on campaign influence object. Here you can put the formula to calculate the percentage as desired.
While creating this formula:
In your custom object, go to the relationship field and check its API name. it would be something like Account__c. then you can access the accounting field in the formula using
relationship name Account__r. so for account name, the expression would be Account__r.name
Let me know if this answers your question and if you need further help on this.
Thanks,
Tanaya