can anyone please suggeset a way to display the master contract number on opportunity object.
1 respuesta
Hi Rohan,
Do you have a relation between the renewal contract and the master one? If you do, you can create a formula field that pulls contract values from the master. For instance:
Master_Contract__r.Name
Once you have that formula, you can put it in a report.
Alternatively, you can create a custom report type that pulls the master contract fields you want, without creating any formula field.