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.
Discussion posts and replies are publicly visible
You need to create a process with 2 Write Records Smart Service nodes (1 for A and 1 for B).
A single write records node can store multiple records, but only of the same type. Just add more write record nodes.
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.
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...?
Hi Aryan1252 ,
Can you elaborate a bit more on what are you trying to achieve what steps have you taken. and probably open a new thread.
In my process model, i am updating tenant (Record Type), based on Tenant Status updating status of Flat (Record Type). Till Tenant Record Type it's working fine only. After that, There is one script Task to get flat details. I am getting details, Post that i am unable to update Flat Status as "EMPTY", It's updating as "false" instead of "EMPTY".