Frequently Asked Questions

Here are a few frequently asked questions about Zoho CRM Bulk Processor CodeLib.

General

Catalyst ensures data security by using temporary storage while adhering to GDPR compliance for handling confidential information. For additional protection to sensitive data, you can enable HIPAA configurations to meet your regulatory requirements.

Yes, developers can customize the data processing logic entirely in Java using the provided implementation files in your project.

The Bulk Read API is designed to handle up to 200,000 records per call. Catalyst automatically manages additional data by firing multiple API calls until all the records are fetched.

Yes, you can configure multiple cron jobs to handle different modules and define their logic independently in the the BulkDataProcessor function.

Absolutely. You can configure the API names of the custom module and fields to process in the cron job. This way, the CodeLib will be fully adaptable to custom modules as well as fields.

Monitoring and Error Handling

Regenerate the refresh token in the Zoho API Console and update it in the catalyst-config.json file of the BulkDataProcessor function.

You can use the Catalyst console logs, Application Performance Monitoring (APM) and the data stored in the WriteQueue table to monitor the status of operations.

You can update the logic in the com.processor.record.ZCRMRecordsProcessorImpl.java file of the BulkDataProcessor in the functions directory, redeploy the solution, and Catalyst will automatically reflect the changes.

Catalyst logs all errors in the console, and failed records are flagged for review in the Data Store tables. Developers can address specific issues and retry operations.