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
14 replies
Subscribers
6 subscribers
Views
7819 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
What would be the max no of characters we can save in the database by using para
ramakg
A Score Level 1
over 9 years ago
What would be the max no of characters we can save in the database by using paragraph filed?
OriginalPostID-202150
OriginalPostID-202150
Discussion posts and replies are publicly visible
0
Amitkumar
over 9 years ago
You can use a Text process variable or string cdt element to store values.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Amitkumar
over 9 years ago
Have you specified column definition in CDT as below?
<xsd:appinfo source="appian.jpa">@Column(name="columnName", nullable=true, columndefinition="CLOB)")</xsd:appinfo>
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ramakg
A Score Level 1
over 9 years ago
yes, I got it thank you Amit
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
ramakg
A Score Level 1
over 9 years ago
Hi,
I am able to store it in the database and as well as able to load it in PV from database in the process model. But unable to load this in the tempo dashboard(tried with query rule and as well as record filed)
Any suggestion?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
<