Skip to main content
June 25, 2023
Solved

how to call update two record types in process models

  • June 25, 2023
  • 6 replies
  • 0 views

hello, 

I have to record types as rule inputs in an interface and I wanted to just save the record types through process model. Record type A is getting updated using write record smart service. where as record type B , I am not sure, how to do it. Can you please guide. 

    Best answer by sairohitd054766

    Like CDT's (Write to Multiple Data Store Entities), we don't have a smart service to write different data types for records, Add another node for Record Type B.

    6 replies

    mathieud0001
    June 25, 2023

    You need to create a process with 2 Write Records Smart Service nodes (1 for A and 1 for B).

    September 18, 2024

    Hi,

    First record type is getting updated but for the second record type i am trying to update the status as "FULL" but it's updating as FALSE. can u pls suggest on this issue...?

    kumara0180
    September 18, 2024

    Hi [mention:938640d22d2f4683a535460073719654:e9ed411860ed4f2ba0265705b8793d05] ,

    Can you elaborate a bit more on what are you trying to achieve what steps have you taken. and probably open a new thread. 

    stefanhelzle0001
    June 25, 2023

    A single write records node can store multiple records, but only of the same type. Just add more write record nodes.

    June 25, 2023

    Like CDT's (Write to Multiple Data Store Entities), we don't have a smart service to write different data types for records, Add another node for Record Type B.