
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 12-10-2021 09:04 AM
This will be a short, simple, and hopefully useful article on how to create a shortcut to a record producer or catalog item on the Agent workspace so that fulfillers can access it quickly for frequently used requests. For this demo I will walk through adding the OOTB “Report Outage” Catalog Item to the list view on the HR Agent Workspace so HR Agents can quickly report an outage on one of their applications.
- Start by making sure you are in the right scope for whichever workspace you are using
- You’ll also need to grab the system ID of the Record Producer you want to add to the Workspace
- Next you will navigate to the List Action menu for the Workspace
- Click “Create New”
- Fill out the following:
- Action Label – This will be the display value for the button that will be created
- Action Name - internal name for the List Action
- Implemented As – Set this to Client Action
- Button Type – Primary
- Workspace – Set it to the Workspace where you want to add the button
- Table – Any workspace list views for this table will have this button available.
- Here is what your form should look like at this point.
- Next we need to add a Client Action
- Click the look up icon in the “Specify client action” field
- Create a New Action Payload Definition when the new window opens.
- Fill out as follows:
- Key = ITEM_SELECTED
- Label = Same as Action Label from 5a. (Mainly for recordkeeping and easier maintenance, you can really call it anything)
- Applicable To = List
- Payload = {"table":"sc_cat_item","row":{"sys_id":{"value":"<sys_id of Record Producer>"}},"parent_table":"{{parentTable}}","additional_data":{"query":"{{query}}"}}
- Description = Added for additional context
- Your form should look like this.
- Click Submit
- You’ll be directed back to the Action record you created earlier
- Save the Action
- After saving the You will see the new list action on the workspace list you specified.
That’s all there is to it! Hope this was useful.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
This is not working, the button is not showing up when followed the same steps, any help appreciated
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
I followed the suggested steps, but when I clicked on the button, record producer is not getting opened.
When I check the console, I could see this error 'the resource was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally'. Used Client Action 'Create Catalog Item' is OOB one.
Any suggestions?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
This is not working in Yokohama is this solution still relevant on the new versions?