Closed (fixed)
Project:
Salesforce Webform Data Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Apr 2012 at 17:45 UTC
Updated:
2 May 2012 at 00:10 UTC
Jump to comment: Most recent file
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