
Lucia Zarbano
-
Total activity14
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions8
Activity overview
Latest activity by Lucia Zarbano-
Lucia Zarbano created a post,
How to add restrictions to access to a custom sell app
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!!
-
Lucia Zarbano created a post,
Ticket Delete Event
AnsweredHi, 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
-
Lucia Zarbano commented,
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...
-
Lucia Zarbano commented,
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...
-
Lucia Zarbano created a post,
Validate a custom field of a Contact in Sales
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 val...
-
Lucia Zarbano created a post,
popup notification 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.