How to get DynamicField value's text in perl module

Moderator: crythias

Locked
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

How to get DynamicField value's text in perl module

Post by Gunjan »

Hi,

Please note that I am using otrs 3.3.9. and I have a query regarding dropdown dynamic fields texts. in my perl module, I have a value of a dynamic field, but I want the text of that dynamic field so that I can send this text to dtl file.

Can anyone please help me?

Regards,
Gunjan
Gunjan
Znuny expert
Posts: 228
Joined: 09 Dec 2013, 06:37
Znuny Version: 3.3.x

Re: How to get DynamicField value's text in perl module

Post by Gunjan »

can anyone please answer it?
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: How to get DynamicField value's text in perl module

Post by RStraub »

Check the API:
http://otrs.perl-services.de/docs/otrs/ ... ckend.html

There is the function "ValueGet" defined.
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Locked