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
Shriya BhalchandranShriya Bhalchandran 

There is one custom object, which has lookup to Account object

There is one custom object, which has lookup to Account object. On creating new event in Account object, the same record should get updated in Custom object.
How can this be acheived?
Javwad AzeemJavwad Azeem

Hi Shriya,

You can use Process Builder and Trigger. however I recommend you to first try with standard customisation tools.

Please refer these links:-

Regards,
Javwad Azeem
 
Shriya BhalchandranShriya Bhalchandran
Hi Javwad, 
I tried thrugh Customization, but its not possible trough it.

ans also the exct requ is:
 one custom object: Test...which has lookup relationship with Account object.
So now as we know in Account related list:> open Activities> we can create new event.
so on creating new event, wherein if status is Closed...that same record should automatically create in test object.