... The form I have looks something like the following:
and displays as something like this:
The code
I create a workflow that when the decision box "Copy Monday to the Other Days" is clicked it ...
... to add 10 minutes to a date/time field in ZohoCRM and wanted a refresher for use in a client system. The usual error is something similar to the following:
{
"code": "INVALID_DATA",
"details": {
...
... PDT 2022,Fri Jul 29 00:00:00 PDT 2022
But if I were to maintain the idea above and skip a selected day, I would write something like the following:
//
// initialize list to hold valid appointment ...
...
First, let's add a Notes field to the Creator form, I'm calling mine Note_CSS, then I have added a radio group called Tabs [NB: If you rename it from "Tabs" to something else, all CSS references need ...
... m_Params.toString()
];
v_Output = r_UploadPhoto;
}
return v_Output;
}
Sends something like the following request (sent using Zoho Deluge but the cURL breakdown as follows):
curl -d ...
... - 1);
}
//
// output
info "[" + l_ProductIDs + "]";
info l_ProductIDs.size();
}
Yields something like:
[
1234567890123,
2345678901234
]
2
Well that produces a lot of ID numbers ...
... this returns something like the following (I've reduced the 200 records to about 6 of them):
{
"data": [
{
"Currency": "EUR",
"id": "123456789000000001"
},
{
"Currency": ...
What?
An article to note something I didn't realize I needed: How to address the above error and how to update a Shipping Address for a specific Sales Order in Zoho Books.
Why?
You might think ...
...
You should get something like the following on a successful subscription:
2021-09-20T19:50:29.964Z
Success
1173
E1173_CORE_APINOTIFY_19146596_R1
Re-run GetNotificationPreferences ...
... a field called "Audit_Change" and then I add to it our workflow with the main bit of code. For any other field that needs to update this preview, I tell it to update the "Audit_Change" field with something ...
What?
A very quick article to show pushing the date and time to ZohoCRM or ZohoCreator.
Why?
You may have received an error that goes something like:
datatype: datetime
How?
Here are ...
What?
This is an article for training purposes. I'm pretty sure there is official documentation on how to do this but I thought I'd write this article to make it simpler for new developers to follow ...
... and the list of invoices to create:
If sending just the 1:
But if sending multiple invoices, you need the key "Invoices" so your JSON request would be something like:
{
"Invoices": ...
... to update the field with label "Group Name" but API name "Grouping" in a list item column.
The standard code you used to use even for REST API v2.0 would have been something like the following:
//
// ...
... is likely to be a linking module which has a multi-select lookup on both the deal/opportunity and products module. A multi-user lookup will tend to have something like "ModuleName_X_Users".
Find records ...
... but I have since sent something similar to an API expecting nested arrays (not sure if they were PHP) and it works.
Why?
This took me several days and in the end only going through various forums ...
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.