Edit XML Data Field

If a workflow uses XML data fields, you can specify an XML value or examine the value set by others.

For example, if the VehicleDataSchema is specified, the template appears as follows, and you could specify the data fields:

   <VehicleReg xmlns=""http://www.filenet.com/ns/fnpe/2004/06/po/schema/Data"">
       <Owner>Joe</Owner>
       <Vehicle>
           <VIN>1234</VIN>
           <Value>12345.67</Value>
       </Vehicle>
   </VehicleReg>

TIP This field is treated as a string field. Therefore, the entire XML message must be enclosed in double-quotes, and any included double-quotes, such as the namespace URL, must be enclosed by a double-quote.