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
aparnaaparna 

Exporting data using bean

Hi,

 

I have a bean in my process-conf.xml file which extracts data from my custom object. Now I want the filename into which the records have to be extracted to be such that I want the timestamp to be appended with it. Is it possible? Or do I have to call some java program to generate the filename. I am new to SFDC. Kindly help me on this.

 

Thanks a lot.

umesh atryumesh atry
you can do this task by using data loader.
you can edit records into excel.
if you get filename into column , you can merge name with timestamp into new column of excel.
then you can import into salesfroce with data loader.