unable to remove a field in display column in a catalog variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 05:53 AM - edited 01-08-2024 06:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 09:22 AM
If you look at the referenced table definition, is the Created column have Display = true? Does your variable have anything in the Variable attributes field like
ref_auto_completer=AJAXTableCompleter...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 02:20 AM
Yes @Brad Bowman , i have used Variable attribute mentioned below :
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=Field1;Filed2,ref_ac_columns_search=true,ref_ac_display_value=false
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2024 10:57 PM
To remove a field in a catalog reference field from a custom table on the catalog item page in ServiceNow, you can follow these steps:
1. Navigate to the form where the field is located.
2. Right-click on the field label and select "Configure Dictionary".
3. In the dictionary entry form, click on the "Delete Column" button in the form header.
4. Confirm the deletion by clicking "OK".
Please note that deleting a field is a permanent action and cannot be undone. It is recommended to back up any important data before deleting a field.
Reference : https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/reference-pages...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 03:12 AM
Hello DPK ,
thanks for response but requirement is not to delete any field but to remove the unwanted displaying column.
created date is showing as shown in screenshot. but its not needed .