... however gives me the following error:
{
"code": 15,
"message": "Please ensure that the billing_address has less than 100 characters."
}
How?
So the quick answer is 2 separate API calls after ...
... should get the following error:
Please ensure that the shipping_address has less than 100 characters.
How?
If you get the above error, the community forums will advise you to get the ID of the ...
... their customers to accept or decline a quote. Sure there's a portal and you can probably do it from there but this is a one-click accept or decline then done.
One of the biggest hurdles here, which ...
...
Getting the team folder information
Use the team_folder_ID or if it is a subfolder, then use the team_subfolder_id Ensure the scope for your connection includes WorkDrive.teamfolders.READ and note ...
... Y EVENT"
message :v_DebugMessage
]
}
return "";
Related List for Custom Module
Just for good measure (and because it took me an hour to write this), here's the code to generate a related li ...
... the item relates to.
How?
At time of print, adding the lookup to the line item will automatically display a related list on the Sales Order but does not associate any records... not sure why this ...
... "Scheduler" header information such as the name, description, start date/time, frequency, and timezone.
While you're here, click on "Connections" at the top of the IDE (where you paste the code) and ensure ...
What?
An article to ensure I never spend this long on such a request again. The brief is: "Follow up when a lead is created and not converted within 1 day send an email and notification to sales person ...
... apps may create similar webhooks so you need to make sure the script below is looking for your custom webhook
for each m_ThisWebhook in r_ShopifyWebhooks.get("webhooks")
{
if(m_ThisWebhook.get("id") ...
... pages to retrieve every product from the WooCommerce system.
API connection in WooCommerce
So we need to get an API connection to ensure we get all the products. This involves getting a consumer_key ...
... API having a few email addresses as the recipients:
A sample code snippet:
For the below, I have a connection to ZohoBooks from ZohoCreator called "zbooks". It has fullaccess as a scope but I'm sure ...
... "Next"
Give it the following code:
// attempt
try {
// get the ID of this record
var v_ThisRecordID = $Page.record_id;
// get the full name of this contact (not sure why this ...
... Data Sources in the left sidebar
Add Data Sources > Select Zoho Desk
Do "Next" and select the Zoho Desk Portal
Ensure that "Tickets" is selected (I'd tick most of the fields this contains)
Create ...
... Not sure about the rest of you, but I've been using this for pagination purposes and for the system to work out how many pages or loops in total it would need to do.
How?
Here's a couple of working ...
... new pipeline by clicking the button in the top right.
For this demo, we ensure there are at least 2 pipelines: "Hire Pipeline", and "Sales Pipeline".
Setup: the Client Script
Login to ZohoCRM as ...
... record to an opportunity (or Deal) record. If you are using custom fields, then just ensure that the data type and field lengths match. In this case, they are system fields for the Postal Code which ...
... for anything else than tracking stock...?
How?
So the quick answer is one missing parameter to send through which is "item_type=inventory"... A little longer, is do ensure you have Zoho Inventory ...
What?
A quick article on the SPF & DKIM setup to improve email deliverability from a ZohoApp and methods to check.
Why?
Not sure how I came across it as most of our customers don't use ZohoMail, ...
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? ...
... in storing message conversations despite it's purpose being ideal. Instead, let's use a CRM function to store the conversation between ChatGPT and the CRM User. This way, we can also ensure that the data ...
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.