martacasti Posted January 14, 2015 Posted January 14, 2015 Hi, anyone knows if is it possible associate a workschedule with a source? Thank you
dsturrock Posted January 18, 2015 Posted January 18, 2015 Schedules are associated with resources. The standard library Source object does not have a resource because there was no obvious purpose to it. You could certainly create your own implementation of Source that has a resource and lets that resource follow a schedule. Why are you looking to have Source follow a schedule? If it is to control entity creation, there are several obvious ways (Arrival Mode) and less-obvious ways (creative use of more advanced Tables, Functions, and Schedules) of doing that.
martacasti Posted January 20, 2015 Author Posted January 20, 2015 Yes, that was the problem but It was a little bit more complicated. I'd already solved it. Thank you
Torruco Posted June 29, 2017 Posted June 29, 2017 Hi Martacasti, How did you solve it? Thanks in advance
Recommended Posts