
Amit
-
Atividade total26
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos2
-
Assinaturas12
Visão geral da atividade
Atividade mais recente por Amit-
Amit comentou,
Can we schedule report/dashboard to be sent to a folder on SFTP server?
-
Amit criou uma publicação,
search for webhook by name using zendesk api
Is it possible to search for a webhook by filtering by name? I tried "https://{subdomain}.zendesk.com/api/v2/webhooks" but sure how the filter filter[name_contains] can be used here
-
Amit comentou,
Hi Cheryl Lane: Thanks alot, I followed ur suggestion and it worked . :)
-
Amit criou uma publicação,
Error while creating automation from custom app
I am trying to create an automation from within the custom app, I am following the documentation on Support Site. The script works on Postman, but when I try from the custom app it gives the below ...
-
Amit comentou,
How can we update/change the dropdown values based on certain condition for the custom dropdown. For example: I have a custom dropdown with the values Product 1 (Asia) Product 2 (Europe) Product 3...
-
Amit comentou,
I want that after the below line of code is executed the date should be displayed in the datepicker field. //matchRecord.purchaseDate --> is holding the date in format 2022-01-09 $('#request...
-
Amit comentou,
I tried the above code, but the new date is not reflecting on the webform //matchRecord.purchaseDate --> is holding the date in format 2022-01-09 $('#request_custom_fields_10113154225297').va...
-
Amit criou uma publicação,
How to set date value on the webform using javascript
RespondidaI am trying to set the date value in the webform using javascript. $('#request_custom_fields_10113154225297').val(matchRecord.purchaseDate) The value is displaying when I try the below code con...
-
Amit comentou,
Does this mean, we can not use the below event? client.on('ticket.create', function(data) { console.log('ticket created!'); }); //----------updated -------------- client.on('...
-
Amit criou uma publicação,
Invoke custom app function from support tool
RespondidaIs it possible to invoke/trigger/execute a function/method defined inside the custom app, from the support tool by using triggers/webhook. For example: I have a function fnGreeting() this function ...