I expected adding the allow-html="any" would resolve the problem but it
didn't:
<auto-attributes mode="IN" include="all" entity-name="ReturnItem"
optional="true" allow-html="any"/>
On 02/21/2014 02:18 PM, Christian Carlow wrote:
This error occurred when trying to import legacy data into OFBiz by
calling service createReturnAndItemOrAdjustment:
"In field [description] less-than (<) and greater-than (>) symbols are
not allowed"
Is there an easy way to resolve this error? The same descriptions
were imported fine when the storeOrder service was called.