最近の検索


最近の検索はありません

Roxanne's Avatar

Roxanne

参加日2021年4月16日

·

前回のアクティビティ2021年10月27日

フォロー中

0

フォロワー

0

合計アクティビティ

4

投票

1

サブスクリプション

1

アクティビティの概要

さんの最近のアクティビティ Roxanne

Roxanneさんがコメントを作成しました:

コミュニティのコメント 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!

コメントを表示 · 投稿日時:2020年2月12日 · Roxanne

0

フォロワー

0

投票

0

コメント


Roxanneさんがコメントを作成しました:

コミュニティのコメント 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.

コメントを表示 · 投稿日時:2020年2月05日 · Roxanne

0

フォロワー

0

投票

0

コメント