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

Best Practices for Building Prompt Templates

 Hi, The following best practices should be considered when building prompt templates: Make sure that your prompt templates are concise and ...