making fields mandatory with ACL

Moderator: crythias

Locked
Gabor
Znuny newbie
Posts: 14
Joined: 01 Jul 2013, 13:41
Znuny Version: 3.2.7
Real Name: Gabor

making fields mandatory with ACL

Post by Gabor »

Hi there,

I've a very intersting question: is it possible to make fields (dynamic fields) to mandatory using ACL-s?
When modifying a ticket I've 2 additional dyn. fields: a dropdown yes/no and a date/time field below. By default the dropdown list is on '-' but it's mandatory so the agent will have to select yes or no from the list. I want to use an ACL so when the 'yes' key is selected then make the dyn.field below (date/time) to mandatory (2) instead of 1. Is that possible?

Thanks and cheers,
Gabor
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: making fields mandatory with ACL

Post by crythias »

Gabor wrote:is it possible to make fields (dynamic fields) to mandatory using ACL-s?
No. SysConfig.
Gabor wrote: I want to use an ACL so when the 'yes' key is selected then make the dyn.field below (date/time) to mandatory (2) instead of 1. Is that possible?
No. you will need to use a javascript onchange to accomplish this.
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
Gabor
Znuny newbie
Posts: 14
Joined: 01 Jul 2013, 13:41
Znuny Version: 3.2.7
Real Name: Gabor

Re: making fields mandatory with ACL

Post by Gabor »

thanks!
Locked