Anyone know the sublist id for the Manufacturing O...
# suitescript
t
Anyone know the sublist id for the Manufacturing Operation Task? var operationCount = recWO.getLineItemCount('manufacturingoperationtask'); from a Work Order is returning a -1 and I can't find any other documentation on this record... it's clearly a sublist on the Production Order/Work Order from the UI and it's a scriptable record but it doesn't show up in the records browser as a work order sublist. Maybe the sublist api's won't work and I need to loop through the values with a search instead?