You need to sign in to do that
Don't have an account?
Update a value cross-object (std to custom)
I am new to salesforce and my first task has been to populate the Actual Cost on the standard object Campaign with the Cost on my custom object Campaign_Item. I know that I have to use a trigger but where I am hitting a wall is how the trigger should fire. Im really having a hard time understanding the way the logic flows with in a trigger. Things seem to be done in a special manor because of governing limits. I have read through all of the documentation on triggers and Im still lost. Any help would be greatly appreciated. Most of the samples I see are using SQL calls or are using IDs and Account info. I just want to move a value.
Thanks in advance
Aaron
All Answers
Oh, and the Campaign is the parent to the Campaign_Item.
Let me know if my comments are correct. i dont want to give out bad info.