What are the configuration settings for the ASAP Flutter SDK?

What are the configuration settings for the ASAP Flutter SDK?

ASAP configuration 

The ASAP SDK offers methods to show or hide specific features.
For example, you can hide the Knowledge Base (KB) module by using the following method:
  1. import 'package:zohodesk_portal_configuration/zohodesk_portal_configuration.dart';
  2. import 'package:zohodesk_portal_configuration/data/zdp_configuration.dart';
  3.  
  4. void hideKnowledgeBase(){
  5.   ZDPConfiguration config = ZDPConfiguration();
  6.   config.isKBEnabled = false;
  7.   ZohodeskPortalConfiguration.setConfiguration(config);
  8. }
Info
Here, 
  1. config.isKBEnabled = false; disables the knowledge base module
  2. config.isKBEnabled = true; enables the knowledge base module
Alert
The status of modules can be set to either enabled or disabled. However, this action is only possible if the modules are enabled in the ASAP web configuration settings. 
To show or hide specific modules, options, or buttons, use the methods listed below:

Method name
Functional description
Enabled/disbaled Default status
isKBEnabled
To hide the Knowledge Base (KB) module
According to the portal configuration
isCommunityEnabled
To hide the Community module
According to the portal configuration
isMyTicketsEnabled
To hide My Tickets module
According to the portal configuration
isSubmitTicketEnabled
To hide Add Ticket module
According to the portal configuration
isAddTopicEnabled
To hide Add Topic module
According to the portal configuration
isGCEnabled
To hide the GC (Guided Conversations) module
According to the portal configuration
isAnswerBotEnabled
To hide the Answer Bot module
According to the portal configuration
isBMEnabled
To hide the BM (Business Messaging) module
According to the portal configuration
isSiqEnabled
To hide the SalesIQ chat module
According to the portal configuration
isSideMenuEnabled
To hide the Side Menu option
Enabled
isPoweredByFooterEnabled
To hide the Bottom Branding Label (Powered by ASAP) 
Enabled
isLangChooserEnabled
To hide the Language selector option
Enabled
isAttachmentDownloadEnabled 
To disable the Attachments Download option
Enabled
isAttachmentUploadEnabled
To disable the Attachments Upload option
Enabled
isGlobalSearchEnabled
To disable the Search option
Enabled
isModuleBasedSearchEnabledTo disable the Global Search option. 
(When disabled, the user can't see additional module results in search)
Enabled
disableScreenShot
To disable the Screenshot taking option
Disabled
disableCutCopy
To disable the Text Cut/Copy/Paste option
Disabled

        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

                                TypeformWCAG


                                    All-in-one knowledge management and training platform for your employees and customers.

                                              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

                                                                                                                                • Introducing ASAP Android SDK

                                                                                                                                  This document pertains explicitly to help widgets created using the updated new ASAP Setup. Please note that if you are using an older version of ASAP, the help widgets will be read-only. To enable the new ASAP widgets on your app, use the latest ...
                                                                                                                                • How to customize the ASAP SDK Flutter Help Widget UI?

                                                                                                                                  The ASAP SDK allows you to customize the UI of the help widget as required. Predefined themes The SDK UI comes with two predefined themes: light and dark. Android iOS Setting up a theme type You can customize the theme type in the SDK help widget ...
                                                                                                                                • Introducing ASAP iOS SDK

                                                                                                                                  This document pertains explicitly to help widgets created using the updated new ASAP Setup. Please note that if you are using an older version of ASAP, the help widgets will be read-only. To enable the new ASAP widgets on your App, use the latest ...
                                                                                                                                • What are the configuration settings for the ASAP SalesIQ Flutter SDK?

                                                                                                                                  To display details of anonymous users in the chat module to your agents: When an anonymous user contacts the customer support agent via the SalesIQ Chat, their details usually do not appear on the agent's screen. However, you can configure the ASAP ...
                                                                                                                                • How to display the Help Center's services as modules on your flutter apps?

                                                                                                                                  In this help article, we will learn how to display the individual help center services as modules on the ASAP help Widget. The modules can be viewed based on their default configuration and the settings configured in your Zoho Desk portal. It's ...
                                                                                                                                  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