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
10 replies
Subscribers
7 subscribers
Views
2967 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I added two text fields and a number(integer) field to an existing CDT, publishe
Navajith K
over 11 years ago
I added two text fields and a number(integer) field to an existing CDT, published it, updated datastore, made necessary changes to the process modeler; however the values are not written to the text fields in database (MySql), number field works fine. Any thoughts?...
OriginalPostID-87411
OriginalPostID-87411
Discussion posts and replies are publicly visible
Parents
0
Navajith K
over 11 years ago
Hi Patty, I have downloaded the XSD and have amended it to add the new fields.
Please find the entry in the xsd file for these three new fields I mentioned before.
</xsd:element>
<xsd:element name="shiplist" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(nullable=true)
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="farlocation" type="xsd:int">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(nullable=true)
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="other" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(nullable=true)
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Navajith K
over 11 years ago
Hi Patty, I have downloaded the XSD and have amended it to add the new fields.
Please find the entry in the xsd file for these three new fields I mentioned before.
</xsd:element>
<xsd:element name="shiplist" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(nullable=true)
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="farlocation" type="xsd:int">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(nullable=true)
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="other" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="appian.jpa">
@Column(nullable=true)
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data