Inherits from frappe.exceptions.ValidationError
Public API
/api/method/frappe.desk.form.assign_to.add
frappe.desk.form.assign_to.add (args=None)
add in someone's to do list args = { "assign_to": , "doctype": , "name": , "description": }
Public API
/api/method/frappe.desk.form.assign_to.add_multiple
frappe.desk.form.assign_to.add_multiple (args=None)
No docs
frappe.desk.form.assign_to.clear (doctype, name)
No docs
frappe.desk.form.assign_to.get (args=None)
get assigned to
frappe.desk.form.assign_to.notify_assignment (assigned_by, owner, doc_type, doc_name, action=CLOSE, description=None, notify=0)
Notify assignee that there is a change in assignment
Public API
/api/method/frappe.desk.form.assign_to.remove
frappe.desk.form.assign_to.remove (doctype, name, assign_to)
remove from todo
frappe.desk.form.assign_to.remove_from_todo_if_already_assigned (doctype, docname)
No docs