Assuming such is required, the following 65 results were found.
0 } ], The most logical thinkers would say that you simply need the download_Url value and prepend the CRM base URL such as https://crm.zoho.com + v_download_Url... But that is incorrect, apparently you have to treat the field of type "File Upload" as...
you might think... Doing the above, I would get a really messy response (I'm targeting an API made with ExpressionEngine) such as: Fatal error: Uncaught Error: Class '\Webservice\Service\Exception' not found in...
need to have setup a Zoho Oauth Connection with the appropriate authorized scopes and have access to all related systems such as Zoho Projects and the originating app (in this example, Zoho Creator). 1. Setup up Zoho Oauth Connection: Go to connections...
a quick article documenting how to update custom fields in a line items or product details section of a transactional module such as Quotes, Sales Orders or Invoices using code: Zoho Deluge. Why? At time of print, Zoho had recently introduced the...
encoding will help but there will be times when you have lost the formatting and get weird question mark characters instead such as: . How? Ensure you are using the numbers on your numeric keypad and NOT the numbers at the top of your keyboard for the...
If you were to embed the form on to a page, you would be free to use some reserved CSS attributes on the page style rather such as position: absolute. Because I'm doing this inline and via code, Zoho automatically removes these. So instead, I am going...
icon) Click on the clone icon (just below the pencil icon) Give it a new name, possibly the same name but with a suffix such as "Copy", "Clone" or "2" (or your own company initials just to show the customer who's boss). Now click on the pencil icon of...
these as decoded HTML entities. (Zoho if you're listening) Ideally, Zoho may add this to their zoho.encryption namespace such as zoho.encryption.htmldecode(string). But at time of print, it doesn't exist and in the meantime, I've made a function that...
Authorize it, etc. Create a REST API CRM Function Login to ZohoCRM Go to Setup > Functions > New Function Give it a name and such, I'm doing the following Function Name: fn_eBay_UploadPhoto Display Name: Fn - eBay - Upload Photo Description: What it...
!= 0) { r_DealDetails = zoho.crm.getRecordById("Deals",v_DealID,{"converted":"both","approved":"both"}); // // do stuff here such as updating the deal if required m_UpdateDeal = Map(); r_UpdateDeal = zoho.crm.updateRecord("Deals", v_DealID,...
We've gone the extra step in that we added a custom field that can override the full balance, to allow partial payments such as a deposit or instalment. How? I won't go in to how to create a button in ZohoBooks but you simply add it to the invoice and...
the TXT Value to v=spf1 include:one.zoho.eu ~all If the TXT record already exists for the SPF, then include the TXT value such as v=spf1 mx a ip4:123.245.123.245 include:spf.mycompany.com include:spf.protection.outlook.com include:one.zoho.eu ~all Check...
of ours wants the information entered against products in their WooCommerce to display on their estimates in Zoho Books; such as product image, product name, product description. Granted that in some cases, the design should go in the other direction,...
data rather than responding straight away (less than 1 second requirement) to Shopify with "yes received" response. As such, here's a function which lists the Shopify webhooks it's responsible for and if it finds one missing, it is to restore it. This...
An article to ensure I never spend this long on such a request again. The brief is: "Follow up when a lead is created and not converted within 1 day send an email and notification to sales person everyday for 3 days then escalate to a specified user"....
bit more foresight (I plan to do a mega query to rule them all which has all the data for my widgets), I have to write it as such: SELECT 'CRM Accounts' AS "DataSource", date(t1."ModifiedTime") AS "Date", t1."RecordID" AS "Record ID", t1."RecordName" AS...
6 - View 5 - Edit 3 - Organize 7 - Upload Error(s) Encountered: When updating members to a workdrive, I was getting errors such as 2945 Invalid JSON 2945 Invalid JSON for each v_RecipientEmail in l_WorkdriveRecipients { m_Header = Map();...
When the end customer clicks on either button in their email (at least in a web-based email client such as outlook or Gmail), they should get something like the following: Your staff will, of course, see the estimate status as accepted or declined in...
compatible with some MS Office 2007 styling and fortunately maintains it's previous button layout. The features such as full-screen editing, emoticons, and pasting from MS Word documents make it the best in the market IMO. Joomla FCK Editor You can...
Sharepoint 2007 What? I've been tasked with adding links to files located on some network shares. I want to use UNC paths such as \\myServer\myShare\myFile.doc. I could map the UNC path to a drive letter and then link to it (eg. I:\myFile.doc)but what...