Saturday, June 3, 2017

Compress Your Zoho Images 33% or more with Cloudinary API

cloudinary
Cloudinary is the image back-end for web and mobile developers. An end-to-end solution for all your image-related needs.

Use Cloudinary's image service instead. With simple integration to Zoho Creator you'll get immediate access to cutting-edge image capabilities. Save R&D time, get to market faster, reduce your IT costs and improve your viewers experience.

What makes Cloudinary stand out?

  • Securely upload images or any other file, at any scale from any source. API for fast upload directly from your users' browsers or mobile apps.
  • Store as many images as needed. Our image hosting service stores images privately and safely with automatic backup and historical revisions.
  • Manage your media library interactively with our Digital Asset Management solution or via APIs. Gain insights using advanced analytics.
  • Manipulate your images dynamically to fit any graphics design. Apply effects, resizing, cropping, face detection, watermarks and tons of image processing capabilities.
  • Get your images delivered lightning-fast, responsive and highly optimized for any device in any location. Images are served via Akamai’s worldwide CDN.
Interested on integrating this API to your zoho creator application?

Integration has been developed and its readily available as a one time Add-On purchase or inside our Leverage Zoho Library to all its members.

Wednesday, February 8, 2017

How to properly set subforms in Zoho Creator Part 2


To build a robust Order form in zoho creator you need to be able to automatically "fetch" the information about a product and let the system pre populate the subform with pre existing data in the Products Table.

First, you need to have a Products form with all the relevant information about the Product. Price, Description, etc.

Second, you need to fetch the Product information based "On user input" inside the items Subform and add the below deluge scripting.

prodct  =  Products  [ID == row.Product];
row.Description = prodct.Description;
row.Price = prodct.Price;
row.Qty = 1;
if ((row.Price  !=  null)  &&  (row.Qty  !=  null))
{
    row.SubTotal = (row.Price  *  row.Qty);




Check How to properly set subforms in Zoho Creator Part 1

Tuesday, January 3, 2017

6 of the Most Popular Zoho Creator posts of 2016

SummaryTagsUrl
Zoho speeds up Innovation with mobile App CreatorZoho Creator, Online Database

https://www.creatorscripts.com/blogs/post/Zoho-speeds-up-Innovation-with-mobile-App-Creator/
Fetch Email Id Associated with a UsernameZoho Creator, onlinedatabase


https://www.creatorscripts.com/blogs/post/Fetch-Email-Id-Associated-with-a-Username/
How QR code and barcode scanning with Zoho Creator works?Zoho Creator, Barcode, QRCode


https://www.creatorscripts.com/blogs/post/How-QR-code-and-barcode-scanning-with-Zoho-Creator-works/
Zoho Creator Hack: Specify "OR"  or "AND" operators when setting criteria for displaying a viewZoho Creator, Views criteria


https://www.creatorscripts.com/blogs/post/Zoho-Creator-Hack-Specify-OR-%C2%A0or-AND-operators-when-setting-criteria-for-displaying-a-view/
Why Zoho Creator is winning the database war against MS AccessZoho Creator, MS Access


https://www.creatorscripts.com/blogs/post/Why-Zoho-Creator-is-winning-the-database-war-against-MS-Access/
How to properly set Subforms in Zoho Creator Part 1Zoho Creator, Subforms


https://www.creatorscripts.com/blogs/post/How-to-properly-set-Subforms-in-Zoho-Creator-Part-1/

Monday, December 12, 2016

Woocommerce Zoho CRM Integration

Woocommerce Zoho CRM integration is a plugin which is built on top of Woocommerce help easily synchronize Woocommerce customers and orders with lead and account and contact of Zoho CRM.

Features 

    woocommerce zoho crm integration
    woocommerce zoho crm plugin
    woocommerce zoho crm integration module
    woocommerce zoho crm function
    woocommerce zoho crm integration features

Configuration 

Fields Mapping for Woocommerce Zoho CRM Integration 

Woocommerce Zoho CRM Integration report

Woocommerce Zoho CRM Integration supports Woocommerce 2.2.x version.

Road map

  1. Synchronize Product of Woocommerce to Product in Zoho CRM
  2. Synchronize Order of Woocommerce to Order in Zoho CRM
  3. Extend Rest api of Woocommerce for bi-direction synchronization
If you have want the further features that is not supported in current version, do not hesitate to contact us.

INSTALL PLUGIN

Friday, December 2, 2016

Create and Manage HR Documents from ZOHO Creator

Managing your HR processes can be a daunting task.  From collecting new employee information, tracking time off, and handling payroll, there is a lot to keep track of and a lot of documentation to go along with it.  No sweat!  There’s a great tool called ZOHO Creator and you can build a customized HR app that allows you to manage all of your HR data across your entire business.  Then, combined with WebMerge you can generate employee contracts, insurance applications, state forms, and more.

In this example we’re going to show you how you can generate new employee intake documents with WebMerge when an employee is added to your ZOHO Creator app.  We’ll be generating a new employee contract automatically with a little added help from Zapier.

To get started, we are going to create a new document in WebMerge and upload our Employee Contract template (a Microsoft Word document).  This template is already setup with merge fields like {$FirstName}, {$LastName}, etc and that tells WebMerge where to put the employee information throughout the contract.
 

Next, we’re going to integrate the delivery of the document with SignNow so that we can get the employee’s signature on the contract.  Go to the Delivery tab for your document setup, then click New Delivery.  Select the SignNow option and then authenticate your SignNow account.  Complete the rest of the settings and indicate the signer info, then save the delivery.
 

Now, it’s time to setup the Zap so that your ZOHO Creator information automatically to WebMerge.  Login to Zapier and create a new Zap with ZOHO Creator as the Trigger and WebMerge as the action. 
 

Once you authenticate your accounts with Zapier, you’ll need to pick your WebMerge document that you want to merge and then map the merge fields with the corresponding ZOHO Creator fields.  This tells Zapier how to send the data to WebMerge to make sure it is put into your merged document correctly.
 

After you have mapped the fields, go ahead and jump down to the Test section.  This allows you to send test information from ZOHO to WebMerge using your settings and you will see how the process works.  If you need to make any changes, do so now.  Here’s what our contract looks like:
 

Congrats, you’re done!  Now you can run your entire HR department through ZOHO and automatically create any documents you need with WebMerge.  What other ways can you use WebMerge in your business?

Create Personalized Documents from Zoho Creator with WebMerge
powered by Zapier