What?
This is a bit of an odd article with not 100% certainty on what the cause/outcome would be for your case but worked for us. This documents the steps taken to edit/modify the header on a sales ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... (with different v_Webhook_Key). If it still doesn't work then try solution #2: using a third-party server detailed further in this article.
Solution #2: Using Third-Party Server
If this doesn't work ...
... off a scheduled workflow of a call/meeting
Login to ZohoCRM > Setup > Automation > Workflow Rules > Create Rule
Module is "Calls"
Rule Name can be whatever you want, I'm calling mine "Calls - Send SMS ...
... If that were the case, it would have been a 5 minute job. Instead, it's turned into over an hour of figuring this out. So here's a working snippet of code:
// test to get the JSON response format
r_CallDetails ...
... in a subform called "Mondays" then to click a button which copies it to the remaining working days.
How?
So I have a form with 6 subforms which list staff/employee shifts from Monday to Saturday. ...
... few days which needs to dynamically change. I am aware of the function .addBusinessDay() but that excludes Saturdays which my client still works on.
How?
We're going to get today's date, then use ...
... to be changed as well to the new name and follow the syntax .zc-NewName-group{}].
What I have (Original)
I want to run some deluge (snippets below) every time the form loads, so I
Go to Workflows ...
... to run (this would initially attach the file to the CRM record). This wasn't working really as there are issues around tweaking the function and getting it to understand basic mapping and attachments. ...
... held in v_ListingPublishKey and lastly, my datacenter is .COM:
URL Syntax #1
// works in eBay
v_ImageSrc = "https://creator.zoho.com/file" + zoho.appuri + "Portal_Listing_Report/" + input.ID + "/Main_Photo/image-download/" ...
...
The advantage of working in a team of Zoho developers, is that "two heads are better than one" does apply more than we think. A colleague of mine suggested adding a group by to the query which works ...
... set the param name to file (this is important)
r_CreatorPhoto.setParamName("file");
//
// upload the photo to CRM (and prevent workflows from running)
v_Endpoint2 = "https://www.zohoapis.com/crm/v2/Products/" ...
... correction: I want to specify a from datetime
v_NowTime = '2021-09-21 21:27:15';
//
// now specify a to datetime (we're doing a working day so we add 1 business day)
v_NextTime = zoho.currentdate.addBusinessDay(1).toString("yyyy-MM-dd ...
... notification preferences are setup. This one didn't tell me much first time I ran it but I can use it later on to check if my "setting the notifications" process worked.
void API.fn_eBayQuery_GetNotificationPreferences()
{
/*
...
... have workflows triggered from many deltas/changes.
Why?
Some clients have referred to this as the "spinning circle of death": they load up a Creator application or change a field and there will be ...
...
Click on the settings cog icon in the top right corner
Navigate to the appropriate workspace
Click on Registration Form
Configure the field for Guest Users
Hover over "Name" and click on the ...
... to parse the data in the appropriate columns was not working as expected.
How?
The quick answer is a regex that will replace any commas between two quotes with a custom string, to be exact:
v_FormattedData ...
... been checked.
Some solutions have worked in the past where you could simply add a checkbox and do a search where this value is false; but lately this hasn't been working for me. To this end, I have ...
... how to do this and it takes about an hour to go through the documentation and get a working solution.
How?
So the article below shows how to do this Zoho CRM and how to do it in Zoho Books...
...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.