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
+1
person also asked this
people also asked this
Replies
13 replies
Subscribers
10 subscribers
Views
11600 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Compare Data Changes in CDT
Shashank
over 8 years ago
HI ,
I am trying to capture the audit trail , for data changes in a CDT.
Is there any OOTB function , which might be helpful
Thanks
OriginalPostID-239248
Discussion posts and replies are publicly visible
Parents
0
Stefan Helzle
A Score Level 3
over 8 years ago
Using some ideas from
forum.appian.com/.../e-238884
you should be able to implement a recursive expression to handle nested CDTs. First expression gets all field names. Then you create an expression that is applied to all fields in the CDT. It checks if the datatype is a multiple and/or a CDT. If yes, it calls the first expression on the sub structure.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Stefan Helzle
A Score Level 3
over 8 years ago
Using some ideas from
forum.appian.com/.../e-238884
you should be able to implement a recursive expression to handle nested CDTs. First expression gets all field names. Then you create an expression that is applied to all fields in the CDT. It checks if the datatype is a multiple and/or a CDT. If yes, it calls the first expression on the sub structure.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data