
7 Antworten
Hey,
You will have two options to go about:
(i) Convert the Region__c field on the Project to a Formula Field of type - Text and then use a formula like:
Opportunity__r.Region__c
Note: Make sure you are on the Advanced Formula tab and use the 'Insert Field' button to grab the API Names of the fields.
Pros: For all those who are on a PE and do not have Workflow Rules.
Cons: The Region field on the Project cannot be edited.
(ii) Create a Workflow Rule + Field Update.
Pros: Region__c on the Project becomes an Editable field.
Cons: You need Workflow Rules which comes as a default feature only from Enterprise edition and above.
Best,
Deepak