What?
This is an article detailing the client script to fix any fields which exceed their decimal places limit in ZohoCRM.
Why?
So we have a customer that has some decimal fields on the products ...
...
Why?
My use case scenario is that I was trying to build a related list in Zoho CRM with a view on to related records in Zoho Creator. For some reason, only some random fields were being returned, ...
What?
A super quick article to demonstrate an example where we create a project with custom fields.
Why?
At time of print, the documentation on the Projects API would only show responses rather ...
... is to remove any non-alphanumeric characters...
In your component, create a PHP file in /administrator/models/fields/ (eg. "userprojects.php"). Rename "userprojects" with the name of your field ty ...
What?
This is to describe how to change the value of a field of a form from it's default when it is clicked on so that it auto-clears and changes to how it normally works.
Example?
Note the value ...
What?
I think I have a similar article on this website but the article below documents the full process to create a button that will map the values/fields from the record into a CRM Mail Merge template ...
... is. So we have a workaround, by sending all the data including the custom fields per line items to ZohoAnalytics; and in ZohoAnalytics importing a table based on a query which joins the sales orders and ...
... when generating the access token should be entered here
v_ClientSecret = "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";
//
// store the record in ZohoCreator
// I have a custom form in ZC with the fields ...
... }
// Setup a config to find this record (use a custom report that only has the 2 searchable fields)
var config = {
appName : "joes_quote_builder",
...
... I don't know how to refer to the public URL of a subform row other than making the subform link to an existing form and not a blank form.
The document form contains the fields: Ticket (lookup to Ticket ...
... Data Sources in the left sidebar
Add Data Sources > Select Zoho Desk
Do "Next" and select the Zoho Desk Portal
Ensure that "Tickets" is selected (I'd tick most of the fields this contains)
Create ...
... image URL to/from ZohoWriter.
Loop through active users in ZohoCRM.
Merge the HTML email signature with the fields evaluated.
Function: fn_Workdrive_HostImage
I add this function to the CRM ...
... or different columns) with equals and starts_with conditions.
The only operator that is supported for encrypted fields is equals.
When you use "equals" for multiple conditions, and if one of your conditions ...
... record in CRM, the pipeline is automatically pre-selected based on the user.
How?
So there's a bit of a pre-amble for setting up the fields, we'll then use a client script to automatically read the ...
... an invoice. Please refer to the Zoho Books API documentation for what fields are required to complete a request within your system.
m_InvoiceDetails = Map();
m_InvoiceDetails.put("customer_id",m_BooksSO.get("customer_id"));
m_InvoiceDetails.put("payment_terms",-3);
// ...
... record to an opportunity (or Deal) record. If you are using custom fields, then just ensure that the data type and field lengths match. In this case, they are system fields for the Postal Code which ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... = ifnull(invoice.get("balance"),0);
//
// Get custom Amount to Pay from Invoice
l_CustomFields = invoice.get("custom_fields");
if(l_CustomFields.size() > 0)
{
for each m_CustomField in l_CustomFields
{
if(m_CustomField.get("label") ...
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.