Skip to main content
Nintex Community Menu Bar

How to programmatically handle out of office employees?

  • August 9, 2009
  • 3 replies
  • 8 views

Forum|alt.badge.img+11

Hi


How does K2 handle employee's vacations programmatically?


is there a best practise for this?

3 replies

Forum|alt.badge.img+11
  • Author
  • August 16, 2009
any body!!!???

Forum|alt.badge.img+9
  • Nintex Partner
  • August 24, 2009

This probably depends on where the vacation information is stored.


 I have seen one customer implement it as part of their leave request process.  The process inserts the vacation info into a table.  A scheduled job then scans through the table daily to set the OOF status for the users using the SourceCode.Workflow.Management API.


Forum|alt.badge.img+11
  • Author
  • August 24, 2009
thanks alot Johnny