Hi,
I would like to achieve the following:
We have two fields:
- ParentValue (Parentaccount)
- OpportunityValue (Opportunity)
When an Opportunity is created I want the ParentValue in the OpportunityValue field. Is this possible?
i.e. ParentValue=80, when Opportunity is created OpportunityValue=80. When ParentValue changes to 90 then OpportunityValue remains 80.
There is a relationship between Opportunity > Account > ParentAccount.
*This post is locked for comments
What are those field type ParentValue and OpportunityValue?
field type = 'Whole Number'
Assuming that the relationship between Opportunity and Parent Account is N:1, you can trigger a workflow on create of an opportunity and set the value of OpptyValue to that of ParentValue (ParentAccount).
Hi ,
What are those field type ParentValue and OpportunityValue?
When an Opportunity is created I want the ParentValue in the OpportunityValue field. Is this possible?
If those field type is not lookup(different entity type) you can create workflow to set the value after creation.
Hi,
Thanks for you answer.
Do I need to create a workflow to populate the OpportunityValue field? What settings should this custom field have?
Populating the field only when the Opportunity is created is exactly what we need.
Hi,
If I understand your question correctly, you want to auto populate value in opportunity from the parent account. You can use existing system relationship mapping and map your custom fields from Account->Opporunity, but keep in mind it will only work when you will create opportunity from the account so it will copy parentvalue to opportunity value, if parentvalue changes later it won't change opportunityvalue.
Another option is , you can write js code on the account lookup in opportunity , when someone creating opportunity they will select account and it will autopopulate parentvalue to opportunityvalue just like this: http://himbap.com/blog/?p=2874
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156