ACL Mandatory Dynamic Field hide

Moderator: crythias

Locked
Dethas
Znuny newbie
Posts: 25
Joined: 18 Jan 2017, 12:27
Znuny Version: 6.0.8
Real Name: Patric

ACL Mandatory Dynamic Field hide

Post by Dethas »

Hello,
i'm trying to create a process where i can specify a few things.
It goes like this:
List one:
Option 1
Option 2
Option 3

List two(show only when list one is on option 3):
Apple
Orange

I got it work with ACL(list two has no options when Options 3 is not selected) but i also want List Two to be mandatory and when i select Option 1, there are no items in list two so i can't go further with process creation because List Two is mandatory.
Is there a way to achieve it? Is there a way to hide List Two when Option 1 or Option 2 is selected?
wurzel
Znuny guru
Posts: 3273
Joined: 08 Jul 2010, 22:25
Znuny Version: x.x.x
Real Name: Florian

Re: ACL Mandatory Dynamic Field hide

Post by wurzel »

Hi,

you can not hide dynamic fields without coding or an addon.

I am using https://www.otrs.com/otrs-business-solu ... ic-fields/

Works fine, uses ACL and is easy to use. Also hiding mandatory fields is possible.


Florian
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.
root
Administrator
Posts: 4253
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: ACL Mandatory Dynamic Field hide

Post by root »

You can also use Znuny4OTRS-AutoSelect. If your ACL reduce the possible values to a single one it will automatically select the last one and optional hide the field. And it's free.
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
Dethas
Znuny newbie
Posts: 25
Joined: 18 Jan 2017, 12:27
Znuny Version: 6.0.8
Real Name: Patric

Re: ACL Mandatory Dynamic Field hide

Post by Dethas »

I did a workaround :) thanks for your help, i will keep in mind that this kind of addons are there for free.
Locked