I want to populate only users in caller field whose department is HR.

SN27
Giga Expert

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.

1 ACCEPTED SOLUTION

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.

View solution in original post

7 REPLIES 7

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.

Hi Onkar,

Thank you very much.

Tony Chatfield1
Kilo Patron
This is the functionality that reference qualifiers are intended to provide, why would you not want to use the most appropriate solution? Perhaps you can share your business drivers?