Ricerche recenti


Nessuna ricerca recente

Lucia Zarbano's Avatar

Lucia Zarbano

Data ingresso 26 lug 2022

·

Ultima attività 14 ott 2022

Seguiti

0

Follower

0

Attività totali

14

Voti

0

Abbonamenti

8

PANORAMICA ATTIVITÀ

Ultima attività di Lucia Zarbano

Lucia Zarbano ha creato un post,

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

Data ultimo post: 14 ott 2022 · Lucia Zarbano

0

Follower

1

Voto

0

Commenti


Lucia Zarbano ha creato un post,

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

Data ultimo post: 01 ago 2022 · Lucia Zarbano

0

Follower

2

Voti

1

Commento


Lucia Zarbano ha commentato,

Commento nella community 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 ...

Visualizza commento · Data ultimo post: 01 ago 2022 · Lucia Zarbano

0

Follower

0

Voti

0

Commenti


Lucia Zarbano ha commentato,

Commento nella community 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
}
}

 

Visualizza commento · Data ultima modifica: 01 ago 2022 · Lucia Zarbano

0

Follower

0

Voti

0

Commenti


Lucia Zarbano ha creato un post,

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

Data ultimo post: 28 lug 2022 · Lucia Zarbano

0

Follower

2

Voti

2

Commenti


Lucia Zarbano ha creato un post,

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.

Data ultimo post: 26 lug 2022 · Lucia Zarbano

0

Follower

4

Voti

4

Commenti