We are trying to create flowitems according to an arrival schedule. However, the schedule contains many entries and is too big to paste into the source arrival schedule table.
Is it possible to run the same logic used by the source when creating flowitems according to a schedule but instead reference a SQL database and have the arrival time stored in there?
If there is, how would I go about making this work? I have already been able to get a connection to a SQL database from the model if that helps.