Applies to
Microsoft Office Sharepoint 2007
What?
I've been tasked with adding links to files located on some network shares. I want to use UNC paths such as \\myServer\myShare\myFile.doc. ...
... name, size, user who uploaded, timestamp and the path. Remember that the paths are determined using the MD5 Hash of the filename:
select
img_name,
img_size,
img_user_text,
img_timestamp,
CONCAT(SUBSTR(MD5(img_name), ...
So this is for Microsoft Office Infopath 2007 (SharePoint 2007).
The situation is that I started creating a SharePoint List (datasheet) and when I made my form dropdown read from the list, it just ...
... Off
Just a note here for myself where using invokeAPI over invokeURL:
//
// retrieve record details
r_SoDetails = invokeapi
[
service :zohocrm
path :"/crm/v7/Sales_Orders/" + p_SalesOrderID
type ...
... after 4 days:
No code here necessary, this screenshot shows the settings I put in as a separate workflow:
Step 3: Delete transferred tasks on converted contact
Having disregarded the happy path, ...
... + v_PublishKey + "?filepath=/" + v_DocFileName;
//
// Store the link to the local file as the local image - this is where we could check on file extension and substitute with PDF, DOC, XLS ...
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?
Following on from my article: ZohoCRM: Get All eBay Active Listings, this is how to get all the orders from a client's eBay.
Why?
Our use-case is a data migration from eBay to a fresh instance ...
What?
Another one of these articles talking about getting all the active product listings from eBay for a specific client.
Why?
Our use-case scenario here is that we want to get an inventory ...
What?
An article on how I can query all the orders for yesterday without using the eBay GUI Selling website. I've included the code to parse out the information as well.
Why?
Because I need this ...
... quick parsing instruction to get the eBay photos; this snippet stores the URL of each picture in a list variable:
l_Pictures = x_MainNode.executeXPath("//Item/PictureDetails/PictureURL/text()").toXmlList();
/ ...
... the public URL of the file on this record
v_PublicUrl = "https://creatorapp.zohopublic.eu/file" + zoho.appuri + "Inventory_Photo_Report/" + input.ID + "/Creator_File/download/" + v_PublishKey + "?filepath=/" ...
What?
A super quick article on how to download an attachment from CRM and upload to a "file upload" field in Creator.
Why?
My use case here is that we are creating a Creator app that will show ...
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 ...
What?
This is an article to document how to schedule a call with a reminder in Zoho CRM using Zoho Deluge.
Why?
Because I find a need to document anything that takes longer than 30 minutes to ...
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.