
Cas.D
-
Atividade total12
-
Última atividade
-
Membro desde
-
Seguindo0 usuário
-
Seguido por0 usuário
-
Votos0
-
Assinaturas5
Visão geral da atividade
Atividade mais recente por Cas.D-
Cas.D comentou,
I am also experiencing the "Request Taking Too Long" issue - is there a solution for this?
-
Cas.D comentou,
I assume these bits of data should be passed on from the widget to the backend service, that will generate the JWT? name: Customer's nameemail: Customer's email I have the following questions: Is ...
-
Cas.D criou uma publicação,
Using Custom Objects in the App Framework
RespondidaIf I want to access Support Objects (tickets, users, groups, etc) in an app developed using the App Framework v2, I can do this by calling: client.get('ticket') Is there a similar way to get data f...
-
Cas.D comentou,
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 comentou,
any idea how to access the script from a template?
-
Cas.D comentou,
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 comentou,
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?