I have a "Pull from list" - activity with the query
WHERE Booking_ID = puller.Booking_ID
The global list from which I pull the ressources is named "Exam rooms".
I have assigned the label "Booking_ID" to each exam room 3D object, and all exam rooms have been added to the "Exam rooms" list.
However, in the "Fields" - tab of the list properties I have not added a field named "Booking_ID" but my model still works as intended.
I was just wondering whether or not this is to be expected?
I thought FlexSim went through the fields defined in the "Fields" - tab of the list, but it seems to be smart enough to search for the field "Booking_ID" on the objects contained within the "Exam rooms" list themselves.