Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 21.2.4 ]
Probably a simple answer, but how does one call the reevaluateBackOrders() method on the list behind an object-mode Resource activity via custom code?
I tried this but no joy...
List mylist = Model.find("Tools/ProcessFlow/ProcessFlow/Resource");
mylist.reevaluateBackOrders();
Thanks, Stan
Solved! Go to Solution.