Kinetic, How do you add a column to a Grid Panel that will search users?

I am not sure how to do this. It seems pretty easy, but I cannot get it to work. I am trying to assign an owner to a material purchase so I created UD field PurOwner_c. I am now trying to link a column in a grid to a list of our users in order for them to be able to select their name from the list. I would really like this to search all users as anyone could be the owner of the purchase. I have created a BAQ to poll the employee file but I am not set on doing it that way if there is a better way to do this.

There’s a reusable combo for Users. You should be able to assign that to the grid column:

1 Like

Here’s all the settings you should need:

Advanced:

3 Likes

Thank you David that works like a champ! Would you know how to take out the inactive users?

1 Like

wow… sinister connotations… maybe I’m just having a bad day.

3 Likes

Filters Append: UserDisabled = false

2 Likes

Depends… could be a corporate policy that you can’t date a subordinate. But… once they’re inactive… Game on!

But, to answer THAT question… I’m no help. I strike out every time!

Thank you again! That was it!

1 Like