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

Account Hierarchy with <lightning-tree-grid> (Account,Contact,Case)

Hi, the following component and Apex class help you display the Account hierarchy in a Lightning component and keep the hierarchy logic comp...