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
8 subscribers
Views
1674 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Is there a way to systematic way to find out what is using a column in a CDT? We
alexanderc
over 9 years ago
Is there a way to systematic way to find out what is using a column in a CDT? We are auditing our tables and we are not sure if some of the columns are being used.
OriginalPostID-190180
OriginalPostID-190180
Discussion posts and replies are publicly visible
Parents
0
Josh
Certified Lead Developer
over 9 years ago
@alexanderc The only way I have accomplished this in the past is pattern matching the xml of downloaded applications. Ex. look for ri!cdt.columnName or index(ri!cdt, "columnName", null) etc. Its a pretty brute force method and can return a ton of false positives but it gets the job done.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Josh
Certified Lead Developer
over 9 years ago
@alexanderc The only way I have accomplished this in the past is pattern matching the xml of downloaded applications. Ex. look for ri!cdt.columnName or index(ri!cdt, "columnName", null) etc. Its a pretty brute force method and can return a ton of false positives but it gets the job done.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data