Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
+1
person also asked this
people also asked this
Replies
9 replies
Subscribers
6 subscribers
Views
7215 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
#GeneratedValue How to get auto generated value in process model. In CDT, t
anilkumark
over 9 years ago
#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
srirams761
A Score Level 2
over 9 years ago
HI Anil,
Please navigate to your CDT, download the XSD, open and edit it. Add the following @ annotation to make your column as auto generated :
<xsd:element name="idInt" type="xsd:int">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@GeneratedValue
</xsd:appinfo>
</xsd:annotation>
</xsd:element>.
Hope this is what you required.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
srirams761
A Score Level 2
over 9 years ago
HI Anil,
Please navigate to your CDT, download the XSD, open and edit it. Add the following @ annotation to make your column as auto generated :
<xsd:element name="idInt" type="xsd:int">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@GeneratedValue
</xsd:appinfo>
</xsd:annotation>
</xsd:element>.
Hope this is what you required.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data