Skip to main content
Jeffrey Li が「#CRM Configuration」で質問

The new object I want to transfer the stage name to is called opportunity product. 

2 件の回答
  1. 2023年12月13日 20:14

    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)

0/9000