I want to edit the default list view,
I need subject field to replaced in ID field
so, I added below code in intercom_list.js
frappe.listview_settings['Intercom'] = {
add_fields: ["subject", "assigned_by"],
}
Please Guide me,
I want to edit the default list view,
I need subject field to replaced in ID field
so, I added below code in intercom_list.js
frappe.listview_settings['Intercom'] = {
add_fields: ["subject", "assigned_by"],
}
Please Guide me,
Hi @Dharanipathi,
I don’t think use code for it.
Please go to your doctype customize form and apply it.
Thank You!