Appointment Calendar Show Dynamic Field

Moderator: crythias

Post Reply
jgregov
Znuny newbie
Posts: 4
Joined: 25 Jan 2019, 22:29
Znuny Version: OTRS 6
Real Name: Jonathan Gregov
Company: EARS SRL

Appointment Calendar Show Dynamic Field

Post by jgregov »

Hi all,

First thanks for accept me in the community,

Im trying to make a little change at (AgentAppointmentEdit.tt)

Image

Its possible to show a dynamic field from the ticket?

I tried to add

Code: Select all

[% RenderBlockStart("DynamicField_sucursal") %]
                    <div class="Row Row_DynamicField_[% Data.Name | html %]">
                        [% Data.Label %]
                        <div class="Field">
                            [% Data.Field %]
                        </div>
                        <div class="Clear"></div>
                    </div>
[% RenderBlockEnd("DynamicField_sucursal") %]
At mentioned file but doesnt show anything.

If someone knows how to do it and could help me i'll apreciate :D

Sorry for my bad english,

Thanks in advance!
root
Administrator
Posts: 3965
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: Appointment Calendar Show Dynamic Field

Post by root »

Hi,

DynamicFields are related to tickets not appointments.

- 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 ?
jgregov
Znuny newbie
Posts: 4
Joined: 25 Jan 2019, 22:29
Znuny Version: OTRS 6
Real Name: Jonathan Gregov
Company: EARS SRL

Re: Appointment Calendar Show Dynamic Field

Post by jgregov »

Hi Roy,
Thanks for your answer,

This Appointment was created automatically by a ticket using the TicketCalendarStartTime Dynamic Field,

I thought that maybe was possible to call the dynamic fields from the ticket despite this difference

Many thanks!
Jonathan
Post Reply