... and that's only half of the production system's contacts. I needed a quick bit of code to find any duplicates, all within the Zoho Creator app using Zoho Deluge and avoiding the use of any third-party APIs. ...
... form), Image, File, Local Image, Subform Row ID (prevents duplicates). Note: I create the form then add it as a subform on the parent form first, then add the lookup to the ticket field on the subform ...
... Zoho Apps are incredibly case-sensitive and consider some records containing people's names as duplicates, when actually they are the same entity but may have uppercased a letter in their name while the ...
...
// prevent duplicates by updating record with existing name if exists
v_Name = v_CandidateZohoID + "" + r_Data.get("id");
//
// retrieve client's own candidate ref from candidate record
r_CandidateDetails ...
... 2020
; - Checks for duplicates done by searching its own column.
; - Also checks for duplicates if file exists.
; - Leaves original file as is.
;
; --------------------------------------------------------------------------------------
; ...
... month, takes the invoices for the month before, and duplicates each one for the new month.
How?
First you have to get all the applicable fields from the settings API. In API v2, you have to do ...
... = v_MyString.toLowerCase().trim();
v_MyFormattedString = v_MyFormattedString.replaceAll("[^a-z0-9@\-.]+","");
// yields This email address is being protected from spambots. You need JavaScript enabled to view it.
Replace any duplicates:
v_MyString = "Hello ...
Just a note to say that I've added two more programs which I regularly use to my download section on this website. As always, these are free to download and include the source codes under the GNU/GPL ...
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.