Tags for a particular doctype
No docs
add a new user tag
returns tag_fields property
returns tag for a particular item
remove a user tag
remove all user tags (call before delete)
adds the usertags column if not exists
updates the usertag column in the table
Public API
/api/method/frappe.desk.tags.add_tag
adds a new tag to a record, and creates the Tag master
frappe.desk.tags.check_user_tags (dt)
if the user does not have a tags column, then it creates one
Public API
/api/method/frappe.desk.tags.get_tags
frappe.desk.tags.get_tags (doctype, txt)
No docs
Public API
/api/method/frappe.desk.tags.remove_tag
frappe.desk.tags.remove_tag ()
removes tag from the record