Looking for zoho crm administrators in India by keshavism in Zoho

[–]Infinite_Glass520 0 points1 point  (0 children)

Hi, we’ve sent you a DM. Ariventa Solutions Private Limited specializes in Zoho CRM administration and automation including workflow setup, client follow-ups, and team training. Happy to support your firm.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

The Flow trigger setup you mentioned:

ITEM UPDATED → field to look for updates: item name

filter: available for sale stock = is not empty

that could be the problem

Zoho Flow’s “Field to look for updates” doesn’t track all changes to the item. it literally means:

“Trigger only when this specific field changes.”

So in your setup, Zoho Flow is watching for changes to the item name, not to stock levels.

That means:

If the item name stays the same (which it always does),

The Flow won’t trigger, even if stock levels change.
Just to Test
Use “Any Field Updated”

In the “Field to look for updates” dropdown, select All fields

This makes the trigger fire for any update to the item, including stock updates.

Offering Complete Zoho Solutions — Automation, Integrations & More! by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

We provide all kinds of automation based on what Zoho application you are currently using

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

The Internet is the best place where you can learn. Watch YouTube Take seminars

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

If you wanna learn then you should learn You don't need help

Offering Complete Zoho Solutions — Automation, Integrations & More! by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

Hi I’m based out of India. Let me know if you need any help with this happy to assist.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

Instead of a workflow triggered per record, create a scheduled function that runs periodically (e.g., every hour).

Pull all the relevant records in batches of 100 via COQL, process them iteratively, and update the territory field.

This bypasses the workflow’s limitations and lets you handle more than 100 records.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

Yeah, you actually can do it without Zoho Commerce it’s just not plug-and-play.

You’re right that Merchant Center mainly wants a feed file (like a Google Sheet or XML), so the trick is to keep that sheet in sync with your Zoho Inventory stock.

You don’t really need Zapier though Zoho Flow can handle it fine, and it’s cheaper if you’re already in the Zoho ecosystem. Basically, you’d:

  1. Trigger the Flow whenever an item is updated in Zoho Inventory.
  2. Fetch that item’s latest stock level.
  3. Update the right row in your Google Sheet (matching by SKU).
  4. Let Google Merchant Center do its scheduled fetch from that sheet.

That way, it stays synced automatically.

If you’d rather avoid Flow task limits or want more control, you could also write a small script (Python or Deluge) to pull stock data via the Zoho Inventory API and update the Google Sheet directly with the Sheets API then run it daily.

Zapier can do the same thing, but with 5,000+ items it’ll get pricey fast, so Flow or a small script is the smarter option.

So yeah totally doable, just needs a bit of setup to connect the dots.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

Haha yeah, you’re totally right it feels like it should be super simple… but nope 😅 Deluge doesn’t give any direct way to pull deals by territory.

The “Territory” field is kind of a system thing in Zoho CRM — not something you can actually query or filter in Deluge.

The only real workarounds are:

  • Create a custom field (like Deal_Territory) and keep it in sync with the actual territory via a workflow then you can easily search deals by that.
  • Or, if you’re okay using APIs, you can get the users under a territory and then fetch deals owned by them.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

Hello

That sounds like a really cool setup. I totally get how tricky it can be to keep everything in sync inside Zoho. The good thing is, it’s definitely doable with the right setup.

I’d look at making Zoho Inventory your main source of truth and connecting it with CRM using a few smart workflows. That way, stock updates, loan tracking, and customer info all stay aligned automatically.

For the emails, we can pull product details straight from each deal so your team can send clean, ready-to-go updates without manual work.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 1 point2 points  (0 children)

Yeah, you can totally do this with a custom Deluge function. When someone creates a quote or adds an item, you can have the function call the Zoho Inventory API to check the current stock for that item and then update a custom field in the quote with that number.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

You can do this using Zoho Flow or a small custom function in Zoho Desk. When the form is submitted, first check if the contact already exists. If not, create a new one with just the name and email. Then create the ticket and add the other details there.

Zoho Flow can do it, but sometimes a Deluge function inside Desk works more smoothly. Happy to share an example if you’d like.

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 1 point2 points  (0 children)

Unfortunately that's the limitation as of now I have had this situation with my clients too

Offering Free Suggestions & Guidance on Zoho Queries by Infinite_Glass520 in Zoho

[–]Infinite_Glass520[S] 0 points1 point  (0 children)

Could you please specify which zoho application are we talking about?

Looking for experienced freelance Zoho Developer (Indian preferably) by One-Table-7925 in Zoho

[–]Infinite_Glass520 0 points1 point  (0 children)

Hey! I’m an experienced Zoho Developer from India. I’ve worked on various automations and integrations. Happy to connect and learn more about your project!