workflow::case::role::assignee_insert (public)

 workflow::case::role::assignee_insert -case_id case_id \
    -role_id role_id -party_ids party_ids [ -replace ]

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

Insert a new assignee for this role

Switches:
-case_id
(required)
the ID of the case.
-role_id
(required)
the ID of the role to assign.
-party_ids
(required)
-replace
(boolean) (optional)
Author:
Lars Pind <lars@collaboraid.biz>

Partial Call Graph (max 5 caller/called nodes):
%3 workflow::case::role::assign workflow::case::role::assign (public) workflow::case::role::assignee_insert workflow::case::role::assignee_insert workflow::case::role::assign->workflow::case::role::assignee_insert workflow::case::role::set_default_assignees workflow::case::role::set_default_assignees (public) workflow::case::role::set_default_assignees->workflow::case::role::assignee_insert callback callback (public) workflow::case::role::assignee_insert->callback db_dml db_dml (public) workflow::case::role::assignee_insert->db_dml db_string db_string (public) workflow::case::role::assignee_insert->db_string db_transaction db_transaction (public) workflow::case::role::assignee_insert->db_transaction workflow::case::role::assignees_remove workflow::case::role::assignees_remove (public) workflow::case::role::assignee_insert->workflow::case::role::assignees_remove

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