Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Lucia Zarbano's Avatar

Lucia Zarbano

Beigetreten 26. Juli 2022

·

Letzte Aktivität 14. Okt. 2022

Folge ich

0

Follower

0

Gesamtaktivitäten

14

Stimmen

0

Abonnements

8

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Lucia Zarbano

Lucia Zarbano hat einen Post erstellt

Post 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!!

Gepostet 14. Okt. 2022 · Lucia Zarbano

0

Follower

1

Stimme

0

Kommentare


Lucia Zarbano hat einen Post erstellt

Post 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

Gepostet 01. Aug. 2022 · Lucia Zarbano

0

Follower

2

Stimmen

1

Kommentar


Lucia Zarbano hat einen Kommentar hinterlassen

Community-Kommentar 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 ...

Kommentar anzeigen · Gepostet 01. Aug. 2022 · Lucia Zarbano

0

Follower

0

Stimmen

0

Kommentare


Lucia Zarbano hat einen Kommentar hinterlassen

Community-Kommentar 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
}
}

 

Kommentar anzeigen · Bearbeitet 01. Aug. 2022 · Lucia Zarbano

0

Follower

0

Stimmen

0

Kommentare


Lucia Zarbano hat einen Post erstellt

Post 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

Gepostet 28. Juli 2022 · Lucia Zarbano

0

Follower

2

Stimmen

2

Kommentare


Lucia Zarbano hat einen Post erstellt

Post 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.

Gepostet 26. Juli 2022 · Lucia Zarbano

0

Follower

4

Stimmen

4

Kommentare