Often we have a poor performance of InventOnHand Form, I saw this link with recommendations:
Create Index [Index name] On INVENTSUM (ITEMID, CLOSED, DATAAREAID, PARTITION)
They talk about create an index on inventSum in my version this index exists on the standard but the order of the fields is differents, We have first Closed and the Item, and If I search in code if it's used, and the Item field is firts in where clause.
Is it recommendes to set first Itemid on index?
*This post is locked for comments