For example, Module A has SKU list and line item POS which has certain data in it. Need to reorder the SKU list with respect to POS line item data in descending order (Highest to lowest). Used Order list action to sort the SKU list. The hierarchy of list goes by Organization > Model > SKU.
Order list action.
Module A before running the action.
Module A after running the action.
The SKU list sorts itself with respect to it's immediate parent (Model) rather than parent's parent (Organization). Need to sort the SKU list with respect to its parent's parent (Organization). Need SKU 7 (POS-74) at the top then SKU 8 (POS-73) and so on. Is it possible to achieve that kind of sorting?