Custom Field
Every form in BITEX has a standard set of fields. If you need to capture some information, but there is no standard Field available for it, you can insert Custom Field in a form as per your requirement.
You can go to Customize Form and add the Field in a particular Form or a Document type (hereafter referred to as DocType) .
To access Custom Field, go to:
Home > Customization > Form Customization > Custom Field
You can also go to the list view of any DocType and select Customize from the Menu options.
How to create a Custom Field
Go to the Custom Field list and click on New.
Document: Select the Document in which you need to add the Custom Field.
Label: Enter what Label would you like to give to your Custom Field.
Field Type: BITEX already has a set of Field Types defined which can be fetched from this drop-down menu. You can select the Type of your Custom Field from within this menu.
Update.
Learn more about Field types here.
You can also go to Customize Form and add, edit or remove a Field in a particular Form.
1.1. Additional Details
- Options: This Field comes into picture when you would want your data to be specific or specify the data. E.g., when you have selected the Field to be a 'Select Field', you would be required to enter the selection options here.
1.2. More Properties
- Is Mandatory Field: This box can be checked if you want to make this Field mandatory while submitting a DocType.
- Unique: Check this box when you want the value of this Field to be unique. This can be done in cases where the Custom Field is for a code or an Identification Number. E.g., Item Code in case of Item, GST Number in case of Customer.
- Read Only: When you want this Field to be a read only or a non-editable Field. In this case, the value of the Field shall be auto-fetched from other fields.
- Hidden: Check this Field when you want this Field to be hidden, or to hide an existing Field.
- Print Hide: In cases that you want the print button to be hidden from the Print Format. Checkout Fields in Print Format for more information.
- No Copy: Checking this box will restrict copying of this Field in the DocType.
- Allow on Submit: This will allow you to make changes to the Field even after you have submitted the Form. Checkout Editing Value in Submitted Document for more information.
- In List View: This will make the field visible in the List View of the DocType.
- In Standard Filter: The field will become a standard filter in the List view of the Document.
- In Global Search: When this box is checked this Field can be searched form the Global Search.
- Bold: This will make this Field type bold, this adds more value to the Field.
- Report Hide: This field will not be visible in the reports when you check this box.
- Ignore XSS Filter: This will allow you to view this Field without the HTML tags.
- Translatable: When this box is checked, it becomes translatable while applying Custom Translations to this.
1.3 Field name
- Custom fields by default add a prefix of
custom_to fieldname. This is done to avoid a potential clash with current/future standard fields - If your customizations require a specific fieldname you can rename any existing custom field by going to Custom Field doctype and clicking the "Rename Fieldname" button.
- Videos