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
TekoptimizeTekoptimize 

how to create import screen for each my custom object

 

 

Hi All,

  I have one requirement for uploading my custom objects like leads.In leads we have seperate link like
"Import Leads", same like I want seperate import screen for each my custom object.Is we have options like create same like as leads.?I dont want use import custom objects screen.please help me asap.

Thanks to All,
Jeff MayJeff May

If you want a different screen for each custom object, you'll need to create a Visual Force page, with a controller that knows how to read the file format you want to import and create custom objects from each row.

TekoptimizeTekoptimize
Hi, I don't want use my custom VF pages.I want use import wizards same like as import leads.Is we have chance to create import wizards same like as import leads? Thanks & Regards, Arunkumar
Jeff MayJeff May

If you don't want to use the built-in Import Custom Objects, and you don't want to write your own, there is no other option.