Tuesday 13 April 2021

URL Hacking for import wizard in Lightning experience

 Hi ,

Here we are going to learn how to do URL hacking for import wizard.

By default, we have the "Import" button in the list view.

But when we want to achieve the same from related list (Eg:on Contact Related List on Account) then we can simply do URL hacking as shown below:


Syntax:

/dataImporter/dataimporter.app?objectSelection=<Object API Name>

Eg:

/dataImporter/dataimporter.app?objectSelection=Contact

Reference:

More about Import Wizard

No comments:

Post a Comment

How to include a screen flow in a Lightning Web Component

 Hi, Assume  you have a flow called "Quick Contact Creation" and API Name for the same is "Quick_Contact_Creation". To i...