10.0: Use sheets for multiple selection to set record links custom fields from interactions #27
Replies: 2 comments 3 replies
-
How could this interaction be updated to display the existing tags for a record? It would be nice to manage (add/remove) tags from this interaction too. |
Beta Was this translation helpful? Give feedback.
-
Hi Ryan! The sheet in the interaction uses the
That's current a multi-checkbox custom field type. You could do the same thing with a sheet over There currently isn't an easy way to filter the sheet to just selected tags (you'd have to page through to find them). We could implement something like dashboard presets, which could dynamically update the sheet filters. We have all the pieces we need for that. It would be really similar to how paging and filtering work now. Several people have asked for date range filters and such for sheets in interactions. It's also possible now to use custom The way things are now, I'd probably show two sheets. The first one would have the current tags and you could select/remove. Then a second sheet could add tags that aren't already applied. Like above, the I can put together a quick example for that. |
Beta Was this translation helpful? Give feedback.
-
Introduction
Let's assume you've followed the guide Tags and multi-classification using custom records.
And now you want to create an interaction that prompts a worker for some tags and sets them on a ticket.
We'll continue to build on that example.
Building the tagging interaction
Display tags on ticket profiles
First, let's make sure the new 'Tags' custom field is visible on ticket profiles.
Navigate to any ticket profile from Search -> Tickets.
Click on the Ticket widget in the sidebar and select Edit from the menu.
On the Fields tab, select Tags, and click the Save Changes button.
You'll now see the tags for every ticket:
Create the interaction
Navigate to Search -> Automations -> (+).
wgm.example.interaction.tagging
An example multi-selection interaction for tagging
In the editor, paste:
On the Policy tab, paste:
Click the Save Changes button.
Add the interaction to the ticket profile toolbar
Now let's add the new interaction to the toolbar at the top of ticket profiles.
Click on the gear to the right of the ticket profile toolbar.
Paste the following Toolbar KATA:
Click the Save Changes button.
You should see a new button in the toolbar.
When you click the button, you can change the tags on the ticket and the results are saved to the custom field as links to records in the custom 'Tags' type.
tagging-toolbar.mov
Beta Was this translation helpful? Give feedback.
All reactions