Hi All,
I'm encountering an insert error into database in the process model below. a non-null field is being fed a null value and the insert is failing! Please let me know how to debug this error.
Thanks,
Raj
Discussion posts and replies are publicly visible
supportingDocumentId is null -> it's hitting a NOT NULL DB column in the "Write to Selected CAN Table" node.Trace back to "Update Selected CANs" step and ensure supportingDocumentId is being set before the write or make DB column nullable.