... to be a slideshow as well?
Create a folder in your “My Pictures” folder in your home drive (check that this is the one on the homedrive and preferably not C:\ drive). I’ve called mine “Win7_ScrSvr” ...
Somewhat incomplete! Will post a final solution but here are the basics
What?
This article is a quick note to myself on the idea of a slideshow with the MooTools javascript framework. Basically, ...
We'd lost the menu/browsing interface button panel (well i had). This is how to make sure it shows on the template style and how to position it on the image slide show module that comes bundled with the ...
... r_QuoteDetails;
}
Creating a record
Pretty much the same as above but instead of the method/type PUT you will use POST with an endpoint of https://www.zohoapis.com/crm/v7/Quotes.
Showin ...
... but important to some staff...
How?
In an earlier article, I've shown how to change a radio type field in ZohoCreator into a Carousel type of interface. This time, we're going to repurpose and restyle ...
... Analytics to display different images based on a criteria or a value within a data table. As documented in an earlier article, put the URL of the image, then change it's format to show the image and not ...
... les order ID" = soi."Sales order ID"
Initially we thought we could take the purchase order by simply going through the comments but this only shows Purchase Orders raised from a Sales Order w ...
... tests show this only returns the 1 relevant item from a pricebook of many more items
l_PriceBookItems = ifnull(r_ThisPriceBook.get("items"),{});
for each m_PriceBookItem in l_PriceBookItems
...
... after 4 days:
No code here necessary, this screenshot shows the settings I put in as a separate workflow:
Step 3: Delete transferred tasks on converted contact
Having disregarded the happy path, ...
What?
This is an article to show how to setup a scheduled function that checks and restores a missing webhook as well as the snippets when receiving the webhooks and storing them.
Why?
We found ...
...
How?
So first, this article shows you how to setup an API connection, and then we'll include the code to count the total number of products, and then finallly show the code to loop through all the ...
... (aka the Quote Builder) will need to post a new quote to the system as well as show previous orders.
How?
We're going to use the Zoho Extension SDK. You should refer to my previous linked article ...
... the customer record. Instead, when building the invoice, this had to be added (don't ever remember having to do this) as contact_ids (array/list). Instead the below script will show you how to use this ...
... ie "Extra Confidential" has been ticked
if (b_ContactConfidential) {
// prompt with a confirmation box
var b_Proceed = ZDK.Client.showConfirmation('Do you want to open the mailer ...
... photos of the faulty products. These display fine in a Zoho Creator report and even show up on the preview when exporting to PDF. But when you download the PDF and view this outside of the Zoho instances, ...
... catch (e) {
// return error (don't display it, just show it in the logs)
console.log(e);
//ZDK.Client.showMessage("Client Script error");
}
// unfreeze the GUI
ZDK.UI.freeze(false);
...
... report to show these photos.
How?
The following is simply the steps to create a data table in ZohoAnalytics, then the code to list a ticket's attachments and push them to the ZohoAnalytics data table. ...
What?
This is an article to show you how to, using Deluge code, generate all the email signatures in the user profile in ZohoCRM.
Why?
To simplify the on-boarding process. A client of ours has ...
What?
There are other sources on the web which show you how to deduplicate a contact but usually involve entering a customer name or other key to check if there are already records in the system with ...
What?
If you're lucky enough to build an application for a client based in a country that changes its clocks twice a year, then I'm opening this article without a 100% certain solution as I need to wait ...
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.