ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、NetSuite の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにNetSuite から関連するレスポンスデータを返します。
CData Excel Add-In for NetSuite ストアドプロシージャ
Name | Description |
Attach | 特定のレコードに指定した添付ファイルを添付します。 |
AttachRelationship | Attaches a contact to a given record. |
CheckJobStatus | 特定のジョブのステータスを返します。 |
CreateRestletSchema | 指定されたRESTlet のスキーマを作成します。Location 接続プロパティで設定された場所にスキーマを格納します。 |
CreateSavedSearchSchema | 指定されたテーブルのスキーマを作成します。Location 接続プロパティで設定された場所にスキーマを格納します。 |
CreateSchema | 指定されたテーブルまたはビューのスキーマファイルを作成します。 |
Detach | 指定したレコードから添付ファイルを削除します。 |
DetachRelationship | Attaches a contact to a given record. |
DownloadFile | Netsuite からファイルをダウンロードします。 |
GetExtraColumnInfo | Returns additional information about the listed columns beyond what may be obtained using the standard methods. |
GetExtraTableInfo | Returns additional information about the listed tables beyond what may be obtained using the standard methods. |
GetJobResults | NetSuite で実行されたジョブの結果を返します。 |
GetOAuthAccessToken | Gets an authentication token from NetSuite. |
GetOAuthAuthorizationURL | Gets the authorization URL that must be opened separately by the user to grant access to your application. Only needed when developing Web apps. You will request the OAuthAccessToken from this URL. |
GetRoles | 接続文字列で指定したユーザーのロールを返します。 |
InitializeVendorBill | Initialize a VendorBill. |
SubmitSoapRequest | 指定されたテーブルのスキーマを作成します。Location 接続プロパティで設定された場所にスキーマを格納します。 |
UploadFile | Netsuite にファイルをアップロードします。 |