Inspector for Inspection Processing

Hi all,
In the inspection processing screen you are able to pick any inspector from the drop down list. The inspectors have asked if we can make it so you can only pick your own name. They don’t like that anyone can choose their name as the person doing the inspection. I don’t see any way to link the user and inspector. Does anyone have an idea how to do this or why it works this way so I can explain the logic to them?
Thanks
Melissa

I suppose you could write a BPM on GetList that parses the current users name and somehow ties it to the inspector name, but that might get kind of messy.

A BPM would do it however the best thing would be to have the inspector ID match the user ID. The BPM wouldn’t have to search for the name just grab the user ID an populate it.

Charlie

I’m with @Aaron_Moreng you can do it by BPM