Pesquisas recentes


Sem pesquisas recentes

Roxanne's Avatar

Roxanne

Entrou em 16 de abr. de 2021

·

Última atividade em 27 de out. de 2021

Seguindo

0

Seguidores

0

Atividade total

4

Votos

1

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Roxanne

Roxanne comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

Yes, I haven't been able to get the solution that's proposed here to work, unfortunately... Any help would be much appreciated!

Exibir comentário · Publicado 12 de fev. de 2020 · Roxanne

0

Seguidores

0

Votos

0

Comentários


Roxanne comentou,

Comentário na comunidade Discussion - Tips and best practices from the community

@... I've been trying to implement your solution to:

2) Preventing signature being included in SMS

But I can't get it to work. I don't want the brand signature to apply to tickets that contain tag 'nosignature'. So my code looks like this:

{% assign tags = ticket.tags | split: " " %}{% for tag in tags %}{% case tag %}
{% when 'nosignature' %}
{% else %}
Kind regards,
{{agent.signature}}
{% endcase %}{% endfor %}

But with this signature set up, the signature doesn't run for any tickets.

Exibir comentário · Publicado 05 de fev. de 2020 · Roxanne

0

Seguidores

0

Votos

0

Comentários