Contact for Service
catworkx GmbH
Schellerdamm 16
21079 Hamburg
Germany
> Get Support
<
Content
...
A function can be used either on the left or on the right hand side of the mapping table:
The syntax is as follows:
...
| Key | Contents |
|---|---|
call:Douglas::Adams::HHGTTG,answer | cust:answer |
| Code Block | ||||
|---|---|---|---|---|
| ||||
package call:Douglas::Adams;
use strict;
sub answer {
my ($TicketJIRAObj, $fieldmapping, %Ticket) = @_; // ignored in this example anyway
return 42; // this is the only important answer anyway :-)
} |