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

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?

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

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

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

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.

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

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