How to Add Catalog Item Variables in List View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2024 01:47 PM
Hey Team,
I attempted to follow the instructions below to create a module with a specific catalog item and a variable from that item to view in the list view columns. However, after creating the module and a new view to include the variable my module is defaulting back to the default view and the one I created is not even an option. Any ideas on how to resolve?
- Create a report of type List on sc_request_item table.
2. Add all the desired columns from sc_req_item table you want to be displayed in list view.
3. Add the desired variables from the catalog items which you want to display in list view.
4. Select the variables which you want to add as part of list view.
5. Save the report.
6. Once the report is saved. Open the update sets where these changes are captured and copy the value of view column of type List Layout as shown below.
7. Go to application menu where you want to create a new module and click on New button.
8. Go Link Type and select Link Type as URL(from Arguments:) and paste below link in Argument field.
/sc_req_item_list.do?sysparm_query=cat_item%3D1e01f08ac0a801070187b08d81c0845c&sysparm_view=RPT2a67a25c1bb83010941a0f26624bcba7
Note: Please replace cat_item sys_id with the sys_id of your catalog item and sysparm_view with the value copies in previous step.
9. Submit the module and all the variables selected appeared as columns in list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-04-2025 08:39 AM
When you copy someone else's posts, you should at the very list include a copy to that post.
Adding catalog items variables as columns in list view of modules.