Assuming developer is required, the following 59 results were found.
opposed to standard modules and custom modules). Quick way to determine the API name of the linking module: Go to setup > Developer Space > functions. Create a standalone function called "Test". Type in line 1: r_Record = zoho.crm.getRecords then press...
3610, "DiscountAmount": 12, "Tracking": [ { "Name": "Activity", "Option": "RHINO" } ] } ] } ] } Source(s): Xero Developer: OAuth 2.0 API limits
and creating a distinct list variable... But what if there are 20000+ records? 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...
} } } Source(s) Zoho Deluge: Encode a file to base 64 format Shopify API Developer: Create a new Product Image Joellipman.com: Zoho Creator: Download File from ZohoCRM field type "File Upload" (not attachments) Joellipman.com: Zoho Deluge: Get Image...
example; I can then reduce the scopes permissions afterwards when locking it down for security: Login to ZohoCRM > Setup > Developer Space > Connections > Zoho OAuth Give your connection a name, I'm calling mine "Joels Connector" Select the Scopes:...
// // JSON request r_TwilioResponse = invokeurl [ url :v_Endpoint type :POST parameters:m_Data ]; // // display to user/developer the response return r_TwilioResponse; Adapting it to trigger off a scheduled workflow of a call/meeting Login to ZohoCRM >...
the API Key and copy the URL to clipboard or a text editor Click on "Save" Setup a Xero webhook: Login to the page https://developer.xero.com and click on "My Apps". Select the app you are going to setup a webhook for (see my Zoho Deluge - Connect to...
Record Click on Create Workflow Give it the following code: for each r_ApplicableRecord in Inventory_Photo[Added_Time Developer Space > Connections Create Connection Give it the scope(s): ZohoCreator.form.CREATE and ZohoCreator.report.READ (more if this...
the document to the CRM record. STEP 1: REGISTER A NEW CLIENT First, you need to register your application with Zoho’s developer console to get your Client ID and Client Secret. (Login as the client super admin or ascentcloud admin account) Log in to...
" + v_CountProcessed + " of " + v_CountTotal; } Additional Note(s): To create a connection in ZohoRecruit: Go to Setup > Developer Space > Functions Create or Edit a function At the top of the IDE there will be a "Connections" link to click on. Click on...
an email with Deluge which needs a dynamic number of files attached to it. Why? This came up during a call with another developer and it occurred to me that perhaps this isn't clearly documented. But there are tips found across the web just not...
of Webhook event topics Shopify Dev - REST API - HTTPS webhook delivery Wikipedia - List of HTTP status codes Zoho CRM Developer Docs - Serverless Functions - Request and Response Object Joel Lipman - ZohoCRM & Xero Real-Time Invoices: Receive Webhook
than zero. Source(s): To convert Page to PDF - Used more for links to open the PDF renderer in a new tab. Zoho Creator - Developer Guide - Customize Layout of Exported Page
of blame on the system manager believed to be assigning these manually. Source(s): Zoho Community - Zoho CRM - Zoho CRM Developer - Kaizen #36 - Tasks #API Some noteworthy notes from this source in case it disappears in the future: Subject (String):...
to enable it and copy the resulting URL to your clipboard Now login to ZohoSign In the left sidebar, go to > Settings > Developer Settings > Webhooks Copy and paste the URL and set the callback events (triggers) to "Completed by all" Now whenever a...
format output v_OutputHtml = " Hullo World! "+v_Output+" "; return v_OutputHtml; } Source(s) Widgets in Zoho CRM Zoho CRM Developer > Community > Extension pointers - JS SDK Series #1: Learn how to invoke a REST API function from a widget using the...
MyALN is a web-project where the original developer ended their support for the site. I was called in to fix several underlying issues and integrate it into the university systems. The Additional Learning Needs team at Bournemouth University use their...
F_ck You. Pay Me.https://www.joellipman.com/articles/web-development/fck-you-pay-me.html
I saw this on some Joomlaworks Blog who appropriately title it "A must see for professional webdesigners". If you're a developer relying on clients for your income, then at least watch some of this. March 2011 San Francisco, CreativeMornings...
= l_NewCSVrows.toString("\n").toFile(v_CSVFilename); // // send via Email v_Subject = "From your friendly neighborhood developer"; v_Message = "Please find attached the Audit Log for the events dated " + v_ThisEventTime.toString("yyyy-MM"); sendmail [...