Lookup SelectBox on Form Designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 09:15 AM
I have a Lookup SelectBox on a Maintain Item request form and they want me to duplicate that field on the Design Form of the table. Is there a way to create a Lookup SelectBox on a Design Form? The piece they want the most is the Lookup label field(s) that allows you to put more than 1 column in the label. I am pulling data from the cmdb_ci table and filtering on Software and Application. They want to see if the record in the drop-down is Software or Application since in some cases, it can be both. Or is there a way of changing the label on a reference to do this?
Any help is MUCH apprecitated
Thank you, Charles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-10-2023 11:49 AM
You'll want to look into updating the variable attributes: https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/service-catalog-manage...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2023 07:11 AM
I looked at the attributes and nothing seems to stick out to me. Any more help? You understand what I am trying to do?
I have a table that I have created. I am trying to make the reference field (cmdb_ci) on one of the columns to have the label of the column along with the label for the sys_class_name. (So, it would display as Active Directory Application or Active Directory Software) but the value of the field would remain the sys_id of the column.
What kind of attribute would I need to make it do that?