Skip to main content
Nintex Community Menu Bar

Is there API can be used to manage working hours settings instead of config via manage console?

  • May 20, 2022
  • 1 reply
  • 14 views

Hello guys,

As the subject, wondering if any way to import working hours settings (holiday settings) instead of config one by one via console. Appreciate your helps!

 

1 reply

  • Rookie
  • May 20, 2022

Hello,

 

You could build a .net app that executes the underlying SMO. SourceCode.SmartObjects.Client is the asm you would need to reference. The SMO that would need to be executed is system > management > workflows > smartobjects > availability zone.

 

You can either fire create or update to do what you need etc.

 

Regards,

Matt