How to populate employee id field on a Service Catalog form using the Reference variable pointing to sys_user table.

Zubair Alam1
Mega Contributor

I have a reference type variable that I need to populate on a Service Catalog form with only the employee id coming from sys_user table. 

Is there a special variable attribute that will do it or a script? Please help. Thanks. 

1 ACCEPTED SOLUTION

Tony Cattoi
Mega Guru

Depending on what you are trying to accomplish, you could look at the lookup select box variable type instead of reference.  Using that you can select the ID field as the label and whatever value you want (sys_id for example) as the value field.

 

View solution in original post

5 REPLIES 5

Zubair Alam1
Mega Contributor

Thanks guys for all the help. It was very helpful for me to achieve what I wanted.