What?
A quick article to document a method of looping through all the records of a module and processing these with the ability auto-resume without processing the same record twice.
Why?
Whether ...
... times and run through a few, I thought I'd note this down to remind me if I ever work for a company using SITS:Vision again.
How?
For demonstration purposes, I'm going to create a table update process ...
... on it. I'm going to use a short batch process but to save time on the different ways of doing this, the example below uses a command prompt to a) create a batch file b) use it to rename the files c) delete ...
Once again I've spent a whole morning going in the wrong direction with a convincing SQL script. This article is just a note on when using Business Intelligence Development Studio (BIDS) or Report Builder ...
... reports though.
The error I'd get was
An error occurred during local report processing.
An error has occurred during report processing.
Cannot read the next data row for the dataset DataSet1. ...
The Issue
After modifying a report and on running it, Report Builder 2.0 returns the following error:
An error occurred during local report processing.
An error has occurred ...
... list of pages to loop through (note: issues with multiple pages, do 1 at a time)
l_Pages = ;
v_PerPage = 200;
for each v_Page in l_Pages
{
v_CountTotal = 0;
v_CountProcessed = 0;
v_FromIndex ...
What?
An article for myself really as I couldn't find much online to address the errors I encountered below but also to document the import process of a bunch of files into a ZohoCRM system.
Why? ...
... to the Deal record.
How?
The following is the process from registering the app to call on the full API (grant code > refresh token > access token) and then the code to attach the document to the ...
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 ...
... each year despite it's expiry in a couple years time.
The first time I did it, there were more steps; the second time I just did as per the below. If I ever have to do the long process again, I'l ...
What?
This is an article documenting the process of publishing a Zoho Inventory image to eBay's Picture Hosting Services (EPS).
Why?
Because I couldn't find any other article in the whole world ...
... ID from Shopify.
How?
The below details on how we set up an access token in Shopify using the new process.
Preparation:
You don't have to do this, but I store all the keys in a Zoho Creator ...
... order record in Zoho Creator. We did the same for when Shopify would process an order. You can see my following articles for more information on these:
Zoho Creator: Receive eBay Order Notifications ...
... Xero webhook.
You're going to need to respond to Xero with valid and invalid HTTP statuses as their webhook validation process is a little stricter than Zoho's.
Setup a Zoho CRM Function:
Login ...
... REST API function that will forward the payload data to Zoho Creator (Yes you will need CRM version Enterprise or Zoho One [that supports functions] for this process).
So first off, here's a reminder ...
... m_RelatedList;
Error(s) Encountered
Sorry, there was a problem processing your request.: Your returned XML is invalid
Sorry, there is a tag discrepancy in the function. The related list canno ...
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.