Hi,
We implement OTRS and in this we create new ticket type 'Special'.
In creating this type of ticket , it must assigned a system wide unique number like 00001 and customer name will be append with this.
For ex: I create a 'special' ticket type for customer ABC, then this will assigned a number like ABC00001 for first special ticket, for second ticket of this customer it will be increment and the number will be ABC00002.
For each special type ticket created , a number will be generated and assigned to this ticket.
Can anyone suggest us , how we can generate and assign this type of number system or this is possible or not in OTRS.
Thanks in advance.
Regards,
Gaurav Munjal
Number generator for specific ticket type
Moderator: crythias
Re: Number generator for specific ticket type
Hi,
AFAIR it is not possible.
You can combine <OTRS_TICKET_TicketNumber><CustomerID> for example to create a unique value,
but you can not create a second unique number besides the OTRS Ticket Number without development
Flo
AFAIR it is not possible.
You can combine <OTRS_TICKET_TicketNumber><CustomerID> for example to create a unique value,
but you can not create a second unique number besides the OTRS Ticket Number without development
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
-
- Znuny advanced
- Posts: 108
- Joined: 23 Oct 2013, 09:17
- Znuny Version: 3.3.0 beta 2
- Real Name: Gaurav Munjal
- Company: Nagarro
Re: Number generator for specific ticket type
thanks for your reply.
So is it not possible to create a auto number generator/incrementor , using frontend or do changes in backend files.
Regards,
Gaurav Munjal
So is it not possible to create a auto number generator/incrementor , using frontend or do changes in backend files.
Regards,
Gaurav Munjal
-
- Znuny advanced
- Posts: 108
- Joined: 23 Oct 2013, 09:17
- Znuny Version: 3.3.0 beta 2
- Real Name: Gaurav Munjal
- Company: Nagarro
Re: Number generator for specific ticket type
Can anyone tell the steps to do development for this unique number?
Thanks in Advance!
Thanks in Advance!
Re: Number generator for specific ticket type
Hi,
Read Perldoc and otrs developper book.
or the easy way:
goto www.otrs.com
http://www.otrs.com/buy/?lang=en
Flo
Read Perldoc and otrs developper book.
or the easy way:
goto www.otrs.com
http://www.otrs.com/buy/?lang=en
Flo
OTRS 2025 SILVER (Prod)
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.
OTRS 2025 auf Debian 12 (Test)
Znuny 7.x latest version testing auf Debian 12
-- Ich beantworte keine Forums-Fragen PN - No PN please
I won't answer to unfriendly users any more. A greeting and regards are just polite.