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
Malli GMalli G 

insert the custom object record

whenever we create a record in any object that record will be visible to to the custom object record using apex code or anyway

please letme know how we can do that
RbnRbn
Hi Malli,

Write a trigger to sync the created record from Object1 to Object2

Develop Vf pages for the custom Object 2, so as any edit operation happens the apex code takes care of it.

Regrds,
Rabindranath
Malli GMalli G
That is ok Rabindranatgh i am asking any object  record created in sfdc  that will be add to the specific custom object
Malli GMalli G
HI rabindranath That is ok, Rabindranatgh i am asking any object record is created in sfdc, that will be add to the specific custom object
RbnRbn
Can you please elaborate what exactly is your requirement. if possible what exactly is object record and what is your custom object.

 
Malli GMalli G
HI Rabindranath my requirement is if any record is created in our salesforce org , that record values will be add to the custom object( I.e created new custom object record);
Simha YadavSimha Yadav
@Malli
create a after insert trigger on which object u want insert