Change Record Type to CDT

Certified Senior Developer

I Have a Requirement like, I have a Process Variable called 'DETAILS' which is of 'RECORD TYPE'.
post submitting a particular form the data will be writes to Records. Then I have to use a Script task in order to change the PV 'DETAILS' Type from Record to CDT and use the PV as a CDT type value for upcoming nodes 


  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Konduru Chaitanya
    but I don't want to make changes everywhere and make it complex.

    For now it's gonna look complex and lot of work , But using records and entities together to achieve output , isn't it too much of work?? I call this as complex. 

    Still you want to go in that direction like everyone said cast() would help & you can query back using "Queryentity()" in a script task (No one said it so i'm adding it), simpler configuration but impacts a little to overall performance.

Children
No Data