... 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 ...
... clients set their due dates differently.
How?
The following snippet of code will query the metadata api in Zoho Books and return a JSON of what the payment terms are.
void fn_ReturnCurrentPaymentTerms()
{
v_BooksOrgID ...
... the attribute. Also remove the class names "disableEditProp" and "eventNone". You should get the following:
Click on "Done", then on "Save and Close".
Go to the Lead Conversion Mapping page (Setup ...
What?
A super quick article on resolving this issue if it ever appears again.
Why?
At time of print, this error was happening to schedules in Zoho Books, Zoho Inventory, and Zoho Subscriptions. ...
... / configuration. Instead, we prepare the following set of instructions for the client to give to their IT administrator. If the client registered their domain with a domain registrar, then they need ...
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 ...
... on the employee record
So now we just need to append the following code which loops through the map / associative array we just created and shove this onto every employee's record. My employee recor ...
What?
Following on from the article: Zoho Cliq: Integrate OpenAI and ChatGPT 3.5 Turbo. This is the next step as we get it to look at data within ZohoCRM.
Why?
Because it is a serious improvement ...
... in certain cases
v_NewLineChar = hextoText("0A");
Thought I needed to add the following but this makes absolutely no difference:
f_CSVFile.setCharSet("UTF-8");
f_CSVFile.setFileType("csv");
...
... Script, add the following:
//
// CSS overrides
v_CssNotes = "";
//
// this line hides the delete/cross icon next to each row
v_CssNotes = v_CssNotes + ".subformRow .form-group";
//
// this line ...
... prompt combining any of the following in a table (this is not an exhaustive / limited list). Do note that the images below were generated using MidJourney v4:
Type of Photography
Nature Photography
...
... the reverse process, the import file.
The import file I got working had the following columns:
Attachment Id: This needs to the unique filename of the actual file on disk (as opposed to "File Name" ...
... Using the following line returns all subform rows, even deleted ones, which is why we didn't use this command in the system. But keeping it for future reference.
var l_existingSubformRows = ZDK.Apps.CRM.Deployment_Rate_Log.fetch(); ...
... I select on a dashboard.
First you will need a table or query that has a bunch of columns and rows with one of the columns containing the sale person name. Something like the following:
With ...
... 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 ...
... called "Zoho Inventory Package Slips" and I'm adding these to a Creator form called "Appointment", my code should be something like the following:
//
// get 100 most recent appointments where this field ...
... output response to console
info "Response of attempt to upload to Zoho Inventory:";
info r_UploadPhoto;
You should get a response similar to the following:
Caveat(s)
The code above only ...
... OnSubmit > click on Create Workflow
Select you want to run some Deluge Script and plug in the following code
if(!isnull(input.Zoho_Inventory_ID))
{
//
// specify your own Inventory/Books organization ...
... for this, I created the following Creator form:
The fields:
Calendar Day Select (link name: Calendar_Day_Select || type Radio)
Form CSS (link name: Form_Css || type Add Notes)
Selected Value for ...
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.