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
Smita Hodiggeri (Admin)Smita Hodiggeri (Admin) 

How to invoke a detail page button(Source Visualforce Page) every time a record is created from Data loader

Hi Community,

I am a begineer developer, and I have requirement where in everytime a record is created automation needs to click on detail page button(Source Visualforce Page)  so that it can do its job on the record that was created newly and this should happen verytime a new reocrd is created.
I am uploading(creating) series of records from Data loader so I am thinking how do I do this? 
I would like detailed instructions if its code please.
Thank you,
Look forward to the learning
ShirishaShirisha (Salesforce Developers) 
Hi Smita,

Greetings!

I don't think this is possible to invoke the details button automatically as the buttons works on click.In order to achieve your requirement you need to lauch the flow or trigger to fire whenever the record is inserted.

Reference:https://intellipaat.com/blog/tutorial/salesforce-tutorial/triggers-in-salesforce/#:~:text=Before%20Trigger%3A%20This%20type%20of,first%20and%20then%20saves%20it.

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri