Assuming source is required, the following 192 results were found.
${CONTACT.CONTACT_CODE} ${CONTACT.CONTACT_STATE} ${CONTACT.CONTACT_COUNTRY} ${CONTACT.CONTACT_ADDRESS_PHONE} Done Source(s): The brilliant support at ZohoBooks!
you wanted the unique values of a picklist/dropdown, then consider an invokeUrl looping through the fields settings in CRM. Source(s): Zoho CRM Developer Docs API v2 - Get Records through a COQL Query Merriam-Webster Dictionary - Two heads are better...
publicly accessible link or URL of the image. Why? I've got some other articles on handling images in Zoho Creator (see "Sources" below), the most relevant one being my article Zoho Deluge: Get Image Uploaded in Creator Form which has one method of...
WET Zulu EST HST MST ACT AET AGT ART AST BET BST CAT CNT CST CTT EAT ECT IET IST JST MIT NET NST PLT PNT PRT PST SST VST Source(s): Zoho Deluge: Supported Time Zones Joel Lipman DataSources: Time zones supported by Zoho (MS Excel file) Wikipedia:...
linear-gradient(#006f3d, #ff0);}"; v_Css = v_Css + ""; input.Note_GlobalCSS = v_Css; Source(s): The little bit of my little brain that holds a little information on Cascading StyleSheets (CSS) and Google Chrome's inspect element...
= false; } The Result So now when I tick this decision box, I get something like the following: Source(s): Zoho Creator/Deluge: Insert rows in Subform Quick refresher: // declaring the row = .(); // assigning values for various subform fields in the row...
m_ReminderAlarm = Map(); m_ReminderAlarm.put("ALARM",v_ReminderStr); m_CreateTask.put("Remind_At", m_ReminderAlarm); Source(s): Zoho CRM Tips: Schedule Calls to records Zoho Community: Zoho CRM: Zoho Api v2 Log a Call to Contact Error - Call_Type...
+ " "); v_ResultInformation = v_ResultInformation.concat(" "); input.Note_BookedTimeSelection = v_ResultInformation; Source(s): Joel Lipman: Zoho Deluge: Generate List of TimeZones Joel Lipman DataSources: Time zones supported by Zoho (MS Excel file)...
unsure it is calculating correctly. I use these to store the values in a table that can be double-checked at a later date. Source(s): Joel Lipman: Zoho Deluge: Generate List of TimeZones Joel Lipman DataSources: Time zones supported by Zoho (MS Excel...
} } } } // // ************************************************ // determine customer timezone: END // Source(s): Zoho Deluge - Geocode timezonedb API
is formatted to E.164 [+] [country code] [subscriber number including area code] and can have a maximum of 15 digits. Source(s): Twilio Docs - HTTP Methods - Creating or Updating Resources with the POST Method Twilio Docs - Error 21211 Twilio Docs -...
So this is going to be an article with a bunch of pictures showing step-by-step of how I setup a recurring data source in Zoho Analytics via FTP. Why? The use-case here is that I have a client who wants to import data via FTP (SFTP - to be precise) and...
v_Test6.toDecimal().round(2); // yields 120.00 v_Test7 = -123.4567; info v_Test7.toDecimal().round(2); // yields -123.46 Source(s): StackOverflow: Using RegEx how do I remove the trailing zeros from a decimal number Zoho Deluge - Tryout Regex Tester
parameters:m_Params.toString() connection:"zcrm" ]; l_SortedProducts = ifnull(r_CoqlSortedProducts.get("data"), List()); Source(s): Joel Lipman - ZohoCRM: Process all records of a module Zoho Deluge - Search Records in Zoho CRM Zoho Deluge - Get Records...
// v_DisallowedString = "Joel"; if(v_DisallowedString.contains("")) { info "Yay"; } else { info "Nay"; } // yields "Yay" // Source(s): Zoho CRM Knowledgebase - Creating Validation Rules Using Functions
} } } } I found this is the same as the inventoryQuantity so might as well reduce those costs (by almost a half!). Source(s): Shopify Partners - How to Generate a Shopify Access Token (legacy) Shopify Community - API To Search Products By SKU Zoho...
interface, it may get confused as to where the photo came from and will error when displaying it. I think it will be fine. Source(s) Joel's tired and inefficient brain The non-existent and plethora of forums not explaining how to attach a binary image...
custom function called "fn_invoice_updatepaymentmethod" But this wouldn't work despite being as per the documentation (see sources below). Here's the code for our function; note it is within ZohoBooks and not ZohoInventory (moved) and the connection...
== v_PackageRef]; if(c_Package.count() > 0) { c_Appt.Zoho_Inventory_Package_Slips.add(c_Package.ID); } } // doesn't work Source(s): Zoho Community - Zoho Creator - Fill Field From Multi-select Lookup
relevant to the opportunity in the 'Skills' section before progressing."); // prevent save of the record return false; } Source(s): ZDK 1.0 Client Script Documentation Stack Overflow - How do I format a date in JavaScript? Stack Overflow - Convert array...