
Sam
Zendesk administrator for Lyft, Inc. Zendesk admin since 2012.
-
合計アクティビティ310
-
前回のアクティビティ
-
メンバー登録日
-
フォロー0ユーザー
-
フォロワー3ユーザー
-
投票91
-
サブスクリプション105
コメント
Samによる最近のアクティビティ-
HI Dave! Sorry, this posted prematurely. I updated the post with details. Right now, it's just a manual process. Would be nice to automate it, a la article publishing.
-
Hey Andrew! This might be helpful: https://support.zendesk.com/hc/en-us/articles/1260803748710-Creating-pre-filled-ticket-forms
-
+1. Another helpful thing would be to have a third title field: One for admins (when building forms), one which is the "agent" title, and one which is the "end user" title.
-
+1. Also, when using the Link to Help Center Article feature, it would be nice if the link text was dynamic and could update if the linked article has changed titles.
-
This limitation makes it difficult to begin building reports for those who need them, since it wouldn't be possible to predict when this data could originate (and thus be available in Explore). The...
-
Thanks! This is amazing! One question - checkboxes on a form show No instead of — Has anyone figured out how to hide those as well? I'm hesitant to add a {{#is value "No"}} as we have some dropdown...
-
Are there plans to introduce native access controls to ticket forms? Using jQuery is fine on the surface (we use it currently!) but it's really just security through obscurity. Anyone can access th...
-
Kay - We use the following code to make this happen: document.addEventListener("DOMContentLoaded", function() {// Remove the forms from the drop-down selector document.querySelector('.nesty-panel'...
-
Leah and Nicole - Our team would benefit enormously from this functionality. We have some extremely complex ticket forms - it makes it hard to read information in Ticket Properties. Additionally, ...
-
I was able to achieve this by adding the following line into script.js: $('div.suggestion-list').hide(); The 'searchbox' element is contained within the 'suggestion-list' element, so suppressing th...