... in order to make a change on a live system to a service user account... Especially one used by the scripts to access the database-driven website.
How?
I'm first going to highlight 2 methods which ...
... declare the parameters used by the software within the SQL script... So the above should look more like this:
-- ===============================================================================
-- ...
... , it may get confused as to where the photo came from and will error when displaying it. I think it will be fine.
Source(s)
Joel's tired and inefficient brain
The non-existent and plethora of foru ...
... all monitors are now connected to my home PC. The way to do this might be different for you depending on the components of your PC. So here's a list of what I used:
TypeComponentQuantityPrice (GBP)
Reused ...
...
At time of print, things have moved on and based on the Zoho official forums, this used to be a daunting task. Not anymore at least from what I've seen.
You could try adding a subform to Creator ...
...
AuthToken (Multi Line)
AuthToken Expiry (Date-Time)
You should end up with something like this screenshot:
* Some of these fields are unnecessary for this example but are used to accommodate ...
What?
So this is a pretty cool feature in Zoho CRM that I hadn't used much but definitely worth an article. The ability to block field picklist options from being selected based on the profile of a user. ...
... 12
Additional Note(s):
You might ask why not use the built-in round() function? Well I admit that round() needs to be used for currencies. The issue is that round() only rounds up decimals to ...
What?
A very quick article on how to deal with an issue where a CRM template has been used and where the table of line items appears on a separate page (and to remind me of the CSS to fix this).
Why? ...
... in Xero.
Why?
I used to use ZohoCRM schedules to pull when an invoice has been paid, but ZohoCRM schedules run only every 2 hours. You can set up 2 schedules: one that runs on even hours and one ...
What?
A very quick article to remind me how to send a text message using Twilio API in Zoho Deluge.
Why?
The use-case here is that we want local sense dialing where specific numbers are used both ...
... several calculations happen in real-time making it really difficult to extract and use.
The key trick I used was to actually use a single-line text to store the customer's requested time. Let's use ...
... 01-Nov-21
// Tuesday 02-Nov-21
Note that Sunday is day of week 1.
Here's the English ordinal bit I used:
m_Ordinals = ;
v_Day3_Ordinal = ifnull(m_Ordinals.get(v_NextDay.toString("d").toLong()),"th"); ...
... Deluge Script:
// assuming my sections are called "Tab_Section_1", and so on ... [these can be named as you want, the names I've used here are for demo purposes]
hide Tab_Section_1;
hide Tab_Section_2;
hide ...
What?
A quick article to take a list of options from a HTML select element and convert to a Zoho Deluge list that will eventually be used to populate a dropdown.
Why?
Because I find myself doing ...
... for every photo uploaded, an API call is used up. If you have low limits, even 2000, this means you can only upload 100 products a day if they each have 20 photos (even less products then that as the ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's Shopify.
Why?
The use-case was that I wanted to search ...
... only used for wireless applications?
m_EventProperty=Map();
m_EventProperty.put("EventType","FixedPriceTransaction");
m_Params.put("EventProperty",m_EventProperty);
*/
// include the Use ...
... to assign the sales person.
How?
So after an hour or so trying to get the Zoho.books.getRecords() function to filter the sales persons, I gave up and used a for each loop instead.
In the next ...
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.