-
My `composer.json`, running composer `1.8.4`:
```json
{
"name": "yproximite/yprox",
"license": "proprietary",
"description": "yProximite CMS: yProx",
"repositories": [
…
-
plugin is not working can you please update to support the new version
-
Hey, it seems there is only support to Put blueprint transitions, but not to Get them. How do you currently get the possible transitions?
The Zoho API supports to retrieve all possible transitions…
-
-
Trying something simple like
```
$zohoCrm = new \Webleit\ZohoCrmApi\ZohoCrm($client);
print_r($zohoCrm->custommodule1->getList());
```
Fails with
```
PHP Fatal error: Uncaught Webleit\Zo…
-
Could it be that this SDK is not updated to the guidelines of Apple regarding the use of UIWebView?
Apple is not accepting apps that use UIWebView any more:
> ITMS-90809: Deprecated API Usage - New …
-
Hello,
As suggested in your documentation (the documentation is outdated btw, https://www.zoho.com/salesiq/help/developer-section/ios-mobile-sdk-installation.html it says install **version 1.1.0**…
-
Use this page for any questions or discussion that does not need a separate issue.
-
Cliq powered by Zoho is the official communication client used by navGurukul. Students check it more frequently than they even do their emails.
We need to integrate the backend with Cliq, such that…
-
Is it something like this?
$new = new \Zoho\CRM\Client();
$data = zohocrm::createRecord("Leads",["Account_Name"=>"Testing1000"]);
it is saying not found