Version 6.x.x Source
Single

Fields

Sr Fieldname Type Label Options
1 doc_type Link Enter Form Type DocType
2 properties Section Break
3 default_print_format Link Default Print Format Print Format
4 max_attachments Int Max Attachments
5 allow_copy Check Hide Copy
6 column_break_5 Column Break
7 title_field Data Title Field

Use this fieldname to generate title

8 search_fields Data Search Fields

Fields separated by comma (,) will be included in the "Search By" list of Search dialog box

9 section_break_8 Section Break
10 sort_field Select Sort Field
11 column_break_10 Column Break
12 sort_order Select Sort Order
ASC
DESC
13 fields_section_break Section Break Fields

Customize Label, Print Hide, Default etc.

14 fields Table Fields Customize Form Field

Controller

frappe.custom.doctype.customize_form.customize_form

Class CustomizeForm

Inherits from frappe.model.document.Document

add_custom_field (self, df)

No docs


clear_existing_doc (self)

No docs


delete_custom_fields (self)

No docs


delete_existing_property_setter (self, property, fieldname=None)

No docs


fetch_to_customize (self)

No docs


get_existing_property_value (self, property_name, fieldname=None)

No docs


make_property_setter (self, property, value, property_type, fieldname=None)

No docs


on_update (self)

No docs


reset_to_defaults (self)

No docs


save_customization (self)

No docs


set_idx_property_setter (self)

No docs


set_property_setters (self)

No docs


update_custom_fields (self)

No docs


update_in_custom_field (self, df)

No docs


validate_fieldtype_change (self, df, old_value, new_value)

No docs