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
8 replies
Subscribers
9 subscribers
Views
3436 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have a CDT populated from a fairly complex CDT. Part of the CDT has a chi
jarrods229
over 9 years ago
I have a CDT populated from a fairly complex CDT.
Part of the CDT has a child element which is its own complex type - which I would like to cast directly to.
In my development environment I was able to achieve this by doing a:
cast(2607, some function)
as I could see that the child complex type had the explicit type number of 2607 - however when I've promoted my code to a different environment, the CDT's have their own unique identifiers.
Can someone suggest a better practice?
OriginalPostID-150237
OriginalPostID-150237
Discussion posts and replies are publicly visible
Parents
0
Josh
Certified Lead Developer
over 9 years ago
cast(typeof(type!cdt), function)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Josh
Certified Lead Developer
over 9 years ago
cast(typeof(type!cdt), function)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data