You need to sign in to do that
Don't have an account?
Kunal Purohit 4
How to write trigger?
Hi,
In my org, there are two objects Case and Project. Case object is having lookup relation with Project and Account Object. Now whenever, Case record is cretaed for particular Project, its asscoiated Account should get populated in case record. Plz help to write trigger for same.
In my org, there are two objects Case and Project. Case object is having lookup relation with Project and Account Object. Now whenever, Case record is cretaed for particular Project, its asscoiated Account should get populated in case record. Plz help to write trigger for same.
You can take reference from this below code. In case you find any other issue please mention.
If you find your Solution then mark this as the best answer.
All Answers
what is relationship between Project and Account?
Project Object is having Lookup relation with Account.
You can take reference from this below code. In case you find any other issue please mention.
If you find your Solution then mark this as the best answer.