Hello folks!
In the client, I know I can use Part Tracker to see open orders for a given part, but I need to do the same outside the client via the API.
My intent was just to create a BAQ on the OrderDtl table, where OpenLine = true AND PartNum = XYX and call that that via the API.
I think that’s pretty simple, but wanted to see if any of you could think of anything special the Part Tracker is doing that would make doing this a different way via the API more efficient?
Thanks!