Pesquisas recentes


Sem pesquisas recentes

Brandon's Avatar

Brandon

Entrou em 29 de jul. de 2022

·

Última atividade em 29 de dez. de 2023

Seguindo

0

Seguidores

0

Atividade total

12

Votos

0

Assinaturas

6

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Brandon

Brandon criou uma publicação,

Publicação Developer - Zendesk APIs
Hey! So I remember there was a formula to count tickets in a specific view. Can't seem to find it. Any help will be appreciated! Goal: creat an output with the number of tickets in a specific view.

Publicado 01 de mai. de 2023 · Brandon

0

Seguidores

5

Votos

3

Comentários


Brandon comentou,

ComentárioTicket management

Hey guys. 
If we're on the subject of proactive tickets, how can I remove the header stating "This ticket was created on your behalf"?

Exibir comentário · Publicado 05 de dez. de 2022 · Brandon

0

Seguidores

0

Votos

0

Comentários


Brandon comentou,

Comentário na comunidade Feedback - Ticketing system (Support)

I would also like a solution for this. 

Multiple brands with the option to choose prefixes for tickets. 

Exibir comentário · Publicado 07 de ago. de 2022 · Brandon

0

Seguidores

1

Votos

0

Comentários


Brandon comentou,

Comentário na comunidade Q&A - Help center and community

Well, that simply creates a blank "Submit a Ticket" page.

This is after I'm integrated: 

$(document).ready(function() {
$(".request_ticket_form_id").hide();
});

 

Exibir comentário · Publicado 02 de ago. de 2022 · Brandon

0

Seguidores

0

Votos

0

Comentários


Brandon comentou,

Comentário na comunidade Q&A - Help center and community

Hey. 

Nope. 

So it did work, but I would love to remove the drop-down box in GENERAL. 

Is there a possibility to remove the drop-down in general?

So, that "Submit a request" -> Specific Form 

Exibir comentário · Publicado 01 de ago. de 2022 · Brandon

0

Seguidores

0

Votos

0

Comentários


Brandon comentou,

Comentário na comunidade Q&A - Help center and community

Hey guys. 

So, I'm really in need of your help. 

I'm also trying to eliminate the ability to choose between forms, and I can't seem to place things correctly. 

Used this: 

document.addEventListener("DOMContentLoaded", function() {
// Remove the forms from the drop-down selector
  document.querySelector('.nesty-panel').addEventListener('DOMNodeInserted', function(event) {
 
event.target.querySelector('li[id="your_form_id"]').remove();

//repeat above line for any other forms

  });
});

And this: 

if ($("#request_issue_type_select").val() == "ticketformIDhere) {
$(".request_ticket_form_id").hide();
};

All under script.js, but still I can choose between them. 

HELP!

Exibir comentário · Publicado 01 de ago. de 2022 · Brandon

0

Seguidores

0

Votos

0

Comentários