I am still new to developing integrations in OIC. I am using the Oracle ERP Adapter in OIC to update some Invoice staging tables in ERP Cloud. I accidently populated a field with a value that I didn't intend to, and now I am trying to re-update to set it back so it shows as NULL
in the staging table. I've tried passing a blank value in the mapper as ''
and ""
and the API must be ignoring that as the table value remains with the (incorrect) value still populated.
I've also tried using "xsi:nil=true" in the mapper as you see below, but it just sends the literal value in quotes to the table. Removing the quotes results in a validation error in OIC.
How can I accomplish this?
First check, if the "Vendor Number" is anywhere used as foreign-key and the column "Vendor Number" is nullable.