Dropdown Dynamic Fields

Moderator: crythias

Locked
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Dropdown Dynamic Fields

Post by tnieman »

Where are the values for dynamic field with type dropdown stored?

I know that the select value for the tickets are save in the dynamic_values table in the database. I have a lot of values I need in the dropdown, I would rather not have to type them via SycConfig.


Tom
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Dropdown Dynamic Fields

Post by reneeb »

Have a look at the table "dynamic_field" and the "config" column. The format for that column is YAML
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Re: Dropdown Dynamic Fields

Post by tnieman »

Mine says longblob for config and binary for function.

Do I need to change it? Can I change it or do I have to delete it and start over? That is not a big deal, because I'm doing this on a test site and the data really doesn't matter.

Tom
Locked