VtigerCRM with SOAP

    版本為 02:22, 27 Dec 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    VtigerCRM 的 SOAP 整合

    啟用 SOAP 支援

    1. 安裝 PHP Extension SOAP
    2. VtigerCRM 預設是關閉 SOAP 支援的,執行指令將其打開
    cd /var/www/html/vtigercrm/soap
    mv webforms.php.deprecated webforms.php 
    

    新增 Leads

    create_leads.php :

    reference to undefined name 'syntax' Exception of type 'MindTouch.Deki.Script.Runtime.DekiScriptUndefinedNameException' was thrown. (click for details)

    Notes:

    1. SoapClient, __soapCall 都是 PHP 內建的函數,詳細參閱:http://dk.php.net/SOAP
    2. assigned_user_id 這是要分派此 lead 的 userid。
    Powered by MindTouch Core