Add DynamicField to Dashboard

Moderator: crythias

Locked
jeff
Znuny newbie
Posts: 5
Joined: 27 May 2014, 17:26
Znuny Version: 3.3.6

Add DynamicField to Dashboard

Post by jeff »

What's the status of this post?
I have the same problem in 3.3.6

Thanks.
Last edited by crythias on 28 May 2014, 16:43, edited 1 time in total.
Reason: Topic split because not appropriate to hijack another thread for your topic.
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Add DynamicField to Dashboard

Post by RStraub »

Carefull in the sysconfig. If you edit an entry that reads [...]dynamicFields, then the name suffices. In this case, where it reads DefaultColumns you have to prepend "DynamicField_"

Thus, if your field is named "AccountNumber" you'd have to enter "DynamicField_AccountNumber".
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
jeff
Znuny newbie
Posts: 5
Joined: 27 May 2014, 17:26
Znuny Version: 3.3.6

Re: Add DynamicField to Dashboard

Post by jeff »

It works fine.
Thanks
jeff
Znuny newbie
Posts: 5
Joined: 27 May 2014, 17:26
Znuny Version: 3.3.6

Re: Add DynamicField to Dashboard

Post by jeff »

Through the system configuration Ticket->Frontend:Agent:Dashboard, I have replaced the key "Attributes" of the Dashboard###0110-TicketEscalation to DynamicField_MyField="Oui" instead of TicketEscalationTimeOlderMinutes=1.

The ticket list is never filtered by DynamicField_MyField="Oui".

Is Dynamic Field supported in the key "Attributes" ?

Regards
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Add DynamicField to Dashboard

Post by RStraub »

Your dynamic field is namned <MyField="Oui"> ?
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
jeff
Znuny newbie
Posts: 5
Joined: 27 May 2014, 17:26
Znuny Version: 3.3.6

Re: Add DynamicField to Dashboard

Post by jeff »

Yes
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Add DynamicField to Dashboard

Post by RStraub »

Attributes is the wrong field, I think you're looking for the DefaultColumns.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
jeff
Znuny newbie
Posts: 5
Joined: 27 May 2014, 17:26
Znuny Version: 3.3.6

Re: Add DynamicField to Dashboard

Post by jeff »

No. In the field "Attributes" is defined a filtered criteria. I would like to filter the list on my DynamicField.
Locked