Skip to main content
krishnav9816
July 15, 2022
Question

error in process model

  • July 15, 2022
  • 12 replies
  • 0 views

An error occurred while trying to write to the entity "HCMSCUSTOMERDETAILS" [id=f00b0dce-cd90-40a5-b31b-961142ace14d@4222, type=HCMSCUSTOMERDETAILS (id=4036)] (data store: HCMSCUSTOMERDETAILS). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=4036,v=<null>] Data: TypedValue[it=4036,v=<null>]

error in Process Model, what is the meaning

    12 replies

    stefanhelzle0001
    Brainy
    July 15, 2022

    The last part of the error message

    Data: TypedValue[it=4036,v=<null>

    tells you, that the data you wanted write to the database is empty.

    krishnav9816
    July 15, 2022

    An error occurred while trying to write to the entity "CMS_Approval" [id=6e428a6b-3e06-4c10-88da-dd1539a8ff24@4127, type=CMS_Approval (id=3994)] (data store: CMS_Approval_DS). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=3994,v=<null>] Data: TypedValue[it=3994,v=<null>]

    another process model also get same error

    stefanhelzle0001
    Brainy
    July 15, 2022

    With probably the same root cause. The value you pass is empty.