Intro
Prefixing lines with their respective line number in a text file using a Microsoft Windows Operating System... I've just googled this as I couldn't remember how I did this last time and a number ...
... Just for fun
The code to display hexadecimal or RGB value in the fields: Created or Edited > On User Input > Color Picker
if(!isNull(input.Color_Picker))
{
v_HeximalRef = input.Color_Picker.getsuffix("background-color:").getprefix(";");
input.Hexadecimal ...
... = v_ImageSrc.getPrefix("\"");
if(!isBlank(v_ImageSrc))
{
// use a try...catch as some file types may cause this to partially fail
try
{
v_CountNew = v_CountNew + 1;
f_DownloadFile ...
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 ...
... shared can be controlled/monitored.
Create a CRM Module called "GPT Chats" (singular: GPT Chat)
Modify the name field to be an Auto-Number (I'm prefixing mine with CHAT-
Add a pick list called ...
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 ...
... This is a "zcrm_" prefixed ID of the user who owns the attachment.
Modified By Id: This is a "zcrm_" prefixed ID of the user who modified the attachment.
Created By Id: This is a "zcrm_" prefixed ID of ...
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 ...
... r_LeadDetails.get("Created_Time").toString("yyyy-MM-dd");
//
// parse time into HH:mm:ss
v_LeadCreatedTime = r_LeadDetails.get("Created_Time").getSuffix("T").getPrefix("+");
//
// combine into a sql format ...
What?
This is an article to document a function used in Zoho Creator to retrieve the Product IDs of all the active products in a client's eBay store.
Why?
The use-case was that I wanted to retrieve ...
... tidy up the response so we can executeXPath
x_Response = r_ResponseXML.executeXPath("/*/*").toXmlList();
for each x_Node in x_Response
{
if(x_Node.contains("").getPrefix(" 0)
{
v_AccessToke ...
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.