function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anita reddy 5Anita reddy 5 

How to see Opportunity Stage on Quote record?

I want to see opportunity stage value on quote ? Can some one please help me on this
manasa udupimanasa udupi
Hi Anita,

You need to create a Formula field (of type text) on the Quote  to capture the opportunity stage and paste below in the Formula:

TEXT( Opportunity.StageName )

Thats all:) Hope this helps!!
Deepali KulshresthaDeepali Kulshrestha
Hi Anita,

For this, you have to create a formula field of test type on the Quote object to see the opportunity stage and use the given formula which is mentioned below in the formula section:-
TEXT(Opportunity.StageName)

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha