Forum Post: save values from lookup

  • Thread starter Thread starter adina
  • Start date Start date
Status
Not open for further replies.
A

adina

Guest
Hi, Into a portal page of type "Edit X" I have a grid control to manipulate child records from object Y. On the child record there is also a lookup on the object Z. What I want to do is when i select a value from lookup (select a record from Z), at submit to save into the child object Y some values from Z. The fields that I want to fill in at submit are only in the object (Y), and not in the grid control. I created a trigger on after create on child object Y and it works, but i want also at update of child record (when lookup is changed) the new values to be saved. How can I do this? If I change a field in the grid control with records from object Y, it runs the on update triggers on the object X (the parent).

Continue reading...
 
Status
Not open for further replies.
Back
Top