最近の検索


最近の検索はありません

Lucia Zarbano's Avatar

Lucia Zarbano

参加日2022年7月26日

·

前回のアクティビティ2022年10月14日

フォロー中

0

フォロワー

0

合計アクティビティ

14

投票

0

受信登録

8

アクティビティの概要

さんの最近のアクティビティ Lucia Zarbano

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

投稿 Feedback - Apps and integrations (Platform)

Hi to all,I have a question, in the creation of a custom sell app, is it possible to set restrictions by role or by group to access to app, such as in Support Platform ?

Thanks!!

投稿日時:2022年10月14日 · Lucia Zarbano

0

フォロワー

1

投票

0

コメント


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

投稿 Developer - Zendesk Apps Framework (ZAF)

Hi,


I would like to know if the event for deleting tickets is available for the zendesk client object, similar to the one for saving:

client.on ('ticket.save', function () {
  // handler
});

Thank you

投稿日時:2022年8月01日 · Lucia Zarbano

0

フォロワー

2

投票

1

コメント


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

コミュニティのコメント Q&A - Sales CRM (Sell)

Hi,

thanks for your reply.

I have developed a custom app that when an event occurs (in particular, when a deal goes through a specific stage) call an external asynchronosus service and i would that when the service return a response the user received a notification with a popup or other ...

コメントを表示 · 投稿日時:2022年8月01日 · Lucia Zarbano

0

フォロワー

0

投票

0

コメント


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

コミュニティのコメント Developer - Zendesk Apps Framework (ZAF)

Hi Greg,

I reply to yours question.

"How are you sending this data to your external service?"

I use a custom app located in the person card of deal and i use the zaf client object int this way:

//i am in contact sidebar custom app
client.on("deal.customFields:myCustumFields.changed").then(function(customField){
let validation = call_myExternaService(customField.newValue);
if(!validation){
//here i have to prevent the contact from being saved
}
}

 

コメントを表示 · 編集日時:2022年8月01日 · Lucia Zarbano

0

フォロワー

0

投票

0

コメント


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

投稿 Developer - Zendesk Apps Framework (ZAF)

Hi all,

is it possible to validate a custom field of Contact in Sales/SELL?

In detail, when I create or edit a contact, i must validate (calling a my external service ) that a custom field is a valid VAT Number and only if validation has success the record can be saved! 

Thanks

投稿日時:2022年7月28日 · Lucia Zarbano

0

フォロワー

2

投票

2

コメント


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

投稿 Q&A - Sales CRM (Sell)

Hi all,

is there a way to invoke notifications message in SELL such as in SUPPORT(for example: client.invoke('notify', "Hi All!!"))?

 

Thanks.

投稿日時:2022年7月26日 · Lucia Zarbano

0

フォロワー

4

投票

4

コメント