
mccabe.tonna
-
Activité totale52
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes0
-
Abonnements27
Aperçu des activités
Dernière activité effectuée par mccabe.tonna-
mccabe.tonna a ajouté un commentaire,
@Andrew If their primary email is verified; you can search your user functions. this looks promising via API https://developer.zendesk.com/api-reference/ticketing/users/user_identities/#make-ident...
-
mccabe.tonna a ajouté un commentaire,
@Andrew can you give an example of what you're looking to achieve?
-
mccabe.tonna a ajouté un commentaire,
the checkbox logic should actually be swapped. {% if ticket.ticket_field_<insert field_id here> contains 0 %} checkbox is unchecked {% else %} checkbox is checked {% endif %} should actually be {% ...
-
mccabe.tonna a ajouté un commentaire,
@Ali van de Poll I had a similar issue where the user's name was either their name or their email address Instead of having a separate field, why not utilize the requester's name? I created a liqu...
-
mccabe.tonna a ajouté un commentaire,
@... in your help-center, go to your theming, customize, edit code (bottom) access your script.js function and plop this in there. Then submit This will hide the form selector IF they end up on thi...
-
mccabe.tonna a ajouté un commentaire,
@... which field are you trying to hide? What Do You Need Help With? or the form?
-
mccabe.tonna a ajouté un commentaire,
@Administradores IZA Great!, you can add multiple objects within that get function [array], then when setting values, point each variable to each item in the array
-
mccabe.tonna a ajouté un commentaire,
@ryan Can you screenshot the triggers that are firing when a ticket is made? Ticket Created (1st trigger) This trigger at bottom (this is the "your request was received) (note this trigger do...
-
mccabe.tonna a ajouté un commentaire,
Hi Ryan, Oh try this - try swapping the order of your triggers around. (i had a long hypothesis written up, but this might be a quicker solution) My order is set the No-reply with the target th...
-
mccabe.tonna a ajouté un commentaire,
Okay so the email should not go out on the Ticket is received Trigger. Notify the target after your ticket is updated using the first trigger Does that make sense?