Hi,
Please find the below code :
<fetch>
<entity name="new_vjxquote" >
<attribute name="new_name" />
<link-entity name="new_vjxproducts" from="new_quoteid" to="new_vjxquoteid" >
<attribute name="new_item" />
<attribute name="new_name" />
<attribute name="new_quantity" />
<attribute name="new_unitprice" />
</link-entity>
</entity>
</fetch>
Requirement is : Based on Quote ID, following item should appear on the table i.e Item #, Description, Quantity and Unit Price. I have write the code os this correct or pl help me for condition filter.
*This post is locked for comments