Skip to main content

Tag

#Deluge

10 articles tagged Deluge.

Zoho CRM · Zoho

Zoho CRM Multi-Currency: 7 Implications Teams Hit

Turning on Multi-Currency in Zoho CRM is a one-click change that touches deals, reports, formulas, and integrations. The seven places it bites.

4 min read
Zoho · Zoho

Zoho Creator vs CRM Custom Function: The Build-vs-Embed Decision

Creator is a separate app platform. Custom functions live in CRM. Pick wrong and you maintain two data models. Frame, failure modes, Deluge.

4 min read
Zoho · Zoho

Zoho Deluge Rate Limit Survival Guide: Patterns That Don't Time Out

Deluge dies quietly on API limits, daily caps, and statement counts. The five patterns we use to keep functions alive without rewriting every script.

4 min read
Zoho · Zoho

Zoho People to CRM Attendance Sync: Pitfalls and Patterns

Pushing PTO and attendance into CRM sounds simple. It isn't. Race conditions, role-based visibility, and the exact Deluge pattern we use to keep them aligned.

4 min read
Zoho · Zoho

Deluge Loop Performance: Why Your Function Times Out at 50k Records

Deluge loops over large collections silently throttle on map operations and zoho.crm.searchRecords pagination. Here's how to fix the slow path.

1 min read
Zoho · Zoho

CRM Variables in Zoho: The Quiet Configuration Layer

CRM Variables let you externalize constants and credentials from Deluge code. The patterns that prevent the 'change a number, redeploy 12 functions' tax.

2 min read
Zoho · Zoho

Zoho CRM Custom Functions in Deluge

When and how to write custom functions — invocation patterns, testing, and governance.

2 min read
Zoho · Zoho

Bulk Update Patterns in Deluge: 5 Templates That Don't Time Out

Five reusable Deluge patterns for safely bulk-updating thousands of records — backfills, dedup, status sweeps, recalc, and cohort tagging.

2 min read
Zoho · Zoho

Deluge Error Handling: Patterns That Survive Production

Most Deluge functions die silently because no one wired error handling. The try/catch, info-log, and notification patterns that surface failures.

2 min read
Zoho · Zoho

Zoho Deluge Scripting: Patterns That Work

Core syntax, common patterns, integration tasks, and the performance considerations for production Deluge.

2 min read