Report Related Methods - ZCUISDKUtil | Zoho Creator Help

Report related methods

The ZCUISDKUtil of Zoho Creator's Android SDK lets you manage the interface of the components of your Zoho Creator applications.

Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage.

static Fragment getFragmentForReport(String appOwnerName, String appLinkName, String reportLinkName, ZCReportType reportType, String queryString, ReportAttributes reportAttributes)

This will return the UI component for the report component to be embedded it in your custom screen.

Parameters:

appOwnerNameThe owner name of the application.
appLinkNameThe link name of the application
reportLinkNameThe link name of the report.
reportTypeType of the report component.
queryString
The column value (s) to be used for filtering records Format:
column1=value&column2=value
reportAttributesThis lets you customize report component UI like changing header/footer visibility and report actions visibility ( Refer ReportAttributes )

Returns:

FragmentReport's fragment instance that you can embed in an activity.

static void startReportActivity(Activity callingActivity, String appOwnerName, String appLinkName, String reportLinkName, ZCReportType reportType, String reportDisplayName, String queryString, ReportAttributes reportAttributes)

This method will launch the Report Activity with the specified report loaded in it.

Parameters:

callingActivityCurrent activity instance to launch the next activity.
appOwnerNameThe owner name of the application.
appLinkNameThe link name of the application
reportLinkNameThe link name of the report.
reportTypeType of the report component.
reportDisplayNameDisplay name of the report.
queryString
The column value (s) to be used for filtering records Format:
column1=value&column2=value
reportAttributesThis lets you customize report component UI like changing header/footer visibility and report actions visibility ( Refer ReportAttributes )

fun getFragmentForReport( appOwnerName: String, appLinkName: String, reportLinkName: String, reportType: ZCReportType, queryString: String, reportAttributes: ReportAttributes? ): Fragment?

Returns the UI component for the specified report, which you want to embed in the custom screen of your Android app.

Parameters:

appOwnerNameThe Zoho username of the Creator application’s owner.
appLinkNameThe link name of the Creator application.
reportLinkNameThe link name of the required report.
reportTypeType value of the required report component.
queryString
The criteria to filter the records, which is to be passed in the format:
field1=value1&field2=value2
reportAttributesThis lets you customize the report component's UI, like hiding its header and footer, hiding the report-level actions like edit, delete, and duplicate. Refer to report attributes.

Returns:

FragmentThe report's fragment instance that you can embed in an activity.

 

fun startReportActivity( callingActivity: Activity, appOwnerName: String, appLinkName: String, reportLinkName: String, reportType: ZCReportType, reportDisplayName: String, queryString: String, reportAttributes: ReportAttributes?)

Launches the Report Activity with the specified report loaded in it.

Parameters:

callingActivityThe activity instance that has to be used to invoke the next activity.
appOwnerNameThe Zoho username of the Creator application’s owner.
appLinkNameThe link name of the Creator application.
reportLinkNameThe link name of the required report.
reportTypeType value of the required report component.
reportDisplayNameThe display name of the required report.
queryString
The criteria to filter the records, which is to be passed in the format:
field1=value1&field2=value2
reportAttributesThis lets you customize the report component's UI, like hiding its header and footer, hiding the report-level actions like edit, delete, and duplicate. Refer to report attributes.

  1. Common methods
  2. Form related methods
  3. Page related methods
  4. Class Definition (Kotlin)
  5. Class Definition (Java)

 


      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          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







                              Quick LinksWorkflow AutomationData Collection
                              Web FormsEnterpriseOnline Data Collection Tool
                              Embeddable FormsBankingBegin Data Collection
                              Interactive FormsWorkplaceData Collection App
                              CRM FormsCustomer ServiceAccessible Forms
                              Digital FormsMarketingForms for Small Business
                              HTML FormsEducationForms for Enterprise
                              Contact FormsE-commerceForms for any business
                              Lead Generation FormsHealthcareForms for Startups
                              Wordpress FormsCustomer onboardingForms for Small Business
                              No Code FormsConstructionRSVP tool for holidays
                              Free FormsTravelFeatures for Order Forms
                              Prefill FormsNon-Profit

                              Intake FormsLegal
                              Mobile App
                              Form DesignerHR
                              Mobile Forms
                              Card FormsFoodOffline Forms
                              Assign FormsPhotographyMobile Forms Features
                              Translate FormsReal EstateKiosk in Mobile Forms
                              Electronic Forms
                              Drag & drop form builder

                              Notification Emails for FormsAlternativesSecurity & Compliance
                              Holiday FormsGoogle Forms alternative GDPR
                              Form to PDFJotform alternativeHIPAA Forms
                              Email FormsFormstack alternativeEncrypted Forms

                              Wufoo alternativeSecure Forms

                              WCAG



                                        Create. Review. Publish.

                                        Write, edit, collaborate on, and publish documents to different content management platforms.

                                        Get Started Now







                                                          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


                                                                • Desk Community Learning Series


                                                                • Digest


                                                                • Functions


                                                                • Meetups


                                                                • Kbase


                                                                • Resources


                                                                • Glossary


                                                                • Desk Marketplace


                                                                • MVP Corner


                                                                • Word of the Day


                                                                • Ask the Experts


                                                                  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 Demo

                                                                                                    Get a personalized demo or POC

                                                                                                    REGISTER NOW


                                                                                                      Design. Discuss. Deliver.

                                                                                                      Create visually engaging stories with Zoho Show.

                                                                                                      Get Started Now









                                                                                                                          • Related Articles

                                                                                                                          • Form related methods

                                                                                                                            The ZCUISDKUtil of Zoho Creator's Android SDK lets you manage the interface of the components of your Zoho Creator applications. Note: You'll need extend your activity from ZCBaseActivity to embed the UI component in your Android app. Java - Methods ...
                                                                                                                          • Common methods

                                                                                                                            The ZCUISDKUtil of Zoho Creator's Android SDK lets you manage the interface of the components of your Zoho Creator applications. Below are the methods available in it. Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend ...
                                                                                                                          • Fetch related records

                                                                                                                            This utility lets you make use of the reports of your Zoho Creator applications in your Android apps. Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage. Methods for fetching ...
                                                                                                                          • Fetch report

                                                                                                                            ZCReportAPIUtil This utility lets you make use of the reports of your Zoho Creator applications in your Android apps. Note: Zoho Creator's Mobile SDK is currently a Beta feature. We do not recommend using it for apps in the production stage. Methods ...
                                                                                                                          • Adding a record from a report

                                                                                                                            This API service lets you manage the different functionalities in a form. Adding a record from a report The below methods are to be used when a record is to be added from the report. Methods fetch(forReportLinkName:formInfo:completionHandler:)This ...
                                                                                                                            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