Skip to main content
kavyam0002
September 27, 2022
Question

error in PM

  • September 27, 2022
  • 1 reply
  • 0 views

want to store values to different table so i have used write to multiple DS, but giving error like this

i have configured like this

= {  {    entity: cons!CR_APP_ENTITY_CONTRACT_EXTENSION,    data: pv!crAPPContractExtension_cdt  },  {    entity: cons!CR_APP_ENTITY_COMMENT,    data: pv!crAppComments_cdt  }}
 

    1 reply

    gabriele.camilli
    September 27, 2022

    Hi,

    is requestIdInt set as an autogenerated primary key? If not, set as autogenerated or populate in an other way

    The error is saying that that field should never be null