Skip to main content

All Questions

Filter by
Sorted by
Tagged with
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
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