You need to sign in to do that
Don't have an account?
bhaskar reddy k
regarding trigger
Hi Board,
This is vijay,please help me on this .I have Two objects,Obj1 and Obj2 and look up is exists between them.in object there is a field called total_Amount__c in obj1 and amount__c in obj2.i want calculate total amount in obj2 and update that to Obj1 in Toatal_amount__c field.
Thanks in advance
Regards
vijay
This is vijay,please help me on this .I have Two objects,Obj1 and Obj2 and look up is exists between them.in object there is a field called total_Amount__c in obj1 and amount__c in obj2.i want calculate total amount in obj2 and update that to Obj1 in Toatal_amount__c field.
Thanks in advance
Regards
vijay
Can u specify lookup is from which obj to other obj.
As there is a Lookup relation betwwen objects you can make the field of obj1 as formula field (total_Amount__c) and use the field amount__c to calculate total sum.
Please let me know if it helps you.
Regards,
Onesh.K
http://blog.jeffdouglas.com/2009/07/30/roll-up-summary-fields-with-lookup-relationships-part-1/
Here I am taking two custom Objects SetUp lookup relation with site.
Below is the trigger to update total amount on site.
Please let me know if it helps you.
Regards,
Dayakar.D