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
anitha20anitha20 

Trigger for Custom Object field to insert in anothaer Custom Object

Hi ,

 

i have a custom object"Deliverable" and "stock".

i want to Update the Custom field 'Product' in Deliverable to stock 'Product field' using trigger.

Once Deliverable is created i want stock to be created along with this field.

CAN ANYONE HELP ME

SteveBowerSteveBower

What kind of help are you looking for?

 

The documentation for Apex (for writing triggers) is here: http://www.salesforce.com/us/developer/docs/apexcode/index.htm

hitzhitz

hi, Anitha

 

see below link,

it works same like u  want bt objects are different...

 

http://boards.developerforce.com/t5/Apex-Code-Development/simple-Trigger-syntax-problem-i-think/m-p/239067#M42016

 

Hopes This Will Helps you,

 

 

regards,

Hitesh N. Patel