BrandtK Posted July 16, 2018 Share 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? Link to comment Share on other sites More sharing options...
KatieP Posted July 17, 2018 Share 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. Link to comment Share on other sites More sharing options...
BrandtK Posted July 20, 2018 Author Share Posted July 20, 2018 Thanks for the advice. Using a list makes it work! Link to comment Share on other sites More sharing options...
Recommended Posts