There are two Scenrios. A) Any User Creating Contract under any account (which is not owns by that user) , then Contract owner should be autometically set as its account owner. Solution : You need to create trigger on contract to achieve this functionality.
B) If Account owner changed then Its related contracts owners should be autometically transferred as New account owner. Solution : You need to create trigger on Account to achieve this functionality.
for this purpose, you can create a trigger on account object that will update related contracts
regards,
Jerome
Hi Lavanya,
There are two Scenrios.
A) Any User Creating Contract under any account (which is not owns by that user) , then Contract owner should be autometically set as its account owner.
Solution : You need to create trigger on contract to achieve this functionality.
B) If Account owner changed then Its related contracts owners should be autometically transferred as New account owner.
Solution : You need to create trigger on Account to achieve this functionality.
Thanks & Regards,
Sameer Tyagi
http://mirketa.com/
perhaps you can create a master-detail-relationship between account and contract. Then it will be changed automatically.
Regards
Robert
(mindforce: mind-force.de)