What are Custom Fields?

The custom fields are the additional fields provided to the customers to use in the given business application context. These fields are not foreseen by Bigin when delivered to the customers but they can add them as needed using toppings. The custom fields that are added to the topping reflects on the user interface of Bigin.

Types of custom fields

There are 17 types of custom fields that you can add to your topping and each type has its own use case. You can check them out from the following table:

The available custom fields are:

Custom FieldDescription
TextA single-line text field allows you to input sequence of characters and numbers with a limit of 255 characters.
IntegerThis field allows you to input integer numbers with a limit of maximum 9 digits.
PercentThis field allows you to input a percentage (%) value with a limit of maximum 5 digits.
DecimalThis field allows you to input the decimal values with a limit of maximum 16 digits including the decimal places.
CurrencyThis field allows you to input the currency value with a limit of maximum 16 digits including decimal places. Also, the maximum limit for decimal places is 9 digits and the decimal value is restricted based on the selected rounding option.
DateThis field allows you to input the date in MM/DD/YYYY format or pick a date using the Calendar UI.
DateTimeThis field allows you to input the date and time in MM/DD/YYYY and HH:MM format or pick a date using Calendar UI and select time from the Time drop-down.
PhoneThis field allows you to input a valid phone number with a limit of maximum 30 digits.
Pick ListThis field allows you to select a value from the pre-defined set of options.
URLThis field allows you to input a web address with a limit of maximum 255 characters.
TextAreaThe multi-line text field allows you to input the paragraphs of text with a limit of maximum 2000 characters for Small TextArea and maximum 32000 characters for Large TextArea.
CheckboxThis field allows you to select whether the given statement is yes (if checked) or no (if not checked).
EmailsThis field allows you to input a valid email address with a limit of maximum 100 characters.
Auto-NumberThis field allows you to classify the records using unique numbers, which are auto generated.
LookupThis field allows you to establish the one-to-many relationships between records.
Long IntegerThis field allows you to input the long integers with a limit of maximum 18 digits.
Multi-select Pick List

This field allows you to select multiple values from the pre-defined set of options.