php-crm-toolkit icon indicating copy to clipboard operation
php-crm-toolkit copied to clipboard

Dynamics CRM Toolkit for PHP

Results 14 php-crm-toolkit issues
Sort by recently updated
recently updated
newest added

Hello Everyone! First: Thanks to everyone involved in creating AlexaCRM! Awesome work. I have a question/issue regarding the performance. I created a really simple example based on your tutorial, where...

i need pagination example if you have , need to fetch 100 records per page ``` $page = 1; $query = $this->xmlQuery(); $fetchXML = $this->xmlQuery(); $result = $client->RetrieveMultiple($query, false, null,...

I'm trying to create a new appointment using the toolkit, but fail when setting the organizer or the required people. Error messages: - No parse handling implemented for type EntityCollection...

To handle urls like: https://organization.api.crm4.dynamics.com

When trying to simply fetch a record, I am running into this error that occurs during the creation construction of the Entity on line 103. When I look at the...

Hello Team, I am using the crm toolkit to update Dynamics fields when they are being updated on my other CRM HubSpot. It is working fine for normal text fields...

Hi, I'm trying to send to CRM an option value of 0 without luck. If I send a value different than 0, I can see it correctly on CRM. But...

I get the following error ``` Property statecode of the new_test entity cannot be set in /var/www/html/Sources/vendor/alexacrm/php-crm-toolkit/src/Entity.php on line 271 ``` When I try to update with this: ```php $test->statecode...

I've used the following 2 issues as references for what I have to do to implement caching with this library. https://github.com/AlexaCRM/php-crm-toolkit/issues/39 https://github.com/AlexaCRM/php-crm-toolkit/issues/19 The following is my adapter class for [Simple...

bug

In Dynamics 365 v9.0, the [Multi-select Picklist](https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/multi-select-picklist) was added. Attempting to get data from this field type in a view results in a a warning: ```No parse handling implemented for...