Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは私はsugarcrmインスタンスとmagentoインスタンスを持っています。それらは2つが別々です。つまり、データベースが異なります。私の要件は、sugarcrmでユーザーを作成するときに、adminユーザーをmagentoに挿入する必要があることです。コードをsugarで実行する必要がある場合、sugarでそれを行うにはどうすればよいですか。他の方法は
Magento API について調査する必要がありますが、Sugar では、「after_save」をトリガーするユーザー モジュールにロジック フックを作成する必要があります。新しいユーザーを作成するために Magento の API を使用する、作成したカスタム クラス/メソッドをポイントします。