Activity Forums Salesforce® Discussions List Examples Of Custom Field Types in Salesforce?

  • shariq

    Member
    September 20, 2018 at 7:50 am

    Hi,

    Some of the custom field types are date field, Date/Time field, Currency field, Checkbox field, Number field, Text field, Pick list field, Email field, percent fields, phone field, Url field and many more.

    Thanks

  • madhulika shah

    Member
    September 20, 2018 at 10:47 am

    Hi,

    Examples of Custom Field Types are:

    • AutoNumber : Automatically assigns a unique number to each record. The maximum length of any auto-number field is 30 characters, 20 of which are reserved for prefix or suffix text. Not available for external objects.
    • Checkbox : Allows users to check a box, indicating a true or false attribute of a record. When using a checkbox field for a report or list view filter, use “True” for checked values and “False” for unchecked values. The Data Import Wizard and the weekly export tool use “1” for checked values and “0” for unchecked values.
    • Currency : Allows users to enter a currency amount. The system automatically formats the field as a currency amount. This can be useful if you export data to a spreadsheet application. Not available for external objects.
    • Date: Allows users to enter a date or pick a date from a popup calendar. In reports, you can limit the data by specific dates using any custom date field.
    • Date/Time: Allows users to enter a date or pick a date from a popup calendar and enter a time of day. They can also add the current date and time by clicking the date and time link next to the field. The time of day includes AM or PM notation. In reports, you can limit the data by specific dates and times using any custom date field.

    Thanks.

  • Parul

    Member
    September 20, 2018 at 10:56 am

    hi

    List Examples Of Custom Field Types:

    Auto Number
    An Auto Number field produces a unique number that is automatically incremented for each saved record. As such this is a read-only field where the maximum length is 30 characters of which 20 are reserved for further prefix or suffix text that you can specify.

    Checkbox
    A Checkbox allow your users to set or unset a value to mark the attribute as either true or false.

    Currency
    Salesforce provides a Currency field to specifically capture a money value. Here the Salesforce CRM application applies currency-related codes which are applied when working with that field record.

    Date
    The Date field provides a way for your users to either pick a date from a pop-up calendar or to manually key the date. Your users can also enter the current date clicking on the date link positioned to the right of the field.

    Date/Time
    The Date/Time field provides a way for your users to either pick a date from a pop-up calendar or to manually key the date and the time of day. Your users can also enter the current date and time by clicking on the date and time link positioned to the right of the field. Here, the time of day includes A.M. or P.M. notation.

    Email
    Email fields provide the facility to store an individual’s email address. The Salesforce CRM application provides a very robust method of verifying the correct format of e-mail addresses before they are allowed to be saved.

    Formula
    Formula fields provide a method to automatically calculate a value which is calculated from other fields or values stored within Salesforce CRM.

    Hierarchical relationship
    This field type forms a hierarchical lookup relationship between relevant objects. For the user hierarchical relationship, users can use a lookup field to associate one user with another For example, you can create a custom hierarchical relationship field to store each user’s direct manager.

    Lookup relationship
    The lookup relationship field creates a relationship between two records so you can associate them with each other. For example, opportunities have a lookup relationship with cases that enable you to associate a specific case with an opportunity.  A lookup relationship has no effect on record deletion or security, plus the lookup field is not required in the object page layout.

    Master-detail relationship
    Creates a parent-child type relationship between records where the master record controls certain behaviors of the detail record such as security and record deletion.  Master-detail relationship fields can only be created on custom objects that relate to a standard object and not the other way. If the Master record is deleted then all detail records are also deleted. You can create up to two Master-detail relationship fields per custom object.

    Number
    The Number data type can be used to enter any number with or without a decimal place (the number of decimal places can be specified) and saved as a real number with any leading zeros removed.

    Percent
    With Percent fields in Salesforce CRM, a percentage sign is automatically appended to the entered number. Fields values lose precision after 15 decimal places. If the decimal value is greater than 15 and a percent sign is added to the number, a runtime error occurs.

    Phone
    The Phone field allows the users in your organization to enter any telephone number.

    Picklist
    The Picklist field allows users to choose a value from a set of pre-defined text values. The maximum length of the text values is 255 characters.

    Picklist (Multi-select)
    The Picklist (Multi-select) field allows users to choose more than one picklist value from a set of pre-defined text values. When saving and viewing, the data is stored as text along with semi-colons which are used to separate the individual picklist values.

    Roll-Up Summary
    A Roll-up Summary field (or RUS) is used to automatically display the summarized values of the related records. This can be a record count of related records or a calculation of the sum, minimum, or maximum value of the related records.

    Text
    The Text field allows users to enter any combination of alphanumeric characters. The maximum length of the text value is 255 characters.

    Text (Encrypted)
    The Text (Encrypted) field allows users to enter any combination of alphanumeric characters. The text is then stored in an encrypted form (this data type is available by request to Salesforce support). The maximum length of the text value is 255 characters. Encrypted fields are encrypted with 128-bit master keys and use the AES (Advanced Encryption Standard) algorithm.

    Text Area
    The Text Area field allows users to enter alphanumeric characters on separate lines. The maximum length of the text value is 255 characters and a warning is displayed when the number is about to be reached (as shown in the screenshot above).

    Text Area (Long)
    The Text Area (Long) provides for the storage of up to 32,000 characters that display on separate lines similar to a Text Area field. However you can specify a lower maximum length of this field type from between 256 and 32,000 characters. This data type is not available for activities or products on opportunities. Only the first 254 characters in a rich-text area or a long-text area is displayed in a report.

    Text Area (Rich)
    Using the Text Area (Rich) data type your users are provided with text field with an embedded toolbar.  This toolbar allows for the simple formatting the text and provides for the adding of images and URL web links.

    URL
    The URL field allows users to enter a web link. When the web link is clicked the Salesforce CRM application opens a new browser window to show the web page.

     

    Thanks

  • Avnish Yadav

    Member
    September 20, 2018 at 1:09 pm

    Hello,

    Salesforce supports many different field types. They are autonumber, checkbox, currency, date, time, lookup relationship, master-detail relationship etc.

    Thanks.

Log In to reply.

Popular Salesforce Blogs