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일 오후 8: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