I've already postet a similar question on the German board, but the answers didn't bring me further in one special question:
Why is "EMail" a "must have" field for adding a new customer?
Yes, there are humans on this planet which don't have a email adress! Usualy the give you service-tickets by phone.
Our agents cant ignore the email-field, so they have to fill in something that fits and is regogniced by DNS-resolving.
If've already tried to modify the Config.pm:
Code: Select all
Map => [
# note: Login, Email and CustomerID needed!
# var, frontend, storage, shown (1=always,2=lite), required, storage-type, http-link, readonly, http-link-target
(...)
[ 'UserEmail', 'Email', 'email', 1, ***1***, 'var', '', 0 ],
# [ 'UserEmail', 'Email', 'email', 1, 0, 'var', '$Env{"CGIHandle"}?Action=AgentTicketCompose&ResponseID=1&TicketID=$Data{"TicketID"}&ArticleID=$Data{"ArticleID"}', 0 ],
[ 'UserCustomerID', 'CustomerID', 'customer_id', 0, 0, 'var', '', 0 ],
(...)
],
The *** is of course NOT in my Config.pm!
There must be other OTRS-users with this problem, too.
How can this - for phone tickets - be solved? Or is there just a mistake in my support-process?
Thank you!