
Serge
-
Total activity12
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions6
Activity overview
Latest activity by Serge-
Serge created a post,
Export view to CSV file without 10 min limit
Introduction Perhaps you are faced with the problem of the CSV file request frequency limit. To work around this, we use small javascript (bookmarklet) that receives the data via Zendesk API and sa...
-
Serge commented,
@Alexander Thanks! Last week we had found and fixed a bug in the code of this script. The double quote character was not escaped in Description field. All who are faced with the issue, please upda...
-
Serge commented,
Thanks! I'm glad you liked it. The script code with "description" is here.
-
Serge commented,
Thanks! I'm glad you liked it. Following is the script code with "description". javascript:var win=window.open("","","width=600,height=500,scrollbars=yes");var vn=+window.location.href.replace(/...
-
Serge created a post,
Export view to CSV file without 10 min limit
Introduction Perhaps you are faced with the problem of the CSV file request frequency limit. To work around this, we use small javascript (bookmarklet) that receives the data via Zendesk API and sa...
-
Serge commented,
Hi all, Seeing the interest of Zendesk community for automatic tickets assignment and agent load balancing, I want to share our solution which solves these tasks. Check it out roundrobin.zendesk...