- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2023 07:59 AM
In the Service Operations Workspace, I've set up a new UI Action on the Interaction table form to open a custom Service Catalog Item (so the catalog item would be opened in a sub-record tab of the Interaction). However, I need to be able to automatically fill in some data on the Catalog Item form with information from the Interaction record. I'm not seeing any way that a query could be set up for the retrieving this information, so any advice or assistance will be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 08:36 AM
I got this solved. on the m2m_sp_portal_catalog table, I was able to update the Service Workspace Portal record to point to one of the correct catalogs. Then adding in a new record that pointed the other catalog to the SWP updated the OOTB Create Request button to open as needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2023 08:23 AM
The OOTB "Create Incident" UI Action /sys_ui_action.do?sys_id=a89d504b873303002ae97e2526cb0bdd can give you some guidance to achieve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 08:36 AM
I got this solved. on the m2m_sp_portal_catalog table, I was able to update the Service Workspace Portal record to point to one of the correct catalogs. Then adding in a new record that pointed the other catalog to the SWP updated the OOTB Create Request button to open as needed.