All Questions
Tagged with alexacrm-toolkit dynamics-365
4 questions
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 ...
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 ...
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 ...
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 ...