Create appointments based on dynamic field values

Moderator: crythias

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

Create appointments based on dynamic field values

Post by RStraub »

Hello forum!

I'm currently trying to implement several calendars, where the appointments are auto-created based on the value of a dynamic field.

In the SysConfig I tried to add a new Key:Value pair here:
AppointmentCalendar::TicketAppointmentSearchParam

If I enter "DynamicField_$NameOfTheFIeld" I can select it when editing a calendar, but it will not be saved (disappears when editing again).

When I enter "DynamicField" and the name of the field as value, changes will be saved but not filtered / applied.

Is it even possible to create appointments based on DF-values "out-of-the-box" ? If so, please advice how to configure it.

Many thanks and best regards,
Rolf
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
skullz
Znuny superhero
Posts: 618
Joined: 24 Feb 2012, 03:58
Znuny Version: LTS and Features
Real Name: Mo Azfar
Location: Kuala Lumpur, MY
Contact:

Re: Create appointments based on dynamic field values

Post by skullz »

try this few month back..no successful..
end up writing Generic Agent based event module to create an appointment based on ticket dynamic field

create appointment : https://doc.otrs.com/doc/api/otrs/6.0/P ... mentCreate
link it with ticket : https://doc.otrs.com/doc/api/otrs/6.0/P ... ml#LinkAdd
RStraub
Znuny guru
Posts: 2210
Joined: 13 Mar 2014, 09:16
Znuny Version: 6.0.14
Real Name: Rolf Straub

Re: Create appointments based on dynamic field values

Post by RStraub »

Yeah, did the same now. Thank you though for the feedback, that re-assures me :)
Currently using: OTRS 6.0.14 -- MariaDB -- Ubuntu 16 LTS
Post Reply