What?
This is an article which is the updated version of my article Zoho Deluge: Push Item to Shopify API for 2022 using the new policy that Shopify have implemented when creating a custom app.
Why? ...
What?
This is a quick article documenting how to update custom fields in a line items or product details section of a transactional module such as Quotes, Sales Orders or Invoices using code: Zoho Deluge. ...
What?
This is an article documenting how to update Creator from a workflow written in a Deluge Script held in ZohoCRM.
Why?
I've also started this article to document an issue we encountered where ...
... 1 yes no no Hello World Hello World
2 Article 2 yes no no Hello World Hello World
3 Article 3 yes no no Hello World Hello World
Now update them
SET @stringtoFind='';
SET @stringtoReplaceWith='';
UPDATE
`MYTABLE_content`
SET
`introtext` ...
... following:
SELECT counter_field_value FROM table1 WHERE column1='this_article'
Add 1 to counter_field_value
UPDATE table1 SET counter_field_value= WHERE column1='this_article'
Combined ...
Well we're all happy that the iPlayer from the BBC has come to PS3 in Europe but I'm less impressed about the multi-audio output. My setup is that the sound goes from the Playstation to the Sound System ...
What?
Another article on something I learned today despite never running into this issue before; but sending a billing/shipping address included in a request to create or update an estimate in ZohoBooks ...
... API for the eBay store
/*
Function: fn_eBay_GetOrderInfoCreateUpdateZohoSO(string p_eBayOrderRef)
Purpose: Queries eBay for information about an order and then creates item/contact/sales ...
... to make a subform equal the collection rather than inserting the collection into the subform using insert().
Invalid update task found corresponding properties: Trying to update a time field with a ...
... that asked, in this case Zoho Inventory. So for this, I've set up a nightly schedule which checks on all the shipments from a certain date and updates the shipment status for items that have been delivered: ...
... GraphQL
The key value to retrieve is "cursor"; we're also going to use "hasNextPage" to determine if we need to keep looping:
{
productVariants(first: 10, query: "updated_at:>'2023-02-20T00:00:00+0000'") ...
...
// update the record (note the API name being used here)
r_Create = zoho.recruit.addRecord("CustomModule6",m_Create,0,false,"jl_recruit");
//info r_Create;
}
}
}
}
For historica ...
... 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 ...
... to the same school and updates some number fields on the matched CRM account.
Why?
For reporting purposes. Although Zoho Analytics can use data imported from both ZohoCRM and ZohoRecruit, it was ...
... if Deal ID is not zero, then it was found!
if(v_DealID != 0)
{
r_DealDetails = zoho.crm.getRecordById("Deals",v_DealID,);
//
// do stuff here such as updating the deal if required
m_UpdateDeal ...
... v_OutputMessage;
Update: What is the URL to download the PDF in Zoho Books?
Found this today so thought I'd add it to this article:
Invoice: https://books.zoho.com/api/v3/invoices/pdf?organization_id=&invoice_ids= ...
What?
An article on something that has taken me several days to get working: Get Zoho Books or Zoho Inventory that when an invoice is marked as paid, update 2 custom fields with the Payment Method, and ...
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.