Hi All,
by default a typeahead field referencing the user object returns only active users (if my observations are correct).
Is there any way to override this default behaviour? I tried applying a basic filter (isActive=false|isActive_Mod=eq), this brought no joy, as expected.
Thanks for the feedback.
Tibor
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
That's correct - I think the main reason is that an inactive user is not, for all intents and purposes, a user at all.
I see 2 options:
Views
Replies
Total Likes
That's correct - I think the main reason is that an inactive user is not, for all intents and purposes, a user at all.
I see 2 options:
Views
Replies
Total Likes
Yep, since I posted my question I was experimenting the the 2nd option myself and that is working. The lack of the ID is annoying, since the name is not necessarily unique. I think I'll use the email address instead (as options displayed to choose from), which is unique.
Ah excellent - yep emailAddr = way to go!
Views
Likes
Replies