- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2020 03:57 PM
I am working on a record producer and was trying to use the lookup select box to autopopulate the caller's emp# field on the form. for some reason i only get the sysid show up. the field on the user table is a string field. . Any tips on getting this working
Solved! Go to Solution.
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2020 10:10 AM
That should work as long as the lookup value field points to sys_id field.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-15-2020 05:59 PM
Hi - Update Lookup Label field with the exact column name of the field you want to show on the catalog form. Currently it looks like you have a comma separated values. Remove it with one field column name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2020 09:49 AM
perfect so the selection is up but is there a way to set the default value to of the user filling out the form or whatever is selected in the "open on behalf of" box?
currently in the default value it is : javascript: gs.getUserID() but i am guessing that is not right since i get the sysid with that

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2020 10:10 AM
That should work as long as the lookup value field points to sys_id field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-16-2020 10:23 AM
That was it! thank you for all your help!