What I have:
A CSV file exported from Excel along with double-quotes
label1,label2
item1a,item2a
item1c,"item2c,c"
item1b,item2b
What I want:
To read the file (stored on the server) and ...
What?
This article isn't unique as there are other tutorials out there. This is meant to detail a process to export a database using MySQL Workbench and then to import it into another database.
Why? ...
... comment_count
FROM
my_joomla_db.jos_content
ORDER BY
id
Importing the joomla categories to Wordpress: (still to do: sections as parent categories?)
SET @CountCategoriesAlreadyEntered:=(SELECT ...
... the value of each radio item will be populated using deluge and what's important to note here is that each picklist/dropdown option includes some HTML, specifically a SPAN tag surrounding the date number ...
What?
This is an article documenting how to parse the notification from eBay and using it to create an order in Shopify.
Why?
Previously, we would receive an eBay notification and create an ...
... 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. ...
What?
This is an article to serve as a guide in terms of styling a radio group into a group of Tabs. This is only a guide or reference which was applied for one client but would need adapting to match ...
... set the param name to file (this is important)
r_CreatorPhoto.setParamName("file");
//
// upload the photo to CRM (and prevent workflows from running)
v_Endpoint2 = "https://www.zohoapis.com/crm/v2/Products/" ...
... Standard as for any usual form without a redirect.
Drag a decision box field on to the form; we are calling ours "Save & Close" with the field link name as "Save_and_Close" (the field link name is important ...
... it Shopify - Webhook - Order Update
Specify the Category, I'm going to say Standalone
Specify the Function parameters/Arguments EXACTLY as this: crmAPIRequest of data type string. IMPORTANT! It won ...
... The important fields I wanted were some custom fields within the line items subform. Here I'm adding the parameters to ensure we get CRM records that are also pending approval or being converted.
m_Params ...
... .
p_LeaveTill this is the value of "To" on the "Leave" form.
Giving you something as per the following screenshot:
Click on "Save" to accept this
Note: It is important to add these parameters rath ...
... your action item
Name the workflow
Execute the action for Collection of record (this step is very important!)
And you should have something like the following:
Click through on "Add New Action": ...
... to instruct the client. I use CNAME as I find it easier and it is a step we need for Zoho on their side.
Important: You should now have at least 2 CNAME records against this domain/subdomain. I ...
What?
So I thought I'd write a quick article to remind me and to develop a simple notification system that will popup for any user on the submit of a form, or on the click of a button or on the click ...
Ergonomic adjective
"relating to or designed for efficiency and comfort in the working environment."
So it's pretty important not to be slouching over the coffee table for hours or days on end. I ...
... download the file into cache
r_FileDownload = invokeurl
[
url :v_FileDownloadUrl
type :GET
];
//
// Important: use setParamName on the response
r_FileDownload.setParamName("attachment");
//
// ...
... each column:
1. Specify that the data is delimited
2. Specify the data is delimited by commas
3. Specify which columns should be imported as text (the long numbers and phone numbers) ...
... will open your applications in explorer (much like MacOS). You can then create shortcuts from these and more importantly see the command to open them. Note that the MS Windows 10 Mail shortcut will be ...
... size of about 11Mb. In order for an import process to work, the import would only accept XLS files no greater than 1Mb. So our script has to split a single spreadsheet into multiple worksheets of 3000 ...
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.