Estimate XML – Show selected Stock, Ink or Finish in Job Ticket

Modified on Wed, Sep 7, 2022 at 3:47 PM

In the product xml use stock="id" or stock="stockname" (case ignored but name must match). If value is numeric then an ID is assumed (Do not use Stock Names that use numbers only).

 

Example:

 

Before

 
 <Option Name="Stock" Label="Stock" Options="1">PLATEWHITE</Option>

 

After

 <Option Name="Stock" 
Stock="PLATEWHITE"  Label="Stock" Options="1">PLATEWHITE</Option>


 Or 


 <Option Name="Stock" 
Stock="8456"  Label="Stock" Options="1">PLATEWHITE</Option>



Note: The name and ID are from the producer stocks not the option in the XML.

 

The same format works for ‘Ink’ and ‘Finish’

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article