Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Tim
In my workflow (applied to submitted). I'm deleting the record but getting the following error on completion of the workflow..
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_UFRecordDataDateTime_UFRecordFields".
RecordService rs = new RecordService(record); rs.Delete(); rs.Dispose(); return WorkflowExecutionStatus.Completed;
Comment author was deleted
Hmm at what stage are you executing this workflow? Submitted? Don't think it will work since you are deleting the record, try moving it to the approved stage
Cheers,Tim
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Contour Workflow delete record database error
Hi Tim
In my workflow (applied to submitted). I'm deleting the record but getting the following error on completion of the workflow..
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_UFRecordDataDateTime_UFRecordFields".
Comment author was deleted
Hmm at what stage are you executing this workflow? Submitted? Don't think it will work since you are deleting the record, try moving it to the approved stage
Cheers,
Tim
is working on a reply...