Hi,
I'm getting the following error:
A duplicate value was specified for field 'WebformSID__c' in object 'Lead', duplicate value '6-3c0b21f7' prior value '6-3c0b21f7'
I've set-up my Salesforce.com field to be:
Unique - Treat "ABC" and "abc" as duplicate values (case insensitive)
External ID - Set this field as the unique record identifier from an external system
Any ideas?
Many thanks
Zap
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | DuplicateWebformSIDError-1535722-3.patch | 856 bytes | obsidiandesign |
Comments
Comment #1
obsidiandesign commentedIs this error occurring with only one particular submission, or do you get the exact same SID code error no matter why is submitted?
Bryan
Comment #2
Firetracker commentedHi,
Each submission seems to have it's own unique code but I get the duplicate error each time.
Submission 1: A duplicate value was specified for field 'WebformSID__c' in object 'Lead', duplicate value '6-3c0b21f7' prior value '6-3c0b21f7'
Submission 2: A duplicate value was specified for field 'WebformSID__c' in object 'Lead', duplicate value '6-cb41dd92' prior value '6-cb41dd92'
Etc
Andy
Comment #3
obsidiandesign commentedThanks - there was a tiny bug in the module that could cause a duplication error that I hadn't picked up. The module was trying to pass the WebformSID key twice.
The next roll of the 7.x-1.x branch development snapshot will contain the fix, but if you need it sooner, just change salesforcewebform.module using the attached patch.
Bryan O'Shea
Obsidian Design
Comment #4
obsidiandesign commentedMarking fixed.
Comment #5
Firetracker commentedHi Bryan,
Just to let you know I've applied the patch and the issue is fixed.
Many thanks for your help.
Andy
Comment #6
obsidiandesign commentedAwesome! Thanks for taking the time to report the issue!
Other than that, does the 7.x-1.x branch seem to be working for you?
Bryan