I'm beginning a list as I've just spent an age trying to get PHP output to create a text file. Then my client showed me how she then opens the text file in Excel, so I said we could get the script to do ...
... downloading a JSON file. Looked a bit suspicious. The code below opens a new tab in their web-browser displaying a plain output message.
How?
So there are 2 caveats to this solution: 1 is that ...
What?
A quick article to document a Zoho Deluge function converting a hexadecimal color reference to a Red Green Blue value (RGB).
Why?
It's likely that Zoho will avail their color picker at some ...
... off the contact record to send a credit application form for signing via ZohoSign
Inputs: Contact Record ID
Outputs: Attachment to the CRM record
a ZohoSign Document record in CRM
Date ...
... display related POs linked by a custom Sales Order lookup field on the Purchase Order line item.
Inputs: salesorder
Outputs: Related List
Date Created: 2024-07-09 (Joel Lipman)
...
... warn system managers if a sync started failing.
Inputs: None
Outputs: Emails system manager if any failures.
Date Created: 2024-07-02 (JoelLipman.com - Joel Lipman)
...
... a lead is created and not converted within 1 day send an email and notification to sales person everyday for 3 days then escalate to Dan
Inputs: The Lead Record ID
Outputs: A task with ...
... pages but then you hit the PDF button and it pretty much vomits your output back to the 90s. The code snippet below is just for a standard template with a modern design.
How?
Ok, admittedly, when ...
... - Order Update
Trigger: Function executed when a webhook from Shopify is sent to ZohoCRM (Order Update)
Inputs: String crmAPIRequest
Outputs: String crmAPIResponse
Date Created: ...
... Zoho Creator record ID of the order
Outputs: -
Date Created: 2023-03-06 (Joel Lipman)
- Initial release
Date Modified: ???
- ???
More Info: Error 7008: ...
... it, just show it in the logs)
console.log(e);
//ZDK.Client.showMessage("Client Script error");
}
Output
Source(s):
Zoho CRM Community - Kaizen #71 - Client Script ZDK ...
... users from saving a record without changing this. This script will round up decimal fields onload.
Inputs: -
Outputs: -
Date Created: 2023-12-13 (Joel Lipman)
- ...
... an image to workdrive and returns a publicly-accessible link/URL for use in your email signatures.
Inputs: Loginuser
Outputs: Email
Scope(s): WorkDrive.team.ALL, WorkDrive.workspace.ALL, ...
... -
Outputs: -
Date Created: 2021-09-24 (oel Lipman)
- Initial release
Date Modified: 2024-05-21 (Joel Lipman)
- Change of API domain from https://books.zoho.com to https://www.zohoapis.com/books
******************************************************************************* ...
... v_CountDuplicates + " record" + v_Grammar + " are duplicates!";
//
// return a distinct list
l_Customers2.removeAll(l_Customers1);
//
// loop through and output to user
for each v_DistinctCustomer ...
... of Zoho Inventory. In this task, we are simply getting a CSV with all the order IDs for a particular year output as a spreadsheet.
How?
Similar to how we retrieved the eBay active listings (see ...
... output to developer for debug purposes
v_Date = zoho.currentdate.subDay(v_Index).toString("yyyy-MM-dd");
info v_Date;
//
// set criteria of what shipment orders to retrieve
m_Criteria = Map();
m_Criteria.put("date",v_Date);
//
// ...
... invoice
Outputs: -
Date Created: 2023-02-24
- Initial release
- Reads Books Invoice and sends the amount to the reader for a payment atempt
Date Modified: 2023-02-24 ...
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.