ストアドプロシージャ
ストアドプロシージャはファンクションライクなインターフェースで、Microsoft Dynamics 365 Business Central の単純なSELECT/INSERT/UPDATE/DELETE 処理にとどまらず本製品 の機能を拡張します。
ストアドプロシージャは、パラメータのリストを受け取り、目的の機能を実行し、プロシージャが成功したか失敗したかを示すとともにMicrosoft Dynamics 365 Business Central から関連するレスポンスデータを返します。
CData ODBC Driver for Microsoft Dynamics 365 Business Central ストアドプロシージャ
Name | Description |
GetAdminConsentURL | Generates the admin consent URL required for granting application access to a specified domain. An administrator must open this URL separately to authorize the application when using custom OAuth credentials. |
GetOAuthAccessToken | Retrieves the OAuth access token needed for authenticating API requests to the service. This token is essential for maintaining secure communication. |
GetOAuthAuthorizationUrl | Generates an authorization URL from the data source. This URL is used to obtain an authorization code or verifier, which is required to complete the OAuth authentication process. |
RefreshOAuthAccessToken | Refreshes an expired OAuth access token using a valid refresh token. Ensures uninterrupted authentication without requiring user reauthorization. |