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
6 replies
Subscribers
7 subscribers
Views
3301 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Hello, I am trying to create a pickerFieldCustom. I was able to make
issamd
over 11 years ago
Hello,
I am trying to create a pickerFieldCustom. I was able to make one that works when selecting a single result, but what is the best practice or implementation of selecting multiple results?
Thanks....
OriginalPostID-114655
OriginalPostID-114655
Discussion posts and replies are publicly visible
Parents
0
issamd
over 11 years ago
I created the rule and used this code. Now when I test the picker it leaves no label.
selectedLabels: if(
or(
rule!APN_isBlank(
ri!value
),
count(
ri!value
) = 0
),
null,
apply(rule!RULE_multipleEmployeeLabelForPicker(identifier: _, labels: rule!Q_getEmployeeForPickerByID(
ri!value
).Name_Email_Division, identifiers: rule!Q_getEmployeeForPickerByID(
ri!value
).UserID), ri!value
)
),
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
issamd
over 11 years ago
I created the rule and used this code. Now when I test the picker it leaves no label.
selectedLabels: if(
or(
rule!APN_isBlank(
ri!value
),
count(
ri!value
) = 0
),
null,
apply(rule!RULE_multipleEmployeeLabelForPicker(identifier: _, labels: rule!Q_getEmployeeForPickerByID(
ri!value
).Name_Email_Division, identifiers: rule!Q_getEmployeeForPickerByID(
ri!value
).UserID), ri!value
)
),
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data