Custom Fields
Moderator: mkoch227
Custom Fields
Is it possible to include the customer fields in the area of assigned to and change priority location instead of edit reply.
Re: Custom Fields
I am not sure what you mean, but if you know PHP + HTML (or hire a developer) you should be able to do the changes within the source code.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Custom Fields
Hi,
I am asking about the custom fields. Is it possible to include the customer fields in this area along with the below details.
Tracking ID: MTG-B9Q-7DN2 (Ticket number: 4278) Lock ticket - Customers cannot reply to or re-open locked tickets. When locked ticket is marked as resolved. Tag this ticket Import this ticket into a Knowledgebase article Printer friendly version Edit post Delete this ticket
Created on: 11/07/17 04:09:17
Ticket status: New [Mark as Resolved]
Change status to
Updated: 11/07/17 04:09:17
Category: TSS_New_Customer
Move ticket to
Replies: 0
Priority: Low
Change priority to
Last replier:
Owner:
Assign to
Time worked: 00:00:00
Notes: + Add note
I am asking about the custom fields. Is it possible to include the customer fields in this area along with the below details.
Tracking ID: MTG-B9Q-7DN2 (Ticket number: 4278) Lock ticket - Customers cannot reply to or re-open locked tickets. When locked ticket is marked as resolved. Tag this ticket Import this ticket into a Knowledgebase article Printer friendly version Edit post Delete this ticket
Created on: 11/07/17 04:09:17
Ticket status: New [Mark as Resolved]
Change status to
Updated: 11/07/17 04:09:17
Category: TSS_New_Customer
Move ticket to
Replies: 0
Priority: Low
Change priority to
Last replier:
Owner:
Assign to
Time worked: 00:00:00
Notes: + Add note
Re: Custom Fields
You can try copy/pasting (or moving) the code that prints custom fields into the appropriate position. Search for and then move the code where you need it.
As mentioned, such changes will require basic knowledge of PHP and HTML.
Code: Select all
/* custom fields before message */
Code: Select all
/* custom fields after message */
As mentioned, such changes will require basic knowledge of PHP and HTML.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Custom Fields
It will be helpful in which file we can edit the codes into the required position .
Thanks and regards
Benito
Thanks and regards
Benito
Re: Custom Fields
You are probably looking for /admin/admin_ticket.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: Custom Fields
Thank you. Let me check this and is there any possibility to give permission to edit only the custom field to customer.
When we remove the permission to edit the reply, we cannot edit the custom field by staffs. Is there any option to give permission to edit only custom field by staffs.
Regards
Benito
When we remove the permission to edit the reply, we cannot edit the custom field by staffs. Is there any option to give permission to edit only custom field by staffs.
Regards
Benito