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
7 replies
Subscribers
8 subscribers
Views
6160 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
CDT With Very Very Many Fields
davids735
over 8 years ago
I'm creating a proof of concept with a CDT containing 1352 Text fields to see if there are practical limitations like lag or database writes failing. I was just wondering if anyone had formulated a script for writing the same value to each and every one of a CDT's fields quickly. For instance a rule that took in the CDT and "Steve" or something like that and made every one of the fields "Steve" without me having to manually insert all 1352 "Steve" strings myself.
OriginalPostID-237167
Discussion posts and replies are publicly visible
Parents
0
PhilB
A Score Level 1
over 8 years ago
The attached will take a single instance of a cdt, split it into fields and produce a section containing a text field for each cdt element. You might have to do something fancy to get the saveInto working but it's probably a start.
Credit to Tim Clarke for the original code.
dynamicForm.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
PhilB
A Score Level 1
over 8 years ago
The attached will take a single instance of a cdt, split it into fields and produce a section containing a text field for each cdt element. You might have to do something fancy to get the saveInto working but it's probably a start.
Credit to Tim Clarke for the original code.
dynamicForm.txt
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data