ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、SugarCRM の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにSugarCRM から関連するレスポンスデータを返します。
CData Code Assist MCP for SugarCRM ストアドプロシージャ
| Name | Description |
| CreateSchema | Generates a schema definition file for a specified table or view. This stored procedure supports metadata export and integration tooling. |
| DownloadFile | Downloads a file that is stored in SugarCRM document storage. This stored procedure supports integration workflows and external document access. |
| GetOAuthAccessToken | Obtains the OAuth access token to be used for authentication with SugarCRM. |