... in the last name field and creating a contact called "Firstname Firstname Lastname" (eg. "Joel Joel Lipman" - when Joel is not my middle name).
How?
This is a setting that is enabled by default in ...
... snippet of code, I am getting the Zoho CRM record owner, looping through all salespersons in Zoho Books, and retrieving the salesperson_id. Also I have a connector to ZohoBooks called "joel_books". The ...
... thought of an alternative that I now use frequently in client systems.
How?
The gist is that we add a checkbox called "Processed" which will have a datatype Boolean. Our function will then loop ...
... with .toLong().
Say I have an integration field on my form called "CRM Account" with field link name "Account";
Then I have a workflow on user input of the field to save this directly to the record; ...
What?
This is an article to document how to receive a JSON response from a webhook created in Shopify. See my article: Zoho Deluge: Push Item to Shopify API if you want information on setting up an ...
... form is called "Quotes" and my subform is called "Line_Items":
// initialize variables
// ... this is a demo so ... do your own ...
//
// get source data
r_QuoteDetails = zoho.crm.getRecordById("Quotes", ...
... added a column called "Group Name" in the CRM Quote module as per the following screenshot:
How?
Again at the time of this article, this is only modifiable when using REST API v2.1. We are going ...
... CRM modules called a "LinkingModule" (as 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 ...
... am sending as parameters (in this case "Quotes").
As the actual parameter value, select the form which is the singular of the records that you are sending (in my example here I have a form called "Partners ...
... registrar's control panel, go through the process until this part is complete.
Find the DNS Manager in your control panel, it might be called something like "Advanced DNS Editor", "Advanced Zone Editor" ...
... let's call it "Notifications".
Drag a single-line field and a multi-line field onto the form called "Title" and "Content" respectively.
If you use this method to populate your notifications, you can send ...
... the double-quotes and no funny characters).
It will initialize a project in a folder called something like “/Users//joels_awesome_app”
It will then initialize some NPM dependencies and it will ask ...
... screenshots to preview what the code below will do, simply copy the code and paste into a Zoho Creator Page. Be sure to copy the code directly into a page and NOT to be in a function that is called from ...
...
How?
So first I'm going to list a function I use called "Filexpro()", then list some examples of usage. And in the second-to-last section, I'll quickly convert a 100 nanoseconds ...
... accessible version that you want.
Now you can use that value in your HTML.
Method #2: Using Deluge
Assuming that I have a form called "MyImages" and an image upload field that has the field link ...
... to work on the CRM record:
// assuming I have a creator form called "myForm"
// that the ID of the record is the value of the variable "myRecordID"
// that a subform exists in the form called "Attachments"
// ...
Applies to
Joomla! CMS v3.5.x
What?
This is a short article on how to remove the ID numbers from your Joomla website addresses for search engine friendly URLs.
// What I have
www.joellipman.com/index.php?option=com_content&category_id=4&article_id=123-article-alias
// ...
What?
During a site upgrade, the commenting extension for Joomla called JComments would return errors when using PHP version 7. This is a quick article to document what needed doing to fix the errors. ...
... is a function I find myself using more and more called equalsIgnoreCase() which could be used:
...
l_ProductDetails = Product[Product_Name.equalsIgnoreCase(v_Name)];
...
Other Functions of ...
... before today, then we want the last Tuesday of the next month.
In the following code, consider that the date field we want to set is called "Switch_Over_Day". For the first Monday, we are going to ...
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.