configuring time of day routing outside of the strategy

Hello,

I’m trying to think of a way to configure day of week and time of day routing outside of the strategy. I’m open for any options that will allow me to do it outside the strategy. If I do it in the strategy, upon change I will have to recompile the strategy. Also if the business has to change it, then they can log into CME and do it themselves. Thanks for your feedbacks

You have a few options.

  1. Statistical days in CME. There are functions in URS that let you get this information. Have a look in the URS Reference manual
  2. Database dipping using the URS DB block
  3. Web Services using the URS Web Service block
  4. Annex tab configuration using the GetConfig function

Which one to choose is dependant on your environment and needs. I have seen all of these at various customer sites.

3 Likes

thank you very much

for me Statistical days in CME - the best way for this task.

1 Like