How To Create a case Or Incident In Microsoft Dynamics Online CRM using php-crm-toolkit
问题 I am trying to create case it's giving me "Fatal error: Uncaught AlexaCRM\CRMToolkit\SoapFault: You should specify a parent contact or account. in D:\wamp64\www\php_crm\vendor\alexacrm\php-crm-toolkit\src\Client.php on line 1159" My code: <?php /** * Use init.php if you didn't install the package via Composer */ require_once 'vendor/autoload.php'; use AlexaCRM\CRMToolkit\Client as OrganizationService; use AlexaCRM\CRMToolkit\Settings; $options = [ 'serverUrl' => '**********************',