serviceup.png

Custom Module DynamicFieldCopy

This module creates a custom generic handler that allows you to copy a value from a dynamic field to another dynamic field.

Run

Create a generic attendant with the event that you want to run.

Custom module:

Module        => Kernel::System::GenericAgent::DynamicFieldCopy::ValueCopy
CopyFieldFrom => Dynamic field that the value will be obtained
CopyFieldTo   => Dynamic field that will receive the value

The first key must have the CopyFieldFrom and as value the name of the dynamic field from which the value will be obtained. The second key must have CopyFieldTo and as value the name of the dynamic field that will receive the value.

image