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
3 replies
Subscribers
9 subscribers
Views
2460 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
populateing a cdt (in interface inputs) from a custom picker
muditm1
over 8 years ago
so have designed a custom picker which returns the a ID of data entity . what I want is to populate a interface input(cdt) with the entire data entity. Is there a way that we can make custom picker return a entire CDT.?
OriginalPostID-258576
Discussion posts and replies are publicly visible
Parents
0
riang
over 8 years ago
You can use the id of that data entity to query from database either thru query rule or a!queryEntity(). On the saveinto of the customer picker add an an a!save something like a!save(local!var, rule!queryData(ri!ID))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
riang
over 8 years ago
You can use the id of that data entity to query from database either thru query rule or a!queryEntity(). On the saveinto of the customer picker add an an a!save something like a!save(local!var, rule!queryData(ri!ID))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data