I noticed that in the documentation, it is mentioned that you can set labels on List Backorders.
Is there any way to set a particular label on a backorder when pulling from a List? If I retrieve the .backOrders() property of a List I can get a list of all of its backorders and set labels on those, but is there any way to define that I want a particular label to be set on the backorder when I pull from the List?
I haven't been able to figure out how to do this either using the "Pull from List" process activity or the List.pull FlexScript command.
Without a way to set these labels when pulling from the list, I don't really understand how labels on List.Backorders are supposed to be used. Is there at least some way to get a reference to the backorder I just created and set the labels on that backorder? The only way I can possibly see to do that would be to get the full list of backorders and try to match the backorder I just created against the properties I just used to create it.