Default Opportunity Team Role
I want to pre-populate the Opportunity Team role to owner when an Opportunity record is created. I tried to have a default formula on the field Team role of Opportunity Team record type but no luck. Any ideas how to do this
IIf([<OpportunityAccess>]= 'Owner','Owner','Inside Sales') and I havethe Post default setting checked.
Thanks