workflow::deputy::new (public)

 workflow::deputy::new [ -user_id user_id ] -deputy_id deputy_id \
    -start_day start_day -end_day end_day [ -message message ]

Defined in packages/workflow/tcl/deputy-procs.tcl

Create a new deputizing period for a user during which workflow tasks will be assigned to a deputee.

Switches:
-user_id
(optional)
The id of the user that is deputizing
-deputy_id
(required)
The id of the user to deputize to
-start_day
(required)
The start date of the deputizing period. Must be on ANSI format "YYYY-MM-DD"
-end_day
(required)
The end date of the deputizing period. Must be on ANSI format "YYYY-MM-DD"
-message
(optional)
Any message describing the deputizing
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 ad_conn ad_conn (public) db_dml db_dml (public) workflow::case::flush_cache workflow::case::flush_cache (private) workflow::deputy::new workflow::deputy::new workflow::deputy::new->ad_conn workflow::deputy::new->db_dml workflow::deputy::new->workflow::case::flush_cache

Testcases:
No testcase defined.
[ show source ]
Show another procedure: