最近の検索


最近の検索はありません

Pete's Avatar

Pete

参加日2021年10月16日

·

前回のアクティビティ2024年9月23日

フォロー中

0

フォロワー

0

合計アクティビティ

18

投票

4

受信登録

8

アクティビティの概要

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

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

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

It would also be great to have a way to copy/sync over custom objects from our production to an existing sandbox environment.  We like to test new functionalities to make sure its working right before rolling out to the production environment.  Not being able to easily replicate custom objects into sandbox makes that difficult to test.

コメントを表示 · 投稿日時:2024年9月23日 · Pete

0

フォロワー

0

投票

0

コメント


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

投稿 Feedback - Ticketing system (Support)

Is there a way to automatically remove CC from the ticket if the person/address being CC'ed has a specific domain?  Maybe by organization?

投稿日時:2024年9月20日 · Pete

1

フォロワー

2

投票

2

コメント


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

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

Hi Ifra Saqlain

I had previously used the below code to prefill and hide the subject and description field on our form but it stopped working.

  //Hiding description and subject lines from specific new request form
  var ticketForm = location.search.split('ticket_form_id=')[1];

if(ticketForm == 11425629164941) {
$('.form-field.request_subject').hide(); // Hide subject
$('.form-field.request_description').hide(); // Hide description
$('.form-field.request_collaborators_').hide(); // Hide CCs
$('.form-field.request-attachments').hide(); // Hide attachment upload
$('#request_subject').val('Comp Account Req'); // autofill subject
$('#request_description').val('Comp Account Req'); // autofill description
}

I tried using your example in this thread but it still didn't work.  Any chance you are able to help?

Thanks

コメントを表示 · 投稿日時:2023年6月21日 · Pete

0

フォロワー

0

投票

0

コメント


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

コメントGlobal security and user access

Some of our agents use SSO while others do not.  The SSO option on our account is turned on.

Does this mean the resetting password email does not work?

Thanks

コメントを表示 · 投稿日時:2023年4月28日 · Pete

0

フォロワー

0

投票

0

コメント


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

投稿 Q&A - Tickets and email

Hello,

I know it's possible to route tickets based on the email address domain.  Is it possible to route tickets based just on an email suffix?  For example, we want to identify tickets ending with the suffix .gov and handled them differently.

投稿日時:2023年1月31日 · Pete

3

フォロワー

4

投票

2

コメント


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

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

I tried making the above changes and my agents are still not able to paste images into support tickets.  Instead, we keep getting the below error message

 

Image cannot be pasted due to authentication requirements

コメントを表示 · 投稿日時:2022年4月06日 · Pete

0

フォロワー

1

投票

0

コメント