The new object I want to transfer the stage name to is called opportunity product.
2 Antworten
you need to get the opportunity stagename into opportunity product level then create a formula field with text type in opportunity product object level use the below formula to achieve:
TEXT(Opportunity.StageName)