Smartbrowz Template with dynamic header from jsondata
Hi Support Team, we need to pass dynamic data from jsondata to the setting header html code in the template that we developed using smartbrowz. Is this Possible to pass? Here {{Invoice.orgname}} is dynamic data fron JSON Data section Thanks and Regards,
TypeError: this._customer_code_function is not a function
Hello everyone! I recently started using Zoho Catalyst services, especially Cloud Functions. I am currently working on a function using hexagonal architecture. I am facing a problem for which I have not been able to find any solution and that is that
CLI is working poorly with Python
Using the CLI with Python has been a struggle lately. As soon as I start to add some dependencies to a function, it'll take 10-15 minutes from the time I type catalyst serve to when my local endpoint is ready to test. And then, if I make changes, I have
Remove /App/
Hello, I hope you are well. Is it possible to delete the /app/ that is generated behind the domain? Thank you very much. I am waiting for an answer.
change detection when runing catalyst serve
Hi, currently in our project, we are using the React plugin to handle the front end for Zoho Catalyst, but instead of React, we are using Next.js. Due to this, change detection is not working locally, even if we restart the Catalyst server. The changes
advancedio function not working showing the below error
{ "status": "failure", "data": { "error_code": "BAD_REQUEST", "message": "We are not able to process your request. Please try again after some time" } } the function is working fine in catalyst local host and also this error arises only for a particular
Provide public url for the uploaded file in file store
I have one request/Suggestion to Catalyst about the file store. Actually we need a public link to access the files uploaded in the file store Like in Amazon s3 bucket, we have that function in was s3 bucket . To use the images and files a public link
ZCServerException Caused by : UnAuthorized
I am following up the catalyst tutorial of creating a todo application - todo app. I am using java for the server and react for frontend. Having followed all instructions as instructed, I have built the app. While testing the application with catalyst
ActiveRecord and Django ORM Adapters for Catalyst DataStore
Google provides adapters for all major frameworks to connect to their Cloud Spanner Database product. So, why not have the same Catalyst Datastore? https://cloud.google.com/spanner/docs/use-active-record https://cloud.google.com/spanner/docs/django-orm
How to use Python functions from advancedio folder in cron folder?
I have created advancedio functions and put them in the functions/advancedio folder. Now, I want to run some of those functions as cron jobs. But, I cannot call those functions from the cron folder. I don't want to make 2 copies of the same functions,
Cache locking
I'd really love some tools to help manage concurrency. In particular, I'd love a way to do something like a compare and swap operation in the cache. Maintaining truth across multiple concurrent executions is really challenging in this platform.
Linking Custom Domain to Zoho Catalyst AppSail?
Anyone know how to map a custom domain with Zoho Catalyst AppSail? Docs are a bit sparse, so any pointers would be awesome. Thanks a bunch!
SOCKET TIMEOUT ERROR - Zoho Catalyst OCR
Hi guys, I am getting a "SOCKET TIMEOUT ERROR" when trying to OCR files using Python & Zoho Catalyst OCR It works for some requests so i know the code works, but when it is a longer scanned pdf for example, it times out. I would really appreciate your
Implementation of CICD for Catalyst webclient and functions from Bitbucket
We can migrate our Catalyst project from the Bitbucket Repository to the Catalyst deployment environment using the CI/CD pipeline. Pre-requisites: Before setting up make sure you have the following data for your catalyst project catalyst token Catalyst
Configuring Github CICD workflow for Zoho Catalyst Web Client and Functions
We can migrate our Catalyst project from the GitHub Repository to the Catalyst development environment using the Github workflow. You can learn more about the GitHub workflows here. Pre-requisites: Before setting up make sure you have the following data
how to make multipages in basic client app
how to make different pages for admin and app user in basic web app.Then I want to change my logics in single main.js file in MVC. how do make it? When i try to do that it displays the below error in attachment.
ZCQL through API count query
Hi Have trying with: 'query': """ SELECT COUNT(status_column) AS Zstatus, status_column From Zoho_table GROUP BY status_column; """ getting result: {'status': 'success', 'data': [{'Zoho_table': {'status_column': 'Curated'}}, {'Zoho_table': {'status_column':
Functions Servers IP Addresses?
Hi all, Does anyone have a list of the IP addresses for the Catalyst Functions servers? So I can whitelist the IPs in external systems.
zoho catalyst with zoho project
is there analysis we do in zoho catalyst with zoho project
The "file" argument must be of type string. Received undefined ERROR
I was getting the following error when I try to deploy my python functions. catalyst deploy --only functions ⚠ skipping deploy of target [authorization_portal_function] since The "file" argument must be of type string. Received undefined ✖ functions:
Unable to get Catalyst API access_token
I am trying to get a working example by following the instructions here: https://docs.catalyst.zoho.com/en/api/oauth2/register-new-client/#RegisteraNewClient I registered a new "Self Client" and got client_id and client_secret. Then I generated a grant_token
I have a SFTP server hosting some files. How to hit my SFTP server from Catalyst and upload the files to Catalyst filestore?
1. Create a catalyst project and initialize the project in your local machine. You can refer to the help documentation for the same here. 2. Install Catalyst CLI in order to work with Catalyst in your local machine. You can refer to the help documentation
Store Procedure
I m very new to catalyst. Please let me know if we can create or import store procedure in Catalyst DB. i have large queries to do update/insert in multiple tables, presently in local system i am just command the procedure with parameters and it do the
Django Python
Hi, Not able to deploy python django project on catalyst. its showing deployed but error in browser is internal problem. Have successfully deployed flask project as given in tutorial, but with Django its not working. Please help with step by step guide
Transactional Integrity in Data Store
In my Data Store, I want to subtract quantities from some tables, add them to others and subtract them from others. However, I want to make sure that if one operation fails, the others are reverted, or don't occur. In SQL I know I can achieve this like:
NextJS and Catalyst
Hello All, Has anyone had any success with the new react plugin and getting NextJS to start? The problem is that i need to change the start up scripts but its still trying to serve a regular create-react-app. It will start if i just npm run dev in the
Important Announcements in Support for Catalyst Features
Hello Catalyst Users, This announcement is to bring to your notice some of the recent updates in our support for various Catalyst components, to ensure that your existing Catalyst applications function properly. You can continue to build robust applications
ZCQL
How to create projectKey .
Catalyst Mail
In catalyst mail section, I can add new mail and verify it using GUI.But how can i add and verify it using node sdk. I want to configure that whenever user signup in my app , I want to add their mail to mail section and verify them from node sdk without
Event Listener
Now I am learning catalyst event listener, I created a event function which is to send mail whenever it is triggered by event. Then i create a new rule in component event listener , that configures whenever a table in datastore is modified, the event
How to signup, log out, create and delete session in Catalyst authentication
Hello catalyst team, I just learning catalyst authentication (node js) via catalyst docs and i have some queries regarding it. 1. When i create new authentication (Hosted authentication) and make some configurations.It is ready to use it via three urls
Where do i find the jar files that are used to connect java and zcql?
I found the the documentation to connect java and zcql, but jar file isnt attached with that. where to find them?
ZCQL
HOW TO CONNECT ZCQL WITH JAVA
How to set Up Catalyst and Connecting to ZCQL in Appsail with Node.js 18 SDK
I recently extended my Catalyst project's functionality to Appsail, excluding Catalyst functions. While integrating the zcatalyst-sdk-node package for CRUD operations, I encountered an unexpected 'Failed to parse object' error during initialization (catalyst.initialize(req)).
Python code Deployment to Catalyst Appsail via CLI
Hi Support Team, Our python code is run properly in windows os catalyst local environment without any issue so we tried to deploy to catalyst dev environment and deployed the code successfully without any issue. We got an invocation url for Appsail so
Getting Issue while initializing Catalyst in webhook
Hi , i am utilizing plaid platform to retrieve transactions and store it in Zoho catalyst Datastore, but i am getting issue while initializing catalyst with req object in webhook that automatically called by plaid.here is the error info below how can
pie chart Report
How to build pie-chart using custom data as well as a direct table data and need to assign same pie-chart in one of my html div in dashboard.
Need a Tutorial for setting up the new Authentication in a React project.
As the Authentication is updated, it would be more help full to know how to incorporate Authentication in a React project and to know more about the hosted, embedded and social logins of catalyst Authentication. The AuthenticationApp in the tutorial is
Instructions to configure Typescript in Catalyst NodeJS advancedio function
Prerequisites: Catalyst CLI should be installed and a Catalyst project should be initialized in a folder in your local machine. Then you can follow the below steps: 1. Create a new advanced function by running the command from your project directory catalyst
Datastore - Backup and Recovery
Is there any backup and recovery option in catalyst datastore?
Next Page