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,
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.
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,
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
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.
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
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
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
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
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)).
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.
Datastore - Backup and Recovery
Is there any backup and recovery option in catalyst datastore?
Connect to PostgreSQL
Welcome back to "Generated by AI, Deployed on Catalyst." We're excited to present the next step-by-step tutorial. Lets look at how you can create a table in a PSQL database and create a REST API endpoint for it on Catalyst, just follow these easy steps
Generate with AI, Deploy on Catalyst: Connect to MongoDB
Hello there! Welcome back to our series, "Generated by AI, Deployed on Catalyst." We're excited to continue providing cutting-edge step-by-step tutorials to create and deploy apps for popular use cases on Catalyst in less than 5 minutes. For this tutorial,
Use Catalyst Auth Component in a low-code front end developer tool
Hi! I want to use the Native Catalyst Auth Component to allow a user to login into the Catalyst Project and get a token for the user to access the rest of the resources from a front-end built with https://www.appsmith.com/. I was wondering if there is
What are the best practices for storing passwords and secrets
Hi all! I'm working on a Catalyst application that will make use of some database credentials. I have an AWS background and I would use something like AWS Secrets Manager to keep things like passwords out of my code. I know we don't have anything like
MySQL Connector with AI in less than 3 mins
Generate with AI, Deploy on Catalyst Hello there! Welcome to our new series, "Generate with AI, Deploy on Catalyst." We're excited to present a cutting-edge series that provides step-by-step tutorials to create and deploy apps for popular use cases on
Intentional Concurrency Limit
Hello: What are your go-to strategies for preventing the concurrent execution of functions? In AWS, there is a setting on Lambdas to prevent concurrency when desired. How is this best handled in Catalyst?
Help with Python Beta
Hello: I've got the Python Beta loaded into my Catalyst account, and I'm excited to start using it, but I have not been able to get the Catalyst SDK loaded into Python. The first big issue is that the documentation says to import zcatalyst-sdk, and the
Error in reloading page in React app with catalyst serve
Good day everyone, I am using catalyst with react on my recent project, but I run some routing errors in my react app if I use the catalyst serve command, the situation is that - after I reload my browser an error will occur, it will run normally at first
RazorPay integration
Hi All, Looking at integrating Zoho Creator => RazorPay(connection), Which actually opens Zoho Checkout and it is not allowing Zoho Creator to add(automate) the Customer Name and Email Address to the corresponding Checkout page, instead, the customer
Catalyst Free Trial
Hello folks, Try out Catalyst with our free trial! Build and test your app in Catalyst's full-featured development environment, and gain free invocations upon going live. Catalyst Free Trial Access all Catalyst services for free in the development
Express JS Function - Can't Access Request Body after catalyst deploy
Hi everyone, I'm having a frustrating issue with Zoho Catalyst and Express JS whereby it works as expected when running locally with catalyst serve but not on the online version after running catalyst deploy. More specifically, I am unable to access the
Can Catalyst spawn another process?
Hello, I have a Node.JS microserver that runs on Heroku that I'm wanting to move over to Catalyst. There's a secondary process that is defined using a file named "Procfile". In the case of this particular microserver, the contents of this is simply:
How to do CRUD operation using nodejs in catalyst
I want to make user registration and login form using nodejs & catalyst. Can someone help
Subqueries possible?
Greetings, I am looking for the ability to use a subquery in the ZCQL. Is it possible and if so does anyone have some example code? Failing that is there a way to join a table to itself? Thank you,
Error tracing: Getting exception at the commented line
public class MainActivity extends AppCompatActivity { JSONObject oAuthParams; private ActivityMainBinding binding; @Override protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); binding
Online Editor: Nodejs function add package
Hi Catalyst Community, I'm working on a project on Catalyst and I would like to know if there is anyway to add node packages (node-fetch in this case) directly from the Online Editor without going trough the Catalyst CLI? As I often switch between different
#CatalystServerless Hackathon : Part 4
Let's setup the Catalyst function next. app.post("/capture_pan", (req, res) => { let catalystApp = catalyst.initialize(req, {type: catalyst.type.applogic}); const requestBody = req.body; console.log(req.body) //Get table meta object without details.
#CatalystServerless Hackathon : Part 3
Validate occupation type //validate occupation type function occupation_type(){ if(document.getElementById("salaried").checked==false && document.getElementById("selfemployed").checked==false){ alert("Please select type of occupation"); } }
Next Page