Closed (duplicate)
Project:
Support Ticketing System
Version:
6.x-1.2-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2009 at 16:12 UTC
Updated:
6 Jan 2010 at 20:11 UTC
Hello I am working on a consultancy website. I want to be able to create two different tickets (consult). Because I will work with two different groups of people (professionals and non-professionals)
I will make 2 clients. Each client can work with its own ticket.
The support_ticket content type is customized with CCK fields.
I want a different support_ticket content type for each of both clients.
How am I able to do this? I noticed the support ticket module uses his own content type.
Grtz Wietze
Comments
Comment #1
jeremy commentedI do not know any way to create two different support ticket content types. You could simulate this in an ugly way using CCK permissions, adding all fields to the support ticket content type but only exposing certain fields to each role.
Comment #2
wietze commentedtnx for the quick reply.
I also thought of the ugly way. I haven't tried it yet but probably will soon. I wonder how fields will be displayed when I view the tickets as the administrator.
Comment #3
jeremy commentedIf by admin you mean uid 1, then you will see all. If an amin role, then you will see whichever fields you configure it to see/edit.
Comment #4
jeremy commentedHere's a new ticket where this idea will be explored further:
#676044: Implement "clients" as an entity type