How to Change Constraints for batch Insert and Update

Hi All,

I have created batch Insert and update adapter service. I would like to change Constraints. I tried to changes but no luck. Could you please suggest me.

Thank You,
Abdullah P

Hi Abdullah,

as these constraints are derived from the table definition in database, this will be difficult.

You might want to check the table definition and add a “Default Null” to the column so that the field will be automatically set to null when no input is provided.
Then reload the adapter values for this service to update the signature.

Regards,
Holger