Skip to main content
October 22, 2021
Question

How to ignore not null columns using writetodatastore smart service?

  • October 22, 2021
  • 1 reply
  • 0 views

Hi Everyone,

I am trying to write to database which have some not null columns, some of the columns are not enetered by user in interface. So when I am trying to save to database using datastoreentity smartservice, it does not allow me to do so.

Can anyone please help me to resolve this.

    1 reply

    stefanhelzle0001
    Brainy
    October 22, 2021

    This can not be ignored. Either change the field config in DB or make sure that each field has a proper value.