... > Modules and Fields
Hover the mouse cursor over the "Products" module and then over the ellipsis
Click on "Customize Tax Rates"
For our clients in the UK, we tend to specify the tax rates as "Standard ...
... the file
You may note that this generates a text file rather than a CSV, this is because our JS widget won't pack a CSV but it will pack text files.
//
// generate a CSV or TXT
v_CSVFilename ...
... here an example that demonstrates a basic search on a table of data and returns one record as a result.
The use-case here is that we are enhancing a quote builder form in Zoho Creator. The JS widget ...
... generates all email signatures (no criteria). You will need to change the HTML signature and use the Image Source URLs returned from the above function to generate a HTML signature, then use placeholders ...
What?
This is an article to document how we created a button off a Bill record in ZohoBooks which generates a text file to be sent to a bank and downloads it to the staff member's workstation.
Why? ...
... to view taxes and chart of accounts
Setup a connection called "joel_inventory" that has the necessary scopes to do everything under the sun
Setup a function that generates an access token of the Trading ...
... and only unique filenames herein. Perhaps if you were doing this over several imports, you could use the same filenames, I didn't try this, instead my program generates a unique MD5 for each file with ...
... a rate without any preset values. Rates will be taken from the Opportunity record. If these are blank then enter the rates manually below: Rate Year 1.0, Rate Year 1.5, ...");
}
// updat ...
... Another REST API CRM function which generates an eBay Access Token for me
r_Response = getUrl("https://www.zohoapis.eu/crm/v2/functions/fn_ebay_getaccesstoken/actions/execute?auth_type=apikey&zapikey=1003.");
if(!isnull(r_Response.toMap().get("details")))
{
if(!isnull(r_Response.toMap().get("details").get("output")))
{
v_AccessToke ...
... which in turn generates an order in Shopify. This article is primarily for myself as I need to do this for some other clients and I just want to continuously refine and improve my code below.
How? ...
... You will note that I use the access token function (one that regenerates an access token or reuses if not expired). Thereafter, I use the GetMyeBaySelling API Call with specific criteria to only return ...
What?
This article demonstrates how to return a list of unique values in a particular field in a CRM module.
Why?
My use-case is a data-migration where the records exist in a staging module in ...
... but to get the tax rates and their IDs:
// our made up books org id but enter your own
v_BooksOrgID=20210924095;
//
// get taxes
m_Taxes = Map();
r_Taxes = invokeUrl
[
url: "https://books.zoho.eu/api/v3/settings/taxes?organization_id="+v_BooksOrgID
type: ...
... on the function that generates an access token from a refresh token:
string API.fn_eBayConnect_AccessToken()
{
b_SandboxMode = false;
v_Output = "";
if(b_SandboxMode)
{
r_Api = API_Integration[Connection_Name ...
... the following code which generates a sample CSV and then loops through storing each row as a data record and outputting it to screen:
// generate a sample CSV file
v_DataCSV = "1,Joel Lipman,Kings ...
... Product 1 TEST001 This email address is being protected from spambots. You need JavaScript enabled to view it.
0007 Test Product 1 TEST001 This email address is being protected from spambots. You need JavaScript enabled to view it.
The code is a for loop which iterates through each row, assigning an entry for a new product ...
What?
This is an article explaining the code needed to write a PHP script which generates an access token for a service account which in turn is used to list files in a team's Google Drive.
This is ...
... following loops through directory and separates by underscores
FOR /F "tokens=2,3* delims=_" %%A IN ('DIR InitializingFile*') DO ECHO %%A
-- yields:
123.csv
456.csv
So that's our first loop, here' ...
Applies to:
Joomla 2.5.8
Yootheme Template 2012
What?
For any web-developer who can program in PHP/HTML, this would be easy to hard-code and override. However, the article below demonstrates ...
... a program on your computer (opens Outlook).
Confirm the prompt your Outlook instance generates as a result.
You now have a new calendar under Other Calendars, you can open another calendar alongside ...
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.