Accordion Open on hoverintent How do I add Icon on a sub-menu
I have only a modest grasp of how to work with jQuery and this site, so please bare with me. I have Accordion Open on hoverintent working with the icons on header <h3> elements. What I need help with is adding a sub-menu to the main menu (the one that's working) using an unordered list with the <li> as the sub-menu item. <div id="accordion" class="ui-accordion"> <h3>Photo Admin</h3> (working here) <div> <ul>(not working here) <li><a href="#">Link 1</a></li> <li><a href="#">link 2</a></li>
Can't verify my account
Hi, I have FOLLOWED those steps however I still can't verify my account! PLEASE HELP ME
Zoho Java SDK
I am looking at a custom software project (Java) where I would integrate other systems with Zoho's CRM. I see there is a raw HTTP API but that will be tedious building that out to a full fledged SDK with all the various methods and parameters. Does Zoho have a Java SDK for CRM integration or if not is the Zoho API exposed as WADL (or some REST schema) so I can auto generate a client for the Zoho API? -Dave
Any explanation
Hi I have create api to get records, it give information when i hit in browser, but not give any information from curl or fopen function in php. https://crm.zoho.com/crm/private/xml/Leads/getRecords?authtoken=b75436f7949bde6aee6d18650a8600e4&scope=crmapi thanks zaheer
Problem while trying to send attachment in email C# using zoho smtp mail
CDO.Message message = new CDO.Message(); CDO.IConfiguration configuration = message.Configuration; ADODB.Fields fields = configuration.Fields; ADODB.Field field = fields["http://schemas.microsoft.com/cdo/configuration/smtpserver"]; field.Value = "smtp.zoho.com"; field = fields["http://schemas.microsoft.com/cdo/configuration/smtpserverport"]; field.Value = 465; field = fields["http://schemas.microsoft.com/cdo/configuration/sendusing"];
Is Upsert Method available in Zoho API?
Hi, Want to know that is there any upsert method is available in Zoho API? This method will automatically check wheater particular records needs to insert or update by that method itself. Thanks, Parth Shah.