How to customize the Community module for the ASAP React Native SDK?

How to customize the Community module for the ASAP React Native SDK?

Community Module

Community Configurations

To override the default functionalities of the Community, we can use the following code snippet.
  1. import {ZohoDeskPortalCommunity} from '@zohocorp/zohodesk-portal-community';
    //The default value for the configuration is true
    ZohoDeskPortalCommunity.setConfiguration(
    {
    isTopicEditAllowed: true,
    isTopicDeleteAllowed: true,
    isReplyAllowed: true,
    isReplyEditAllowed: true,
    isReplyDeleteAllowed: true,
    isTopicDetailSearchAllowed: true,
    });
By default, all the configurations will work based on the user's authentication state and the relevant Help Center configuration.

Method name
Functions
Default enabled/disabled status
isTopicEditAllowed
To allow topic edit
Enabled
isTopicDeleteAllowed
To allow topic delete
Enabled
isReplyAllowed
To allow reply
Enabled
isReplyEditAllowed
To allow reply edit
Enabled
isReplyDeleteAllowed
To allow reply delete
Enabled
isTopicDetailSearchAllowed
To allow topic detail search
Enabled

We have the API provision to fetch the most popular topics. The code snippet:
  1. import {ZohoDeskPortalSDK} from '@zohocorp/zohodesk-portal-apikit'
    var queryParams = {
    'categoryId': 'your_CategoryID'
    }
    ZohoDeskPortalSDK.getMostPopularTopics(queryParams
    ,(success) => {
    console.log(success);
    },(error) => {
    console.log("Error:", error);
    })

Query Params

  1. CategoryId - ID of the category from which topics are to be retrieved.
  2. from - index from which the list is retrieved, and it starts from 1.
  3. limit - Number of topics to list.
  4. type - Topic Type - value can be QUESTION, IDEA, ANNOUNCEMENT, PROBLEM or DISCUSSION.

Get Most Discussed Topics

We have the API provision to fetch the most discussed topics. The code snippet:
  1. import {ZohoDeskPortalSDK} from '@zohocorp/zohodesk-portal-apikit'
    var queryParams = {
    'categoryId': "your_categoryId"
    }
    ZohoDeskPortalSDK.getMostDiscussedTopics(queryParams,
    (message) => { 
    console.log("Success:", message);
    },(error) => {
    console.log("Error:", error);
    })

Query Params

  1. CategoryId - ID of the category from which topics are to be retrieved.
  2. from - index from which the list is retrieved, starting from 1.
  3. limit - Number of topics to list.
  4. type - Topic Type - value can be QUESTION, IDEA, ANNOUNCEMENT, PROBLEM or DISCUSSION.

Show Topic

To open the specific community topic screen:
  1. import {ZohoDeskPortalCommunity} from '@zohocorp/zohodesk-portal-community';
    ZohoDeskPortalCommunity.showTopic("Your_community_topicID")

      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 FormsLegalMobile App
                              Form DesignerHRMobile 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 FormsEncrypted Forms

                              Secure 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

                                                                                                                        • Introducing ASAP React Native SDK

                                                                                                                          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 ASAP React-Native SDK 3.0.0. You can use the ASAP React-Native SDK ...
                                                                                                                        • Working with the ASAP SDK for React Native

                                                                                                                          The ASAP SDK for mobile provides easy access to help end-users of your React Native app. Using this SDK, you can create and customize a help widget that resides within your app and provides end-users with easy access to the Help Center services: • ...
                                                                                                                        • Introducing ASAP Flutter Apps SDK

                                                                                                                          This document pertains explicitly to help widgets created using the updated new ASAP Setup. 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 ASAP Flutter Plugin ...
                                                                                                                        • How to customize the ASAP SDK React Native Help Widget UI?

                                                                                                                          The ASAP SDK allows you to customize the UI of the help widget as required. Predefined themes for Android Apps The SDK UI comes with two predefined themes: light and dark. Customized themes The following picture illustrates the color properties of a ...
                                                                                                                        • How to Integrate the ASAP SDK with React Native

                                                                                                                          After successfully setting up the ASAP SDK on your mobile application, the next step is to integrate it. Code block to installing the react-native plugin: We have the following list of plugins, customers can integrate the SDK based on their ...
                                                                                                                          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