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

Grounding Prompt Templates with Apex Merge Fields

 Hi, You can include an Apex merge field in a prompt template to surface data retrieved from a SOQL query or an external API. Apex is also u...