Tuesday, July 4, 2017

Integrate GETTY Images API to Zoho Creator

Getty Images is among the world’s leading creators and distributors of award-winning still imageryvideomusic and multimedia products, as well as other forms of premium digital content, available through its trusted house of brands, including iStock© and Thinkstock©.
With its advanced search and image recognition technology, Getty Images serves business customers in more than 100 countries and is the first place creative and media professionals turn to discover, purchase and manage images and other digital content. Its best-in-class photographers and imagery help customers produce inspiring work which appears every day in the world’s most influential newspapers, magazines, advertising campaigns, films, television programs, books and online media.
With its search image engine you can call via API any kind of images GETTY has access in its database and store them inside your Zoho Creator application to enhance the user experience.

//GETTY IMAGES
    imageURI = "";
    if (yoursearchword.length()  >  0)
    {
        //yoursearchword =
        imageURI = thisapp.API.gettyImage(yoursearchword);
    }

You can now get all the API script needed to integrate GETTY Images and Zoho Creator from our Zoho Library. If you are still not a Zoho guru we can set it up for you if you prefer.

Please, visit our Zoho Services page for more details.

Tuesday, June 27, 2017

Need to Adjust Pricing based on Qty in Zoho CRM Quotes Module

Zoho CRM is one of the most powerful CRM platforms in the market. A common process used by maverick entrepreneurs is the creation of Quotes under each Contact or Account as part of the Potential opportunity stage cycle.

Each Quote allows you to add multiple products so your Client can get an estimate on the cost with a very granular description of all the pricing and components of your product or service. However, when you manage multiple products with a different price tree structure the complexity can easily become a hassle to handle when different Qty´s have multiple prices.
ZohoCRMQuotes
With the use of a simple custom function integration and the Price Books module in Zoho CRM you can incorporate an update task workflow and trigger automated price updates to the Quotes Modules based on the Qty entered into the item row.

There is a catch! Prices will not update instantly on the Edit view, but will reflect the modification once the page is updated. Therefore, if your pricing structure is a complex maze of prices for different Quantities you are better off letting an automatic script handle your pricing calculations.

You can find the script needed to create the custom function in our Zoho Library or if you prefer we can set it up for you directly.  Visit our Zoho Services page to find the integration needed.