Búsquedas recientes
No hay búsquedas recientes

Nintex KJ
Incorporación 16 oct 2021
·
Última actividad 16 oct 2021
Seguimientos
0
Seguidores
0
Actividad total
4
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Nintex KJ
Nintex KJ hizo un comentario,
Thanks for update.
Let me rephrase my questions, is it possible inside the native UI that:
1. Create a custom field that are mandatory for Create a ticket?
2. Create a custom field that are mandatory for Update a ticket?
Ver comentario · Publicado 03 ago 2021 · Nintex KJ
0
Seguidores
0
Votos
0
Comentarios
Nintex KJ hizo un comentario,
Hi Russell,
Thank you for the information.
I have another question, would it possible I can define a custom field which is required to create a new ticket?
Since the required inside the json payload mean required for solve ticket. What if there is field is required for create a new ticket?
Ver comentario · Publicado 03 ago 2021 · Nintex KJ
0
Seguidores
0
Votos
0
Comentarios
Nintex KJ creó una publicación,
Hi,
I am using ticket fields api to retrieve the fields information:
https://xxxxxxxxx.zendesk.com/api/v2/ticket_fields.json
I mange to get the payload, but with this payload, how could I know the field is "Required to solve a ticket" ?
{
"url": "https://xxxxxxxxx.zendesk.com/api/v2/ticket_fields/900012435943.json",
"id": 900012435943,
"type": "text",
"title": "Solve Remark",
"raw_title": "Solve Remark",
"description": "",
"raw_description": "",
"position": 9999,
"active": true,
"required": true,
"collapsed_for_agents": false,
"regexp_for_validation": null,
"title_in_portal": "Solve Remark",
"raw_title_in_portal": "Solve Remark",
"visible_in_portal": false,
"editable_in_portal": false,
"required_in_portal": false,
"tag": null,
"created_at": "2021-07-30T06:05:42Z",
"updated_at": "2021-07-30T06:05:42Z",
"removable": true,
"agent_description": null
}
Publicado 30 jul 2021 · Nintex KJ
1
Seguidor
3
Votos
5
Comentarios