Loading

Edit the JDF ticket

The mapping file can contain one or more ticket items of PRISMAdirect that are not available in the JDF ticket. You can add these items to the JDF ticket as key-value pairs.

Firstly, PRISMAdirect processes the mapping nodes in the mapping file. Then, PRISMAdirect searches for any oce:KeyValuePair nodes in the JDF ticket. The Key attribute  specifies the name of the PRISMAdirect ticket item. The content of the oce:KeyValuePair is the value for the ticket item.

For example, the print shop wants to stay connected to its customers via a social network (Facebook, Google+). Therefore, you extend the user profile with a ticket item for the Facebook account. Make sure that the new ticket item exists in PRISMAdirect and in the mapping file. Then, add an oce:KeyValuePair node to the JDF ticket:

<JDF ID="NodeIDRoot" Type="ProcessGroup" Types="... DigitalPrinting ..."xmlns="http://www.CIP4.org/JDFSchema_1_1" Status="Waiting"xmlns:oce="http://www.cpp.canon/JDF_Extension/1_00" >

<oce:KeyValuePair Key="FacebookAccount">John.Doe</oce:KeyValuePair>

The PRISMAdirect ticket item "FacebookAccount" receives the value “John.Doe”.