sfdx-record-create-url-component icon indicating copy to clipboard operation
sfdx-record-create-url-component copied to clipboard

Lightning Component that supports URL parameters to pre-populate a record create form.

Results 4 sfdx-record-create-url-component issues
Sort by recently updated
recently updated
newest added

A Critical Update is being activated in Summer ’19: any URL Parameters utilized in Lightning need to have “namespace” prefix, otherwise they are dropped… https://releasenotes.docs.salesforce.com/en-us/spring19/release-notes/rn_forcecom_general_namespace_prefix_cruc_reminder.htm This affects the URL_CreateRecordCmp because...

Also adding support for both recordid and actionurl parameters. This way you can use list views and other pages as trigger for your hacking url.

If a default value is specified with a "+" as a space, it doesn't interpret it as a space. I have a picklist field, that I'm passing "Flat File" to...

question

See conversation at https://douglascayers.com/2018/08/05/legitimate-url-hacking-in-lightning-experience/comment-page-1/#comment-9308

enhancement