<div dir="ltr">Where can I find them?<div><br></div><div>Are they inside the normal installation of BO?</div><div><br></div><div>Thanks</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/7/24 Rickard Osser <span dir="ltr"><<a href="mailto:rickard.osser@bluapp.com" target="_blank">rickard.osser@bluapp.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Marcello,<br>
<br>
the easiest way to do it is checking the sourcecode of CCE.<br>
Both php and C is available. :)<br>
<br>
<br>
Best regards,<br>
<br>
Rickard<br>
<div><div class="h5"><br>
On ons, 2013-07-24 at 09:58 +0200, Marcello Torchio wrote:<br>
> Hi Everyone,<br>
><br>
><br>
> with the pubblication of API for BO boxes I've started the integration<br>
> with our CRM. They works fine and it's a great work!<br>
><br>
><br>
> I was testing APIs using a VM running BO 5107 and I was trying to<br>
> implement some new features.<br>
><br>
><br>
> I've tried to analyze the php code but I stopped myself when I found<br>
><br>
><br>
> $cceClient->create<br>
><br>
><br>
> method. Reading CceClient.php it says<br>
><br>
><br>
>   // description: create a CCE object of type $class, with properties<br>
> in $vars<br>
>   // returns: oid of created object, or 0 on failure<br>
>   // usage: $oid = $cce->create($class, array( 'property' => 'value'<br>
> ));<br>
>   function create($class, $vars = array()) {<br>
>     return ccephp_create($this->handle, $class, $vars);<br>
>   }<br>
><br>
><br>
> I don't know what classes are supported so I've tried to go deeper and<br>
> find the definition of ccephp_create function with no success.<br>
><br>
><br>
> Is there a way to find the definition of this function or a doc where<br>
> we can find supported classes and specs about array to be passed in<br>
> $vars?<br>
><br>
><br>
> Thanks<br>
</div></div>> _______________________________________________<br>
> Blueonyx mailing list<br>
> <a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
> <a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br>
--<br>
<br>
<br>
<br>
________________________________________________________________________<br>
<br>
<br>
Bluapp AB<br>
Rickard Osser<br>
CTO<br>
Solberga Ängsväg 3<br>
125 44 Älvsjö<br>
Sweden<br>
<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br></div>