Skip to main content
Nintex Community Menu Bar
Question

Skuid's Import Wizard is fantastic but can we skin it or at least lose the salesforce header and sid

  • July 10, 2024
  • 6 replies
  • 10 views

Forum|alt.badge.img+8

The Import wizard is great and a fantastic tool but the only issue for us is the “salesforce” look and feel. Is there any way we can choose to skin it or strip out the header and sidebar etc?

This topic has been closed for replies.

6 replies

Forum|alt.badge.img+13

You can’t skin it at present but you can remove the header and sidebar using the magic isdtp=vw query string parameter, which removes the salesforce header and sidebar from any Visualforce page, e.g.

/apex/skuid__Import?obj=Contact&isdtp=vw


Forum|alt.badge.img+8
  • Author
  • Novice
  • July 10, 2024

Thanks Zach… that is great! Solves the problem for us.


Forum|alt.badge.img+8
  • Author
  • Novice
  • July 10, 2024

Hi Zach… can I ask a follow up. Does this import wizard work on skuid platform? If so, whats the url?


Forum|alt.badge.img+13

No, the Import Wizard is not available on Skuid Platform. What data are you trying to import, and into which data source are you trying to import it? If you’re trying to mass-import Users into Skuid Platform, that feature is on our near-term roadmap.


Forum|alt.badge.img+8
  • Author
  • Novice
  • July 10, 2024

Nah … I have a dynamo db database set up on skuid platform and wanted a simple way to import Customer account data.


Forum|alt.badge.img+8
  • Author
  • Novice
  • July 10, 2024

One quick question about the Import Wizard… is it possible (using the url) to pre define a field value .eg if uploading contacts can we present a field called, say, “active” as true?

For example …

/apex/skuid__Import?obj=Contact&{!Contact.Active__c}=TRUE&isdtp=vw