Hello, is there an efficient way to search for all sales orders that contain a specific item? For example, I want to look up all sales orders that contain the item with the internal id 40. My iterative code below achieves this but because it involves loading the SO, my script exceeds 1000 allocated execution units. So I am looking for a more efficient way...