Is it possible to access the label of a puller token that's sitting on the Back Orders of an internal list?
I know that with a global list, I can use a command such as: List("List1").backOrders()[1].puller.labelName
Is there an equivalent command for internal lists?
Thanks in advance!