ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、QuickBooks の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにQuickBooks から関連するレスポンスデータを返します。
CData Python Connector for QuickBooks ストアドプロシージャ
Name | Description |
ClearTransaction | Marks specified transaction checks in QuickBooks with statuses such as Cleared, NotCleared, or Pending for reconciliation. |
CreateReportSchema | Generates a schema file for custom QuickBooks reports, providing a structure for tailored data extraction. |
GetQBFileStatus | Retrieves the current status of the QuickBooks file, providing insight into its availability or issues. |
ListMerge | Merges two accounts, customers, or vendors in QuickBooks. Requires QBXML Version 7.0 or higher. |
SearchEntities | Facilitates entity searches in QuickBooks by various attributes, streamlining entity identification. |
SendQBXML | Sends QBXML data directly to QuickBooks, enabling custom operations or mass processing. |
SendQBXMLFile | Sends a QBXML file directly to QuickBooks for bulk operations or advanced data handling. |
VoidTransaction | Voids a specified transaction in QuickBooks, ensuring proper tracking and adjustment of financial records. |