Version: eXtendOrderDescription 1.0.0 and above, eXtendOrders 2.0.0 and above
Audience: Administrator
Overview
The eXtendOrderDescription feature lets you create a custom message from a blank goods vendor to a decorator vendor. This message is based on data fields in eXtendOrders' OIC records, helping the decorator know what items to expect from the blank goods vendor.
Configuration Steps
- Navigate to Order Description Setup:
- eXtendTech → eXtendOrders → Order Description Setup.
- Specify Text and Fields:
- In the Description Config section, define the text and fields for the order description message.
- Refer to the end of this article for formatting, field references, and a sample description config.
- Configure Item Column Fields:
- Set up the item column fields where the description information will be stored on the sales order and purchase order records.
- Save Configuration:
- Click Submit to save your settings.
Description Config Field Reference & Formatting
The following fields can be used in your custom descriptions:
- {{item.fieldId}} - Fields of a blank item
- {{line.fieldId}} - Line item fields of a blank item
- {{po.fieldId}} - Purchase order fields of a blank item
- {{oic.fieldId}} - Order imprint configuration fields of a decoration cluster
- {{modal.fieldId}} - Modal fields for items (available: qty, description, cost, price, color)
Formatting Instructions:
- Data specified before
<<for>>
will print only once. - Data inside
<<for>>
and<<endfor>>
will print for each blank item. - To use a different field value when a field is empty, use
<<{{fieldA::fieldB}}>>
. The value offieldB
will be used iffieldA
is empty.
Example:
On {{po.custbody_extend_v2vshipdate}} {{line.povendor}} will ship PO# {{po.tranid}} containing:<<for>> Qty: {{line.quantity}} of {{line.item}} in <<{{modal.color}}::{{item.custitem_extend_itemcolors_text}}>><<endfor>>