can I actually feed it:
"<link-entity name='productpricelevel' from='productid' to='productid' link-type='inner' alias='ab'>" +
"<filter type='and'>" +
"<condition attribute='pricelevelid' operator='in'>" +
"<value uitype='pricelevel'>" + dfltPxLstId + "</value>" +
"<value uitype='pricelevel'>" + MQpxLstId + "</value>" +
"</condition>" +
"</filter>" +
"</link-entity>"
does it just insert/replace the text between <order /> and </entity>
thanks
*This post is locked for comments