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
3544 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
What to write in the expression while testing a CDT in an expression rule......
akhilt
over 9 years ago
What to write in the expression while testing a CDT in an expression rule......
i.e How to enter values for the sub-dataTypes of a Complex Data Type....?
OriginalPostID-193913
OriginalPostID-193913
Discussion posts and replies are publicly visible
Parents
0
Tim
Certified Lead Developer
over 9 years ago
You need to correctly identify the attributes depending on their types, so text fields should have quote, you can use the date() function for date values. If the value is null then the attribute should not be named. e.g.
type!<myDataType>(dateStmtBegin: date(2016,2,1), datePost: date(2015,10,25), status: "New")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Tim
Certified Lead Developer
over 9 years ago
You need to correctly identify the attributes depending on their types, so text fields should have quote, you can use the date() function for date values. If the value is null then the attribute should not be named. e.g.
type!<myDataType>(dateStmtBegin: date(2016,2,1), datePost: date(2015,10,25), status: "New")
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data