Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
774 views

Using AlexaCRM/dynamics-webapi-toolkit I need to add a filter for a "modifiedon" datetime

As the title says, I am using the AlexaCRM/dynamics-webapi-toolkit package in a php project. I have some code where I retrieve multiple records (That part works). However, I need to add a sort of ...
Sky's user avatar
  • 55
0 votes
1 answer
50 views

How can I use Alexa CRM to display an aggregated result in WordPress

I'm currently using the Alexa CRM plugin for WordPress to connect to my Dynamics CRM. I'm trying to get the results of the following aggregation [msdyncrm_twig] {% fetchxml collection="simpleagg&...
Cameron Jones's user avatar
0 votes
0 answers
375 views

Call a named workflow in Dynamics 365 from Laravel using PHP-CRM-Toolkit by AlexaCRM

We have an application in Laravel 5 which has an integration with Dynamics 365 through PHP-CRM-Toolkit (https://github.com/AlexaCRM/php-crm-toolkit/). I want to call a named workflow in Dynamics 365 ...
Anand Gupta's user avatar
0 votes
0 answers
206 views

How to send a lead with a lookup field to dynamics CRM (using PHP and AlexaCRM toolkit)?

I'm using AlexaCRM and I tried sending a lead with a lookup field. I don't have any problems with other fields. This is my code: use AlexaCRM\CRMToolkit\Client as OrganizationService; use AlexaCRM\...
EmiPainkiller's user avatar
1 vote
1 answer
101 views

Insert new contact

I m using https://github.com/AlexaCRM/php-crm-toolkit to send data from a form to an entity in CRM I want to add a product id from entity 'new_produituic' to 'contact' entity <?php require '...
Abdo MErzouk's user avatar
1 vote
1 answer
218 views

Alexa CRM how can i add data to different entities

I'm using https://github.com/AlexaCRM/php-crm-toolkit to send data from a form to an entity in CRM. With normal fields it's okay but when I want to add 'new_produit_demande' it's gives error because ...
Abdo MErzouk's user avatar
1 vote
2 answers
744 views

Get all invoices for specific contact using Alexa CRM toolkit in Dynamics CRM

I'm using AlexaCRM Toolkit for Dynamics 365 and I'm working on script that bring me results of all invoices for specific contact, the following script show the last ten invoices but for different ...
Mssef's user avatar
  • 105
3 votes
0 answers
436 views

Set new object property with Dynamics 365 using Alexa CRM toolkit

I'm using AlexaCRM Toolkit for Dynamics 365, I added a new field for the entity lead (I created a custom field called new_wordpressid) so I can do the mapping with the lead created in wordpress and ...
Mssef's user avatar
  • 105
0 votes
1 answer
451 views

How to add Account name to a contact in Dynamics 365

I am using Alexa-php-toolkit for Dynamics 365 https://github.com/AlexaCRM/php-crm-toolkit, using this I can successfully create new contact but I can't add an account name with the contact, when I try ...
Developer's user avatar