BrandtK Posted July 16, 2018 Posted July 16, 2018 Dear all, I am searching for a way to set the off shift rule for a server based on an entry in a data table. For the work schedule itself I have found several ways to relate it to a data table, but none for the corresponding off shift rule. Is there any?
KatieP Posted July 17, 2018 Posted July 17, 2018 Off Shift Rule is a List Property. The list is inside the server, but when referencing it, you need to create a list on the main model too. First Create a string list with 2 rows SuspendProcessing; FinishWorkAlreadyStarted (in that order). Then create a table with a List Column (in Standard Property). Set the List Name to the List you just Created.
BrandtK Posted July 20, 2018 Author Posted July 20, 2018 Thanks for the advice. Using a list makes it work!
Recommended Posts