... impossible. To use other fields that could be sent via the URL as a verification to be checked at the webhook endpoint would be good as well; but I couldn't spend time finding fields that can be 'placeheld', ...
... the URL and set the callback events (triggers) to "Completed by all"
Now whenever a document is completed in ZohoSign, it will send the data of the request to ZohoCRM
Done!
So the above is good ...
... key here to enable inventory tracking
m_CreateBooksItem.put("item_type","inventory");
//
// other less important values to include re purchase information
m_CreateBooksItem.put("product_type","goods");
m_CreateBooksItem.put("reorder_level",0);
m_CreateBooksItem.put("available_stock",v_QuantityAvailable.toLong());
m_CreateBooksItem.put("initial_stock",v_Quantity.toLong());
m_CreateBooksItem.put("initial_stock_rate",v_ItemPrice.toDecimal());
m_CreateBooksItem.put("inventory_account_id",m_Accounts.get("Inventor ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
What?
This is an article taken from https://goodereader.com/blog/kindle/here-is-how-you-can-read-pdf-files-on-the-amazon-kindle which I wanted to take note of as it is a process that worked at time of ...
... tag which isn't great for CSS styling as you can't do cross-dom acoss child iframes; but it does let you use OpenURL(v_Url, "iframe", "iframe_name") which is good if you have multiple iframes on a page and ...
What?
This is a quick article on how I built my 2022 workstation and got 5 monitors working with only 1 graphics card.
Why?
This took me a good few hours to get working so I thought this article ...
... span label[elname='radioEl_zc-Calendar_Day_Select_9']
Awesome! Looking good!
the Deluge
Not just a pretty face, let's make this functional. First of all, make sure you set up a form with ...
... and ZohoWriter.Merge.ALL
For good measure, I'm going to include the scopes: WorkDrive.files.ALL, WorkDrive.workspace.ALL
Click on Create and Connect > Accept
Get the Template ID
The following ...
...
Other timewasting activities but good code
Putting this code here on this article as it was the path I initially went down.
Send mail attachment: creator file upload field value as attached ...
What?
A quick article to document how to calculate the distance "as the crow files" between two coordinates given the latitude and longitude of each.
Why?
Well, you can pay for a good Google solution ...
... in width but this is not good for a final solution. I thought maybe there was a setting for the default font size or where I've accidentally zoomed out in the browser... but these were red herrings as ...
... a good bit of information from the source link listed below but the settings didn't solve the problem. The solution was to change the options on the mac firewall by going into
Settings > Security & Privacy ...
... Points of Interest (POI). Considering
I spent a good month styling Google Maps for Android OS on a mobile app,
having access to the Google Map API v3 in JavaScript is a doddle... And
incredible ...
Previously titled
Fix PHP cURL: parser error: Document labelled UTF-16 but has UTF-8 content
What?
This is an article with notes for me on how to convert some received XML encoded in UTF-16 to ...
... the top level parent
You will need:
Access to the Joomla Administration Panel (to check for and remove expired menu items)
A good database administrator who is comfortable with making changes ...
Some more distractions. This is my filming of some Radio Controlled cars at the Torch Racing, UK event last Sunday. The FPV latency isn't good on this camera so it was no use here, so several challenges: ...
... "dd/MM/yyyy HH:mm:ss")
-- yields 11/02/2014 11:21:32
Sounds good, where's the problem?
The problem
Putting the date in an IIF (if-then-else) statement displays "#Error". You should get errors ...
What?
There are a lot of articles & posts out there that cover the same topic, but as this took me the good part of an hour just to find out, I'm posting it here so I never have to look for it again. ...
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.