Tuesday, June 25, 2019

Sorted columns in Console Screen without XSLT

Sorted columns in Console Screen without XSLT

Note:
ShipTo field is in Shipment/Extn/@ExtnShipToCode1.

By adding below code it will sort ShipTo by Ascending Order
If we need to Sort by Descending order.. Just change {Desc="Y"}

<Shipment IgnoreOrdering="N">
    <OrderBy>
         <Attribute Asc="Y" Name="Extn_ExtnShipToCode1" />
    </OrderBy>
</Shipment>


No comments:

Post a Comment

Popular Posts