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
Replies
4 replies
Subscribers
9 subscribers
Views
1977 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Does anybody know how to add the following attribute to a CDT definition: dynami
orlandom
over 8 years ago
Does anybody know how to add the following attribute to a CDT definition: dynamicInsert = true ?
OriginalPostID-222164
OriginalPostID-222164
Discussion posts and replies are publicly visible
Parents
0
Matthew Kornfield
Appian Employee
over 8 years ago
@Orlando, this is the list of accepted JPA annotations:
https://forum.appian.com/suite/help/16.2/Custom_Data_Types_from_XSD.html#Using_JPA_to_Map_to_an_RDBMS
Something that might work is using the @Column definition like so, using 0 as the default.
@Column(name="Price", columnDefinition="Decimal(10,2) default '0'")
Let me know if this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Matthew Kornfield
Appian Employee
over 8 years ago
@Orlando, this is the list of accepted JPA annotations:
https://forum.appian.com/suite/help/16.2/Custom_Data_Types_from_XSD.html#Using_JPA_to_Map_to_an_RDBMS
Something that might work is using the @Column definition like so, using 0 as the default.
@Column(name="Price", columnDefinition="Decimal(10,2) default '0'")
Let me know if this helps.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data