- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 09:25 PM
Hi all,
Hope you are doing well.
I want to populate only users in caller field whose department is HR, and I don't want to use "user reference qualifier",
how will you achieve this?
Thanks & Regards,
Satya.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 10:07 PM
Ok. I have done this without dot walking.
First I created a field "department" which is of "reference" type (table is cmn_department).
Then created another field "users" (reference field) and made that field dependent on "department" field.
There you go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 09:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 10:01 PM
Hi Sagar,
I knew this way but, I want another way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 09:47 PM
Hi,
If you don't want to use reference qualifier then you can try with dot walking.
See if it works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2020 09:57 PM
Hi Onkar,
Can you please explain me?