Common Actions in Map Report | Zoho Creator Help

Understand common actions in map report

There are some common actions that are available in the report without having to predefine them. These actions are available in default positions. They are often required because of which they mandatorily appear in the report. The following are the common actions:

Add a record

The add record icon appears at the top-right corner of the report along with the search icon. This enables you to add a new record to the report. Tapping the add icon opens the Form screen. You can fill in the field values and submit. You will find that the record that you submitted is displayed in your report.

Search records

Search enables you to look for specific data within a report. Unlike in other reports, map report features an in-built Search option that come along with the map. Entering the location or address value in this field enables you to zero in on specific records. The search is executed based on this location.

For instance, if you have a Tourism Management app with a map report that plots the destinations that your tour pacakages cover, you can use the Search field in the map to locate the record.


To access print option, tap on the icon in the header. The printer needs to be configured to be able to print.

Import Records

Importing records help you create a report in Creator by importing records that are already available in a different application. This eliminates the effort you will have to put in to recreate the report. To access the option, click on the hamburger icon. Selecting Import displays the congruent window. You can select the field type, the location of the file, and upload it. On uploading, you will be prompted to realign your report to Creator's design and make it comprehesible by assigning the field names to appropriate positions.

There are three data locations from where you can select and import your records: 

  • Local Drive: Enables you to browse for the file on your local drive and upload the file from there. 
  • Paste Data: Enables you to copy records from a source file and paste them on the clipboard.
  • Cloud: Enables you to pick and upload a file from your cloud storage.

Validations while importing records

Importing requires validating certain field values to ensure compatibility with the properties enabled in the form fields. Name Field, Phone Number Field, Address Field values are validated based on a few prerequisites.

Name field

The name field has four subfields: namely, Prefix, First Name, Last Name, and Suffix. The name field value is separated by space. While importing values for this field, a few validations are required to ensure that the values are compatible with the enabled form properties. The following are the validations for name field values:

  • The first name is a default value.
  • If the name field is a mandatory field, it is necessary that the imported field value contains all the subfields (separated by space) that are enabled as display fields.

    Example: If you have selected Prefix, First Name (default), and Last Name in your form, and your imported value has only Prefix and First Name,an error message will be displayed citing the missing subfield value as reason.

    Incorrect Value: Mr. Davy

    Correct Value: Mr. Davy Higgins

  • If you have specified prefix options in your form field properties, the imported field value needs to have a prefix that is compatible with the defined options. Prefix is identified by the period used at the end.

    Example: Let's assume in your form field, you have specified Mr. and Miss. as options for prefixes.

    Incorrect Value: Mrs. Jessica Hubert

    Correct Value: Miss. Jessica Hubert

  • There are four subfields in the name field. If your imported field value (separated by space) exceeds four, the rest of the values will be displayed as suffix.

    Example: Let's say you have imported a name field value with five separate entities.

    Mrs. Jessica Mary Hubert, M.D. (prefix, first name, middle name, last name, and suffix). The application will, by default, allow the middle name, Mary, to take the last name position, and the last name and suffix, Hubert and M.D., will be assigned the suffix position.

Phone number field

The phone number field has a few validations based on which the imported value is assessed.

  • All phone numbers need to start with the '+' symbol. If the imported value does not adhere to this, an error message will be displayed.

    Incorrect Value: 12012327123

    Correct Value: +12012327123

  • If the imported field value has characters other than numerics, spacing, -, or (), an error message will be displayed stating that the field does not support other characters.

    Incorrect Value: 1201232712A

    Correct Value: +12012327123

  • If the imported value is a non-existent phone number, an error message will be displayed.
  • If you have specified one or more country codes for the phone number field in your form, it is required for the imported values to have those country codes. If the value contains a non-existent country code or one that you have not specified in the form field properties, an error message will be displayed.

Address field

The address field has six subfields: namely, Address Line 1, Address Line 2, City/District, State/Province, Postal Code, and Country. A few validations are made while importing the field values to ensure that the values are compatible with the enabled form properties. The address field value is separated by comma and space. The following are the validations for address field values:

  • Address Line 1 is a default subfield.
  • If the field is a mandatory field, and Address Line 2 is selected as a display field, there is no validation while importing. If the imported field value does not include a value for this subfield, it gets ignored.

    Example: If your address is 4913 Commercial Park, Orlando, Florida, 32819.

    4913 Commercial Park is Address Line 1 and Orlando is City/District. There is no value for Address Line 2 and it does not affect the correctness of the address field value.

  • If the imported field value (separated by comma) does not have all the subfield values that are selected to be displayed, the validation throws an error.

    Example: Let's assume you have enabled all the six subfields but your imported field value does not include postal code and country.

    Incorrect Value: 42 Marquette Crossing, Clearwater, Florida. An error message will be displayed citing missing subfield values as reason.

    Correct Value: 42 Marquette Crossing, Clearwater, Florida, 33763, United States

  • If you have enabled only four of the subfields and your imported field value has information exceeding this limit, the excess information will be displayed as the last selected subfield.

    Example 1: Let's say you have enabled Address Line 1, City/District, and State/Province. The imported value is 42 Marquette Crossing, Clearwater, Florida, 33763, United States. The application will assign subfields to values (separated by comma and space) in the reverse order. 

    Incorrect Value: 42 Marquette Crossing, Clearwater, Florida, 33763, United States. In this case, United States will be assigned State/Province, Florida will be assigned City/District, and the rest of the address will be assigned Address Line 1.

  • Correct Value: 42 Marquette Crossing, Clearwater, Florida,33763,United States. Removing the space between the values will allow the assumption that it is a single value, assigning it the State/Province subfield and making the rest of the address fall into the correct subfields.

  • Example 2: Let's say you have enabled Address Line 1, City/District, and State/Province. The imported value is 42B, Golf Course Hill, Marquette Crossing, Clearwater, Florida.

    Incorrect Value: 42B, Golf Course Hill, Marquette Crossing, Clearwater, Florida. In this case, 42B will be assigned Address Line 1, Golf Course Hill will be assigned City/District, while Marquette Crossing, Clearwater, Florida will be assigned State/Province.

    Correct Value: 42B,Golf Course Hill,Marquette Crossing, Clearwater, Florida. Removing the space will assign 42B,Golf Course Hill,Marquette Crossing the Address Line 1 subfield, making the rest of the address fall into the correct subfields.

Export records

Exporting records help you obtain or download the records that are in Creator report into a specific format for a purpose outside of Zoho Creator environment. Creator enables you to export your reports in a few simple steps so that you can access them offline and email them to your colleagues who are non-Zoho users. You can perform export operations across all the three platforms supported by Creator — web, mobile, and tablet.

Note: Zoho Creator does not, in any way, include any kind of harmful information or data into your exported files. However, as a precautionary measure to safeguard yourself from unknown security threats, it is recommended that you look for warnings about executable operations when opening an exported file in MS Excel. Please refrain from updating any commands in the CSV file exported from Zoho Creator.

Related Topics

  1. Understand map report

    Zoho CRM Training Programs

    Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

    Zoho CRM Training
      Redefine the way you work
      with Zoho Workplace

        Zoho DataPrep Personalized Demo

        If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

        Zoho CRM Training

          Create, share, and deliver

          beautiful slides from anywhere.

          Get Started Now


            Zoho Sign now offers specialized one-on-one training for both administrators and developers.

            BOOK A SESSION








                                You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                    Manage your brands on social media

                                      Zoho Desk Resources

                                      • Desk Community Learning Series


                                      • Digest


                                      • Functions


                                      • Meetups


                                      • Kbase


                                      • Resources


                                      • Glossary


                                      • Desk Marketplace


                                      • MVP Corner


                                      • Word of the Day


                                        Zoho Marketing Automation

                                          Zoho Sheet Resources

                                           

                                              Zoho Forms Resources


                                                Secure your business
                                                communication with Zoho Mail


                                                Mail on the move with
                                                Zoho Mail mobile application

                                                  Stay on top of your schedule
                                                  at all times


                                                  Carry your calendar with you
                                                  Anytime, anywhere




                                                        Zoho Sign Resources

                                                          Sign, Paperless!

                                                          Sign and send business documents on the go!

                                                          Get Started Now




                                                                  Zoho TeamInbox Resources



                                                                          Zoho DataPrep Resources



                                                                            Zoho DataPrep Demo

                                                                            Get a personalized demo or POC

                                                                            REGISTER NOW


                                                                              Design. Discuss. Deliver.

                                                                              Create visually engaging stories with Zoho Show.

                                                                              Get Started Now







                                                                                            You are currently viewing the help articles of Sprints 1.0. If you are a user of 2.0, please refer here.

                                                                                            You are currently viewing the help articles of Sprints 2.0. If you are a user of 1.0, please refer here.



                                                                                                  • Related Articles

                                                                                                  • Understand reports

                                                                                                    Note: To optimize efficiency and security, support for XLS format has been deprecated, and instead, the XLSX format will be supported with effect from 21-March-2024. We insist you to replace any instance of .xls to .xlsx across Deluge scripts in your ...
                                                                                                  • Understand common actions in calendar report

                                                                                                    There are some common actions that are available in the report without having to predefine them. These actions are available in default positions. They are often required because of which they mandatorily appear in the report. The following are the ...
                                                                                                  • Understand common actions in kanban report

                                                                                                    There are some common actions that are available in the report without having to predefine them. These actions are available in default positions. They are often required because of which they mandatorily appear in the report. The following are the ...
                                                                                                  • Understand common actions in spreadsheet report

                                                                                                    There are some common actions that are available in the report without having to predefine them. These actions are available in default position. They are often required because of which they mandatorily appear in the report. The following are the ...
                                                                                                  • Understand common actions in list report

                                                                                                    There are some common actions that are available in the report without having to predefine them. These actions are available in default position. They are often required because of which they mandatorily appear in the report. The following are the ...
                                                                                                    Wherever you are is as good as
                                                                                                    your workplace

                                                                                                      Resources

                                                                                                      Videos

                                                                                                      Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                      eBooks

                                                                                                      Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                      Webinars

                                                                                                      Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                      CRM Tips

                                                                                                      Make the most of Zoho CRM with these useful tips.



                                                                                                        Zoho Show Resources