最近の検索


最近の検索はありません

Henri Mercier (SEIF CONSULT)'s Avatar

Henri Mercier (SEIF CONSULT)

参加日2022年11月10日

·

前回のアクティビティ2024年4月26日

フォロー中

0

フォロワー

0

合計アクティビティ

27

投票

7

受信登録

7

アクティビティの概要

さんの最近のアクティビティ Henri Mercier (SEIF CONSULT)

Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Ifra Saqlain When I do this, the subject and description fields are no longer hidden, whereas they were before, and my text 'test' increments properly in the subject field, but nothing in the description field.

コメントを表示 · 投稿日時:2024年4月26日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Ifra Saqlain  I'm still experiencing the same issue. The fields are hidden, but when I attempt to submit a ticket, I receive an error message. I can see that the subject worked, but not the description. Perhaps the issue lies with the following line ? : commentaireField.querySelector('input').value = 'test commentaire'

 // Listen to the changes in the custom ticket field
  selectElement.addEventListener('change', function() {
    var valeurSelectionnee = selectElement.value;
    // For a specific value, hide Subject and Description fields and auto fill with text
    if (valeurSelectionnee === 'désinscription_à_la_newsletter_et_sms') {
  		sujetField.querySelector('input').value = 'test subject'
  		commentaireField.querySelector('input').value = 'test commentaire'
      masquerChamps();
    } else {
  	sujetField.querySelector('input').value = ''
  	commentaireField.querySelector('input').value = ''
      afficherChamps();
    }
  });
});

 

コメントを表示 · 投稿日時:2024年4月25日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コミュニティのコメント Discussion - Tips and best practices from the community

Hi Ifra Saqlain 

Thank you so much for your immense help to the community.

I'm attempting to hide the subject and description fields, and automatically fill them with default text if only one value from a drop-down list is selected.

I've succeeded in making it work for the subject, but I'm struggling to find a way to auto-fill the description (so I've omitted it from the code below). Could you please assist? (maybe there's a simpler way to do it with jQuery ?)

 

In the new_request_page.hbs: 

In the style.css: 

.masque {
  display: none;
}

コメントを表示 · 編集日時:2024年4月25日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

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

Hi Pablo, I'm experiencing the same issue. The key here is that you need to update the ticket and then click on "send as" to view the error message. Rather than displaying the error message after the update, the system should show it if the regex format isn't correct after entering data in the custom field (similar to how it works in the admin center when setting up a Regex custom field).

Kind regards

コメントを表示 · 編集日時:2023年12月14日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コミュニティのコメント Feedback - Voice (Talk)

Hi Martin,

Thanks for your answer.

I already did. The customer support answered me "I have marked this conversation as "comment" on the product to be reviewed, as requested. This means that your feedback will be grouped as part of our Voice of the Customer (VoC) program, which provides customer feedback to our product development teams.

Additionally, I encourage you to create a new post in the General Product Feedback topic."

コメントを表示 · 投稿日時:2023年12月13日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんが投稿を作成しました:

投稿 Q&A - Tickets and email

I'm experiencing an issue with a regex custome ticket field. I have to update the ticket to see an error message saying the value isn't correct.

When you create the custom field in the admin center, it's dynamic, with some text in red saying the value is incorrect.

But when you're in the ticket, it's not dynamic anymore.

Any suggestions ?

投稿日時:2023年12月13日 · Henri Mercier (SEIF CONSULT)

1

フォロワー

2

投票

3

コメント


Henri Mercier (SEIF CONSULT)さんが投稿を作成しました:

投稿 Feedback - Voice (Talk)

Hi, I'm experiencing an issue with the voicemail greeting. My audio file finishes right after the last word, but the 'beep' that prompts the end user to record a voicemail comes after 3 or 4 seconds. It's very annoying. Any suggestions?

投稿日時:2023年12月13日 · Henri Mercier (SEIF CONSULT)

1

フォロワー

3

投票

4

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コメントPersonnalisation des tickets

Bonjour,

Est-il prévu de pouvoir faire des champs de relation de recherche affichant des champs personnalisés (organisation / end user / tickets) ? Le but étant d'afficher / sélectionner, dans un champ de ticket, des informations disponibles dans les champs d'organisation ou de end user du demandeur en question.

Merci

コメントを表示 · 投稿日時:2023年6月09日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

3

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

Thanks ! Have a great day !

コメントを表示 · 投稿日時:2023年3月15日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント


Henri Mercier (SEIF CONSULT)さんがコメントを作成しました:

コミュニティのコメント Feedback - Ticketing system (Support)

Thanks Scott. 

コメントを表示 · 投稿日時:2023年3月08日 · Henri Mercier (SEIF CONSULT)

0

フォロワー

0

投票

0

コメント