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
11 replies
Subscribers
9 subscribers
Views
4691 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Lets say I have a table name that exists in my database and I store it on a loca
erickp
over 9 years ago
Lets say I have a table name that exists in my database and I store it on a local variable. Is there any way to associate that table with its already created CDT?
OriginalPostID-192431
OriginalPostID-192431
Discussion posts and replies are publicly visible
Parents
0
jackm829
A Score Level 3
over 9 years ago
Hi Erick, you can use an @Table annotation in the .xsd file that defines the already created CDT. That tells Appian that the CDT should map to the table. Add the CDT as a data store entity in a data store and click "verify". You will learn whether the CDT "maps", or corresponds exactly, to the table. Go here for a listing of JPA Annotations that we can use in our .xsd files that define CDTs:
forum.appian.com/.../Defining_a_Custom_Data_Type.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
jackm829
A Score Level 3
over 9 years ago
Hi Erick, you can use an @Table annotation in the .xsd file that defines the already created CDT. That tells Appian that the CDT should map to the table. Add the CDT as a data store entity in a data store and click "verify". You will learn whether the CDT "maps", or corresponds exactly, to the table. Go here for a listing of JPA Annotations that we can use in our .xsd files that define CDTs:
forum.appian.com/.../Defining_a_Custom_Data_Type.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data