最近の検索


最近の検索はありません

Dominic's Avatar

Dominic

参加日2021年4月15日

·

前回のアクティビティ2024年3月04日

フォロー中

0

フォロワー

0

合計アクティビティ

34

投票

17

受信登録

7

アクティビティの概要

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

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

コミュニティのコメント Q&A - Tickets and email

Many thanks, the second one worked 🎉 🤜

コメントを表示 · 投稿日時:2018年10月24日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

Hi Andrey,

Alright, I'm trying an easier approach

I will assign a ticket via a trigger that will put a tag "email_signature"

{% if {ticket.tags} contains 'email_signature' %}{{dc.agent_signature}}{% else %}{% endif %}

This does not seem to work either. What am I doing wrong?

Looking forward to hearing from you,
Dominic

コメントを表示 · 投稿日時:2018年10月22日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

No ideas? 😔

コメントを表示 · 投稿日時:2018年10月22日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

Hi Andrey,

Sorry to reach out with this. I'm stuck again. 

I need to create a condition along these lines:

- if a ticket comes in via email, display a message.

- If the ticket requester is part of a certain org, don't display anything

- If the ticket is coming via other channels, also don't display anything.

Code I wrote is this:

{% if ticket.via == “Mail” %}{{dc.agent_signature}}{% elseif user.organization.name == “InsidersOrganization” %}{% else %}{% endif %}

 

It doesn't work.

What am I doing wrong?

 

Looking forward to hearing from you,
Dominic

コメントを表示 · 投稿日時:2018年10月19日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

Done!

コメントを表示 · 投稿日時:2018年10月10日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

All good, many thanks for your help, Andrey!

You're a champ!

Cheers,

Dominic

コメントを表示 · 投稿日時:2018年10月10日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

Tried it the exact way you wrote it and it says this:

Liquid Liquid error: Unknown operator =

 

 

 

コメントを表示 · 投稿日時:2018年10月10日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

Hi Andrey,

I'm using the following code in the app configuration:

{% if ticket.via == 'mail' %}
{{dc.agent_signature}}
{% else %}
{% endif %}

But it's not working. Any idea what I'm doing wrong? Sorry for all the questions. Your input is much appreciated.

Best,
Dominic

コメントを表示 · 投稿日時:2018年10月10日 · Dominic

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Q&A - Tickets and email

Hi Andrey,

Many thanks for the quick response!

Just to confirm, there's no way we can automate directly from the agent signature?

Reason for asking is because the app seem to need to be manually activated/deactivated and not based on ticket channels how we ideally need it.

Looking forward to hearing from you,
Dominic

 

 

 

コメントを表示 · 投稿日時:2018年10月10日 · Dominic

0

フォロワー

0

投票

0

コメント


Dominicさんが投稿を作成しました:

投稿 Q&A - Tickets and email
Hi Community,
 
I’m trying to set an agent signature based on the channel that the ticket came from.
 
I know that there’s no way to check for channels with Liquid Markup, but I was hoping there would be a way to look if certain ticket fields are filled in. I would set these ticket fields via triggers beforehand.
 
This is the code I tried to use without any luck:
 
{% case ticket.ticket_field_option_title_ 360009740214 %}
{% when 'dmeme' %}
{{agent.signature}}
{% when 'dcoco' %}
{% else %}
{% endcase %}
 
I also tried looking for tags but had no luck with that either.
 
Is it that the Liquid Markup cannot look for ticket data in the agent signature?
 
Looking forward to hearing from you,
Dominic

投稿日時:2018年10月10日 · Dominic

0

フォロワー

7

投票

33

コメント