function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
cpo87cpo87 

High level guidance for choosing correct developer solution to problem.

I am new to S-Controls and Apex and am looking for a nudge in the correct direction regarding solving a problem.
 
Problem: I would like to copy the Partner Name and Partner Role from an opportunity when the opportunity is marked as Closed - Won and then populate those values into a custom object that is also associated to that same opportunity.  The reason for doing this is that I want a status field associated to that partner connection so I would also have a status field in that custom object.
 
Please direct me toward the correct techology to solve this problem.  Thanks!
werewolfwerewolf
An Apex trigger would likely be your best bet.