You need to sign in to do that
Don't have an account?

admin name change
hi, i have a scenario
please help me out
i want to change opportunity owner name based on another object field name.
Example:
In opportunity i have a picklist list field that is realated to custom object. if i select a record in custom object in the custom record name become the opportunity field record name.
here the problem i have to work with three objects one opportunity, custom object and user object.
can any one help to solve this issue
please help me out
i want to change opportunity owner name based on another object field name.
Example:
In opportunity i have a picklist list field that is realated to custom object. if i select a record in custom object in the custom record name become the opportunity field record name.
here the problem i have to work with three objects one opportunity, custom object and user object.
can any one help to solve this issue
Thank you for responce. I tried with work flow but it is not working for look up relation.
I tried with with all the trigger but here porblem is relation did n't work
list< custom_object__c) = select user.name__c from custom_object__c
here it shows error
use:
list< custom_object__c) = select user.name from custom_object__c