
Cas.D
-
Total activity6
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions2
Activity overview
Latest activity by Cas.D-
Cas.D commented,
Looking at the API documentation for Side Conversations, there is no mention of copying fields to child tickets. Is this feature available in the API?
-
Cas.D commented,
any idea how to access the script from a template?
-
Cas.D commented,
In my document_head.hbs, I have added this: <script> var assetsIcon = "{{asset 'icon.js'}}"; </script> The icon.js file looks something like this: function getIcon(id, classification) { const icon...
-
Cas.D commented,
I have added a javascript file to my template assets. This file contains functions, with arguments. How would I use one of these functions in my template?