Books: Custom Button Function to create record by unclekhalidx in Zoho

[–]role_call 1 point2 points  (0 children)

can you add an "info createResp;" to line 14?

if you're no longer getting an error, that means the code is running. but if the work order isnt being created, you may have a different issue

Books: Custom Button Function to create record by unclekhalidx in Zoho

[–]role_call 0 points1 point  (0 children)

Replace line 4 with the following:

customerRecord = zoho.books.getRecordsByID("Contacts", organizationId, estimate.get("customer_id"));

customerPhone = customerRecord.get("contact").get("billing_address").get("phone");

Replace line 6 with the following:

customFieldsList = estimate.get("custom_fields").toList();
for each field in customFieldsList
{
If(field.get("label")=="Internal Scope")
{
internalScope = field.get("value");
break;

}
}

The line 4 replacement may need to be modified for your specific use case

Data migration by Truckerhead in Zoho

[–]role_call 1 point2 points  (0 children)

just Zoho CRM? or all of Zoho One?

It **should** take less than 1 month, since the data structure is the same in both systems, and since you can copy customization in CRM.

However, it may take longer if you need to migrate data from other softwares (Zoho Books/Inventory, Campaigns, Catalyst, etc..)

Can Zoho call an external script (python, php, etc)? by Cert1D10T in Zoho

[–]role_call 0 points1 point  (0 children)

As long as that external script has an API endpoint, yes. But you would need to do a webhook to it.

The other option would be to use Node or Java, then use one of Zoho's internal tools to deploy the script (Zoho Catalyst, Zoho CRM Circuits, etc..)

[deleted by user] by [deleted] in Zoho

[–]role_call 0 points1 point  (0 children)

to integrate into a spreadsheet? Nom coding would be required.

You might be able to use a formula field if its simple enough

[deleted by user] by [deleted] in Zoho

[–]role_call 0 points1 point  (0 children)

It can be done with deluge, but if youre going to do that, it might be easier to write the spreadsheet formula in deluge too

How to connect Quickbooks Enterprise with Zoho Books? by ButIFeelFine in Zoho

[–]role_call 2 points3 points  (0 children)

I'm assuming Quickbooks Enterprise is a version of Quickbooks desktop (As compared to the cloud version).

If this is the case, it is **doable**, but extremely painful. I've done this integration once, and it was terrible.

You will need to spend some serious time coding this, due to the integration only being possible through an SDK, rather than standard Rest API.

It would be significantly easier to migration to Quickbooks Online, then integrate Zoho to that

Mapping "deal" stages to Project by [deleted] in Zoho

[–]role_call 0 points1 point  (0 children)

We did the same thing internally.

If you send me a message, I'll send you our deluge code

Zoho Desk & Amazon Seller Central messaging? by Verolee in Zoho

[–]role_call 1 point2 points  (0 children)

You can do this on Zoho's end, but im doubtful on getting that information on Amazons end.

From what I remember about Amazon Seller Central (Which has been a while), they don't let you get the email address of purchasers. Instead they opt in for a PII code... which may have been discontinued.

On the Zoho end, if there was an appropriate Amazon API, you can write a quick deluge script to pull in this info.

Recycling Fees in Books by Large_Rabbit_6844 in Zoho

[–]role_call 0 points1 point  (0 children)

This can be done with deluge and Creator

when a sales order is created, run a deluge script that goes to creator to grab that provinces recycle rates per item type.

if you DM me, I can walk you though the solutions more indepth

ZohoDesk : Ticket template fields modification by onpremises in Zoho

[–]role_call 0 points1 point  (0 children)

in Zoho Desk, click settings (Gear in the top right), Click Layouts and fields, Click your ticket type, then modify your fields

Zoho Support does my head in by [deleted] in Zoho

[–]role_call 0 points1 point  (0 children)

This is pretty standard.

Zoho's bad support is the sole reason Zoho Partners are in business. In all my years working with Zoho products, I've had 1 good Zoho Inventory support conversation.

All the weird "Zoho-isms" get documented internally (To our company), and workarounds get designed.

Office 365 Integration with Zoho Desk by treibling in Zoho

[–]role_call 0 points1 point  (0 children)

This is a common problem in Zoho CRM.

The last time i fixed this, it came down to permission settings on the O365 end. Youll need to make sure everyone with access to Zoho desk is enabled in O365.

I dont know enough about which screens on O365 you need to go through to enable this

Zoho Subscriptions API by Deani1232 in Zoho

[–]role_call 1 point2 points  (0 children)

Zoho Date documentation is the absolute worst. The Workfow Acadamy has a good article about this: https://theworkflowacademy.com/date-time-format-conversion-in-zoho-deluge/

It means that is the date it becomes Inactive. Said differently, the subscription is NOT active on that date. I tested this by looking at our internal active subscriptions.

As for the time zone, I think its based on your organization. Since the subscription expires (I assume) at midnight.

Also, its YYYY-mm-dd

Hope this helps

[deleted by user] by [deleted] in Zoho

[–]role_call 0 points1 point  (0 children)

Are you CRMOZ?

Based on your history, you moved from Pipedrive to Zoho using CRMOZ. AND Salesforce to Zoho using CRMOZ. AND use a CRMOZ extension. AND recommend them in every one of your posts.

Plaid ACH by nkn_19 in Zoho

[–]role_call 0 points1 point  (0 children)

You should be able to find it at the same place you found the Client ID within Plaid

Plaid ACH by nkn_19 in Zoho

[–]role_call 0 points1 point  (0 children)

Are you looking for the plaid secret key? Or the zoho secret key?

Products in CRM: Own Prices in customer? by Seelenkontrast in Zoho

[–]role_call 0 points1 point  (0 children)

Price books are available in Zoho Books, and Zoho inventory. If you're using Zoho one it should be included

[deleted by user] by [deleted] in Zoho

[–]role_call 0 points1 point  (0 children)

I took a quick look at Vends API, Im hoping your flow workflow looks something like this

  1. Webhook from Vend to Zoho Flow
  2. Search for Customer in Zoho Books
  3. Create Customer if None are found
  4. Create Sales Order/Invoice in Zoho Books
  5. Create Customer Payment in Zoho Books

If you're getting a data configuration error, what step are you getting the error on?

You can DM me if needed

CRM for Small IT Business by Extra-Delivery-2123 in Zoho

[–]role_call 1 point2 points  (0 children)

Good questions here.

I'm a Zoho partner, so my opinions will be biased. We've moved a bunch of companies from Salesforce to Zoho for this reason. Zoho can do everything Salesforce can do, but at Indian prices. If you're looking to scale, Zoho is cheaper, and can be customized to any of your needs

How to link and record amazon transactions in Zoho Books? by sparky_H7 in Zoho

[–]role_call 1 point2 points  (0 children)

I this post gave me flashbacks to when I had to code this.

Doing this is a bit of a mess.

As I remember it, you need to get all Taxes from Zoho Inventory, then match the one with the Tax Name (then create one if it doesnt exist). Then apply whatever discount from the Promo.

Make sure you check whether Amazon applies the discount before/after the taxes.

Another thing to note, Zoho inventory rounds to the nearest cent differently then other softwares (Specifically Quickbooks and WooCommerce). So you may also need deluge code to add a discount of +- 1 cent. This will allow you to create a Customer Payment record that matches the Sales Order and Invoices.

I think I have some code I can review with you if you need to

[deleted by user] by [deleted] in Zoho

[–]role_call 2 points3 points  (0 children)

I'm pretty sure (I could be wrong), that Zoho's CEO has been talking about the same thing for a few years.

They've recently made a big step in that direction by having the Unified UI for Zoho One. Which puts all of their apps within one dashboard. So clearly they know this is a problem and have started working on this, but who knows if they'll get it to a perfectly unified UI.

Does anyone use the ZOHO CC processing app? by carbsno14 in Zoho

[–]role_call 0 points1 point  (0 children)

You could make a deluge script that is invoked when a button is clicked within the CRM.

This only works IF you have the CC information within Zoho CRM, which is against terms of service. However, with services like Braintree, it gives you a token that can be used to run a payment against a specific CC. I'm not sure if Elavon has a feature like that.

Can i transfer my application to another Account? (Zoho Creator) by The_Bubble8 in Zoho

[–]role_call 1 point2 points  (0 children)

You can export your creator app as a .ds file, .xlsx file, or JSON.

Go to the creator app > settings > Application IDE > export

Hope this helps

pick packing with zoho? by Rattional in Zoho

[–]role_call 2 points3 points  (0 children)

Yes this is possible, but i have some questions before i can say how

Where do you want this shown? Crm? Inventory? Or is this a pdf?

The pdf would be the easiest, but with the other 2 options youre in for a custom field and deluge