Skip to main content
Nintex Community Menu Bar

Out of office not working

  • June 8, 2015
  • 0 replies
  • 17 views

Forum|alt.badge.img+5


 

Symptoms

 


Out of office not working is not working even though users can be resolved through the workspace and the necessary process rights have been assigned.
 

 

Diagnoses

 


By the use of a SQL script:
Select 'OOF Setup FOR: [' [A1].ActionerName '] TO: [' [A2].ActionerName ']',
'[' [A1].ActionerName '] Status is: ' CASE WHEN [A1].Status = 1 THEN '[OUT of Office]' ELSE '[IN Office]' END
From [Server].[Actioner] [A1]
Join [Server].[ActionerShare] [AS] On [AS].ActionerID = [A1].[ID]
Join [Server].[ActionerShareWorktype] [ASWT] On [ASWT].ActionerShareID = [AS].[ID]
Join [Server].[Worktype] [WT] On [WT].[ID] = [ASWT].WorktypeID
Join [Server].[WorktypeShare] [WTS] On [WTS].WorktypeID = [WT].[ID]
Join [Server].[Actioner] [A2] On [A2].[ID] = [WTS].ActionerID

It is possible to determine which users are set as OOF, and you can use it to verify if there any cases of a loop in OOF configuration when the first user, User 1 is routing items to User 2 (first item in the list) and then on the 3rd item in the list, they are routing User 2's items back to User 1.


 

 

Resolution

In order to resolve the issue it is necessary to set all uses to 'In the Office' mode and ensure that there are no looping or daisy chaining, i.e. configuration when one person sets their out of office to another person who then sets their out of office to another.