#GeneratedValue How to get auto generated value in process model. In CDT, t

#GeneratedValue
How to get auto generated value in process model. In CDT, there is an auto generated ID, but in the instance it not showing the auto generated ID. How can I see this ID in my process model. Thanks.

OriginalPostID-155011

OriginalPostID-155011

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Based on your actual question I think you are using a CDT to insert into a table and want to pick up the auto-generated ID value? On the write to datastore node use the data output tab to save the "Stored Values" back into your CDT process variable, if your XSD is defined as mentioned above you will now have your id value.
Reply
  • 0
    Certified Lead Developer
    Based on your actual question I think you are using a CDT to insert into a table and want to pick up the auto-generated ID value? On the write to datastore node use the data output tab to save the "Stored Values" back into your CDT process variable, if your XSD is defined as mentioned above you will now have your id value.
Children
No Data