...
Conversion failed when converting date and/or time from character string.
Basically I had to look at a previous report and it was just the way I was inserting the parameters into my query.
Once ...
... specify a date (so excludes hours, minutes and seconds). For demonstration purposes, I'm going to be using the European date format so DD/MM/YYYY.
The Solution
This is what I use to convert a given ...
... could be the same under price total.
Where a price is applied, values should be retained in decimal format with currency symbol prefixed if value is greater than zero.
Source(s):
To convert Page ...
What?
A quick article with the code to download image attachments from a Zoho Ticket and then to upload the attachment to Zoho Analytics.
Why?
First of all, we couldn't find how to sync attachments ...
...
How?
So there are a few issues with displaying images which would have other solutions, such as hosting the images on a web-server, or converting to a base64 or an SVG. ZohoCRM signatures seem ...
... + p_QuoteID
type :GET
parameters:m_ApprovedConverted
connection:"zcrm"
];
// should be checking here that data contains any rows but I'm going on the basis that this quote exists in CRM an ...
... other entry does not...
This article is a start and adaptation of my previous article Convert to Proper Case in T-SQL which I had previously used for the migration of a HR system. This is intended ...
... but it is a workaround I have used and that worked when converting a lead to a deal. Note that this hack doesn't work on the system field label name (I tried) just on the length field. Use the translations ...
... / send an order array
l_OrderIDs = List();
m_OrderID = Map();
m_OrderID.put("OrderID",p_eBayOrderRef);
l_OrderIDs.add(m_OrderID);
m_Params.put("OrderIDArray",l_OrderIDs);
//
// convert to xml and repla ...
... convert to xml and replace root nodes
x_Params = m_Params.toXML();
x_Params = x_Params.toString().replaceFirst("","");
x_Params = x_Params.toString().replaceFirst("","");
// info "Request Sent t ...
... // convert this row to an object
o_SkillName = JSON.parse(JSON.stringify(l_SkillsSubform[i]));
// check the skill is not blank
if (o_SkillName.Skill != null) {
// parse out ...
What?
This is an article on a trick I picked up from one of our interviewees as well as apparently in one of the Zoho documentation manuals. It uses leftpad to create a string of a length, converts ...
What?
This is an article describing a custom function built into Zoho Flow that will accept as parameter the document_id and request_id. It then retrieves the Deal Reference (entered by an office signee) ...
... create a button that sits on the view page of a record and the staff simply click on and it does all the aforementioned.
How?
The difficult part here was to figure out how to convert the CRM record ...
... r_Delivered;
}
}
}
}
Error(s) Encountered
: Not sure about what ended up fixing this one. I think I converted the sales order to an invoice and created a package slip for it. The invoic ...
... ID with the PDF file attached to it. Also, you can send multiple PDF files at the same time, as it is with any email client.
You can also use ‘Convert’ as the subject and send it to Kindle. The file ...
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.