
ngo thu
-
Activité totale9
-
Dernière activité
-
Membre depuis
-
Abonné à0 utilisateur
-
Abonnés0 utilisateur
-
Votes0
-
Abonnements2
Commentaires
Activité récente par ngo thu-
@SPORT Did you check script with alert function? (alert will show alert message if function success) I just update filter function for custom field in request list page. Hope this help
-
@sport First you should check json data from api url. https://yourdomain.zendesk.com/api/v2/tickets.json If you can see json data with ticket and custom data fields, you can use my code to pull the...
-
@Cory I did it. Requests_page Template Add filter dropdown with name, id, class: {{#form 'requests_filter' class='requests-table-toolbar'}} <div> <label class="request-filter-label request...
-
hi Jake. it seems correct. You can put alert function into script to understand where it not work. success: function (data) { alert("api success"); var value="none"; var count = Object.keys(data.re...
-
@Cory You are welcome! Do anyone need to make filter with custom field? I will try if needed.
-
@Jake Did you add my code correctly. Maybe you forget <div id={{id}}></div>. If it not work, Please show me your code.
-
I used ajax to add custom field column in request list table. First, you add column header of custom field in the requests_page template. And then, in the body, you can add some code lines as thi...