[SOLVED] How show DynamicField in CustomerCompany Information

Moderator: crythias

Post Reply
zerozone74
Znuny newbie
Posts: 12
Joined: 30 Jan 2019, 15:20
Znuny Version: 6.0.12
Real Name: Przemysław Słomianski
Company: None

[SOLVED] How show DynamicField in CustomerCompany Information

Post by zerozone74 »

Hello,
I create dynamic field: CustomerManager (witch Agents name)
Add to Kernel/Config.pm
$Self->{CustomerCompany} = {
....
Map => [
....
[ 'DynamicField_CustomerManager', undef, 'CustomerManager', 0, 0, 'dynamic_field', undef, 0 ],

It works:
CustomerManager01.PNG
How to add this field to Customer Information?
and AgentTicketZoom:
CustomerManager02.PNG
You do not have the required permissions to view the files attached to this post.
Last edited by zerozone74 on 19 Mar 2019, 13:14, edited 1 time in total.
root
Administrator
Posts: 3968
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: How show DynamicField in CustomerCompany Information

Post by root »

Hi,

Check your mapping of the CustomerCompany data and the visibility of the Dynamic Field. Maybe replace the first 0 with a 1?

- Roy
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 ?
zerozone74
Znuny newbie
Posts: 12
Joined: 30 Jan 2019, 15:20
Znuny Version: 6.0.12
Real Name: Przemysław Słomianski
Company: None

[SOLVED] How show DynamicField in CustomerCompany Information

Post by zerozone74 »

It WORKS :)
Post Reply