Service selection mandatory customer portal

Moderator: crythias

Locked
pituca
Znuny advanced
Posts: 131
Joined: 09 Jan 2013, 02:50
Znuny Version: 5.0.9
Company: OmniRedes

Service selection mandatory customer portal

Post by pituca »

Hello guys,

Any of you know if it is possible to make mandatory the selection of Service in customer portal OTRS 3.2.9?
Ticket::Frontend::CustomerTicketMessage###ServiceMandatory

In earlier versions its option its located in: Frontend::Customer::Ticket::ViewNew
Thank you
OTRS 5.0.9, , ITSM 5.0.9, MySQL, Ubuntu 14.04, Apache2
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Service selection mandatory customer portal

Post by crythias »

I'm not able to find an indication that any previous release (as far back as 2.4.9) has mandatory anything but Owner.

grep Mandatory *
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketFreeText###OwnerMandatory" Required="0" Valid="1">
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketClose###OwnerMandatory" Required="0" Valid="1">
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketNote###OwnerMandatory" Required="0" Valid="1">
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketOwner###OwnerMandatory" Required="0" Valid="1">
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketPending###OwnerMandatory" Required="0" Valid="1">
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketPriority###OwnerMandatory" Required="0" Valid="1">
Ticket.xml: <ConfigItem Name="Ticket::Frontend::AgentTicketResponsible###OwnerMandatory" Required="0" Valid="1">

To make something mandatory, you'll need to apply the class to the dtl.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
pituca
Znuny advanced
Posts: 131
Joined: 09 Jan 2013, 02:50
Znuny Version: 5.0.9
Company: OmniRedes

Re: Service selection mandatory customer portal

Post by pituca »

Thank you Crythias
OTRS 5.0.9, , ITSM 5.0.9, MySQL, Ubuntu 14.04, Apache2
skullz
Znuny superhero
Posts: 656
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Service selection mandatory customer portal

Post by skullz »

pituca wrote:Hello guys,

Any of you know if it is possible to make mandatory the selection of Service in customer portal OTRS 3.2.9?
Ticket::Frontend::CustomerTicketMessage###ServiceMandatory

In earlier versions its option its located in: Frontend::Customer::Ticket::ViewNew
Thank you
Upgrade to 3.3.x..there are option for it

Image
My Github
OTRS CE/LTS Discord Channel
Cant Update Package Anymore ? Check This

Professional OTRS, Znuny & OTOBO services: efflux.de/en
Free and premium add-ons: English
Locked