What?
A quick reminder on how to make the carousel in bootstrap compatible with touch devices like smartphones and tablets.
Why?
Feed back was that the user was unimpressed with the image slideshow. ...
Basically so that you can set all those SEO settings in the global configuration tab to YES.
Note: you need the permissions to rename the file ("htaccess.txt" to ".htaccess" in your ...
Everyone loves chocolate chip cookies, and with VideoJug's special recipe, it's easy to make the perfect chocolate chip cookie every time.
You Will Need:
...
The Issue
You have a PHP page which generates a HTML form. When the user submits the form, you want the same PHP page to process the data.
Solution
I've seen a lot of people write CGI requests but ...
... print (6 June 2022) and I wanted to make sure it didn't just disappear or be difficult to find in future.
How?
The process of sending a PDF file to your Kindle device is also quite straightforward. ...
... fields in Zoho Inventory... and the list goes on. So in my job, we tend to create a few custom functions which will download any item from eBay to Zoho Inventory and vice-versa. Easy to make the function ...
... "it's a poor workman who blames his tools". Let's make do with what we have. The 2 Acer monitors only have DVI and VGA inputs. The 3 Dell monitors can daisy chain with a combination of DisplayPorts and ...
... the code I use when a "Addition of a row" workflow is triggered on that subform. This makes sure I don't download it again and create a new Creator record to hold the same file but in a new record, as wel ...
... app without building a JS Widget or using Nodejs... Or we can make do with the tools provided. The brief was similar to the Zoho Bookings interface where their Creator app is to present the user with ...
... = ifnull(m_Webhook.get("record").get("Lead_Status"),"");
}
//
// if user profile is not allowed to make this change
m_Output.put("status","success");
if(v_LeadStatus != "")
{
if(l_DisallowedProfiles.contains(v_UserProfile) ...
... don't have this see alternative steps below on "Inspect page Elements in Chrome").
In the Developer Tools Inspection Window for Elements, make the changes to your box using your HTML knowledge (in my example, ...
... client who wants to import data via FTP (SFTP - to be precise) and have this available to their Zoho apps. My aim(s) are:
Setup recurring FTP connection.
Make data readily available to ZohoCRM. ...
... hide all labels
v_Css = v_Css + ".zc-Tabs-group label";
// make labels with class choice-label-text visible and style with border, text alignment and background
v_Css = v_Css + ".zc-Tabs-group label.choice-label-text";
v_Css ...
... Deluge.
How?
We're going to make use of the .toLong() function applied to a datetime datatype variable which will return the Unix seconds.
// the now time
v_NowTime = zoho.currenttime;
//
// ...
... receive data
Login to your Zoho Creator and setup a form, I've called mine "eBay Webhook Payloads"
Add a Single-Line field called "Event Type"
Add a Multi-line field called "Payload"
Click Done
Make ...
...
Now this stops the loop because it won't make a change to the triggering field if there was no difference on the eTag value.
Monitoring multiple fields
Additionally, you might ask if you need an ...
What?
This is an article for training purposes. I'm pretty sure there is official documentation on how to do this but I thought I'd write this article to make it simpler for new developers to follow and ...
... go.
How?
Here's a use case example which you will need to adapt to your own but It should do enough (spacing has been added for demo purposes and to make it clearer).
In the below example, my ...
... to allow customers to make a booking based on the configuration and appointments in a ZohoBookings instance.
How?
The getAvailableSlots function requires as parameters according to documentation ...
... the requested dates as leave.
[Warning: red herring ahead] For this process, we setup connections choosing to make use of the Zoho People API and we could update any of the fields EXCEPT for "ApprovalStatus" ...
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.