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
karthik selvamkarthik selvam 

Apex trigger to export file

Hi ,

When a Prospect changes to client i need to create a file with that record. I am planning to achieve this with Apex trigger. I am completely new to Salesforce, Can anyone guide me on how to achieve this.
 
deepak balur 19deepak balur 19
You can't write it out directly Create an attachment with record details and email to self or a group. Do you need this real time or can it be EOD?
If EOD is fine the use other batch tools to write out the file like CLI.
karthik selvamkarthik selvam
Hi, 
thanks for your response, in my case it has to work in real time.
Is their any possible solution to attain it?