ID is not auto-numbering when a CIT is created using copy feature
book
Article ID: 380608
calendar_today
Updated On:
Products
Clarity PPM On Premise
Clarity PPM SaaS
Issue/Introduction
Setup:
- CIT (Custom Investment) object is created
- Access rights to copy instances of the CIT are provided to the profile under use
- Two sub-objects are created to the CIT mentioned above
- On the first sub-object, a lookup attribute is created, which relies on a dynamic lookup
Steps:
- A new instance is created of the CIT. One instance each of the sub-objects is also created
- At this point assume that the lookup attribute stores value against this instance as 25 in the relevant table and column
- A copy of the CIT instance is made
- At this point it is expected that the value 25 mentioned above is incremented by one, to 26
Resolution
- This expectation is misplaced
- ID, ODF_PARENT_ID (meta data) columns are incremented between the parent instance and the copied instance without any issues
- Data stored in the original instance is not touched, but copied over as it is.
Feedback
thumb_up
Yes
thumb_down
No