| |
| Date | Build Number | Change Type | Description |
| 10/24/2025 | 9428 | Salesforce | Changed
- SELECT TableA.a, TableB.a FROM TableA INNER JOIN TableB のように、複数のカラムが同じ名前を持つクエリが変更されました。これにより、結果セットでカラムが同じ名前を保持するようになりました。カラムは位置インデックスを使用して区別できます。一目で区別できるように、カラムに別名(エイリアス)を設定することを推奨します。
|
| 10/17/2025 | 9421 | Salesforce | Added
- Search ストアドプロシージャが追加されました。このストアドプロシージャは、組織のデータを対象としたグローバル検索を実行します。単純なプレーンテキスト検索または高度なSOSL クエリ検索が可能です。API からJSON 形式の応答を返します。
|
| 10/06/2025 | 9410 | General | Added
- ミリ秒とナノ秒に対応する".S" と",S" を使用したdatetime フォーマットのパースに対応しました。
|
| 09/16/2025 | 9390 | Salesforce | Added
- Formulas ビューにGetDefinitions 疑似カラムが追加されました。
|
| 09/15/2025 | 9389 | Salesforce | Deprecated
- JobRecordResultsV2 ビューのColumnDelimiter カラムは非推奨になりました。
|
| 09/12/2025 | 9386 | General | Added
- sys_tables テーブルにIsInsertable、IsUpdateable、IsDeleteable カラムが追加されました。
|
| 09/10/2025 | 9384 | General | Changed
- 静的に定義されたビューのすべてのカラムが読み取り専用としてレポ―トされるようになりました。
|
| 09/05/2025 | 9379 | Salesforce | Added
- 新しいプロパティPushEmptyValuesAsNull のサポートが追加されました。このプロパティは、Bulk API v2 クエリによって返される空の値がどのように処理されるかを指定します。これは空の行を返すクエリに対するBreaking Change(互換性のない変更)です。
- true(デフォルト) に設定された場合、空の値はNULL としてプッシュされます。
Changed
- 空の行を返す際のデフォルトの動作が変更されました。
- false に設定された場合、空の値はVARCHAR カラムでは空文字列として、数値フィールドでは0としてプッシュされます。
|
| 09/03/2025 | 9377 | General | Changed
- 射影部分でIN 条件にNULL 値が使用される際の動作が修正されました。0 ではなくNULL が返されるようになりました。例えば、"NULL IN (1,2)" は"NULL" を返します。
|
| 09/01/2025 | 9375 | General | Added
- CAST 関数で無限値を使用するサポートが追加されました。この関数は"inf" および"-inf" をDOUBLE、FLOAT、またはREAL にキャストできます。
|
| 08/21/2025 | 9364 | General | Changed
- 動作変更:
- 非テーブルクエリにおける文字列値比較の不整合が修正されました。
- 例えば、"SELECT 'A' = 'a'" は以前はfalse を返していましたが、現在はtrue を返します。
|
| 08/15/2025 | 9358 | Salesforce | Added
|
| 08/13/2025 | 9356 | General | Changed
- ヒープ使用量を削減するため、ページプロバイダーでメモリに保持される最大ページ数が15から5に変更されました。
|
| 07/18/2025 | 9330 | Salesforce | Removed
- OAuthGrantType プロパティが削除されました。グラント種別は、'AuthScheme' プロパティによって暗黙的に設定されるようになりました。例えば、従来のAuthScheme=OAuth とOAuthGrantType=Password の組み合わせの代わりに、現在は'OAuthPassword' AuthScheme を使用できます。
|
| 07/11/2025 | 9323 | Salesforce | Changed
- BulkAPIVersion のデフォルト値がv2 に変更されました。
Removed
- v2 において、一時テーブルLastResultInfo からBatchId が削除されました。バルク操作の結果は、GetJobRecordResultsV2 を実行し、LastResultInfo#TEMP またはInfo#TEMP からJobId を取得することで引き続き取得可能です。
Added
- sys_tablecolumns テーブルにIsCalculated フィールドが追加され、Salesforce のカラムが計算フィールドかどうかを示すようになりました。
|
| 07/02/2025 | 9314 | Salesforce | Added
- 新規ストアドプロシージャQueryParallelResultsV2 のサポートが追加されました。
|
| 06/25/2025 | 9307 | General | Removed
- ConnectionType プロパティから"ADLS Gen 1" の値が削除されました。
|
| 06/20/2025 | 9302 | General | Added
- 以下の関数が作成されました:
- TEXT_ENCODE:文字列を異なる文字セットにエンコードします(UTF8 → UTF7)。結果としてバイナリ配列を返します。
- TEXT_DECODE:バイナリ配列を受け取り、文字セットが指定された場合に文字列にデコードして戻します。
- BASE64_ENCODE:バイナリ配列を受け取り、base64 文字列(varchar)としてエンコードします。
- BASE64_DECODE:base64 エンコードされた文字列を受け取り、バイナリ配列にデコードします。
|
| 06/18/2025 | 9300 | General | Changed
- 例外処理の内部コードがリファクタリングされました。特定のエラー条件で返される例外メッセージの表現や書式が変更されている場合があります。
|
| 06/17/2025 | 9299 | Salesforce | Added
- sys_tablecolumns テーブルに、IsTimeCheckColumn およびCanOrderTimeCheckColumn カラムが追加されました。メタデータ取得時のカラムの並び順が変更され、TimeCheckColumns が最後にリストされるようになりました。
|
| 06/16/2025 | 9298 | Salesforce | Added
- Case、CaseComment、Contact、およびUser テーブルにTriggerAutoResponseEmail、TriggerOtherEmail、およびTriggerUserEmail 疑似カラムが追加されました。
|
| 05/27/2025 | 9278 | General | Removed
- ProxyAuthscheme から"Proprietary" 列挙オプションが削除されました。
|
| 05/09/2025 | 9260 | Salesforce | Changed
- 複数のビューがプライマリキーをレポートしなくなりました。
- 複数のテーブルが読み取り専用ビューに変更されました。
|
| 05/05/2025 | 9256 | Salesforce | Added
- 新規ストアドプロシージャGetBatchRecords のサポートが追加されました。このストアドプロシージャは、V1 バッチに対して送信された元の行を返します。
|
| 04/15/2025 | 9236 | Salesforce | Changed
- ドライバーが使用するSalesforce API のデフォルトバージョン(APIVersion 接続プロパティで設定)が62.0から63.0に変更されました。
|
| 03/21/2025 | 9211 | Salesforce | Added
- IncludeItemURL 接続プロパティが追加されました。'true' に設定すると、この接続プロパティはテーブルのサブセットに対してItemURL カラムを公開します。このカラムは、テーブルで表示されるエンティティに対するUI のリソースURL を示します。このプロパティのデフォルト値は'false' です。
|
| 02/18/2025 | 9180 | Salesforce | Added
- 新規接続プロパティNullBooleanBehavior が追加されました。このプロパティは、値がnull であるBoolean カラムをドライバーがどのように処理するかを指定します。許可されるオプションは以下のとおりです。
- IGNORE:ドライバーはCUD 操作ではnull 値を無視し、SELECT 操作ではnull 値と比較します(デフォルト)。
- FALSE:CUD 操作およびSELECT 操作でnull 値をFalse に変換します。
|
| 02/15/2025 | 9177 | General | Added
- 符号なし整数型(unsigned integer type)を、その符号なしの値を保持するのに十分な精度を持つ最も近い符号付きデータ型に変換するサポートが追加されました。これは、JDBC が符号なしデータ型をサポートしていないため、JDBC に対してのみ行われます。
|
| 01/29/2025 | 9160 | Salesforce | Added
- DefaultedOnCreate カラムがsys_tablecolumns システムテーブルに追加されました。
|
| 12/12/2024 | 9112 | Salesforce | Added
- BulkAPIVersion 接続プロパティが追加されました。このプロパティは、ドライバーが使用するBulk API のバージョンを制御します。デフォルトはv1 です。
- Ingest API v2 のサポートが追加されました。 このAPI を使用するには、BulkAPIVersion をv2 に設定します。
Changed
- ドライバーが使用するSalesforce API のデフォルトバージョン(APIVersion 接続プロパティで設定)が61.0から62.0に変更されました。
|
| 12/09/2024 | 9109 | Salesforce | Added
- GetOAuthAuthorizationUrl およびGetOAuthAccessToken ストアドプロシージャにPKCEVerifier 出力フィールドが追加されました。この出力には、自動生成されたPKCE Verifier が含まれます。
|
| 11/27/2024 | 9097 | General | Added
- LogModule の出力にThreadId が追加されました。Logfile の行には、実行中のアクションに関連するThread ID が含まれるようになりました。
|
| 09/06/2024 | 9015 | Salesforce | Changed
- デフォルトAPI バージョンが61に変更されました。
|
| 06/27/2024 | 8944 | Salesforce | Added
- 新たに"TranslatePickListFields" 接続プロパティが追加され、PickList フィールドの翻訳をユーザー言語に切り替えられるようになりました。
|
| 05/09/2024 | 8895 | General | Changed
- 以前はROUND 関数は負の値を受け取りませんでした。その機能は復元されました。
|
| 03/28/2024 | 8853 | Salesforce | Added
- 新たにCreateCustomField ストアドプロシージャが追加され、組織での新しいカスタムフィールドコンポーネントの作成が可能になりました。
|
| 03/20/2024 | 8845 | Salesforce | Added
- 新たに2つのストアドプロシージャ、GetJobInfoV2 およびQueryResultsV2 が追加されました。
|
| 03/15/2024 | 8840 | General | Added
- Java のString.compare() 機能をSQL クエリに提供するSTRING_COMPARE という新しいSQL 関数が作成されました。2つの文字列の比較値を表す数値を返します。
|
| 02/17/2024 | 8813 | Salesforce | Added
- FileStream input was added for the DownloadAttachment and DownloadDocument stored procedures, it can be used to download the content into an input stream.
- Content was added for UploadAttachment, UploadContentDocument and UploadDocument stored procedures, it can be used to upload the content from a stream.
|
| 02/15/2024 | 8811 | Salesforce | Added
- Added support for the 'QueryMode' input in the QueryBatch stored procedure. This feature enables users to execute either a SQL or SOQL query using this stored procedure.
|
| 12/26/2023 | 8760 | Salesforce | Added
- Added support for OAuthPKCE (Authorization Code Flow with Proof Key for Code Exchange).
|
| 11/29/2023 | 8733 | General | Changed
- The ROUND function doesn't accept the negative precision values anymore.
Changed
- The returning types of the FDMonth, FDQuarter, FDWeek, LDMonth, LDQuarter, LDWeek functions are changed from Timestamp to Date.
- The return type of the ABS function will be consistent with the parameter value type.
|
| 11/28/2023 | 8732 | General | Added
- Added the HMACSHA256 formatter to allow for secrets to be decoded if it is in base64 format
|
| 11/14/2023 | 8718 | Salesforce | Added
- Added the 'QueryBatchId' and 'QueryJobId' outputs in the QueryBatch stored procedure.
Removed
- The 'Id' output corresponding to the batch ID in the QueryBatch stored procedure has been removed. To get the id of the batch use the new 'QueryBatchId' output instead.
|
| 11/08/2023 | 8712 | Salesforce | Added
- Added the IsUpdateable, IsCreateable columns in sys_tablecolumns table which indicate whether the fields can be edited/created.
|
| 10/20/2023 | 8693 | Salesforce | Removed
- The 'CreateReportSchema' and 'GetCustomReport' stored procedures have been removed and can no longer be used.
Replacements
- We have changed and improved support for querying Salesforce reports. The 'CreateReportSchema' and 'GetCustomReport' stored procedures have been removed and cannot longer be used. To query Salesforce reports set the IncludeReports property to true and query the reports as normal tables. The new feature supports additional report types such as SUMMARY, MATRIX reports.
Added
- Added support for IncludeReports property, which indicates if salesforce reports should be exposed as views.
- Added support for IsReport column in sys_tables table which indicates if a view is a Salesforce report.
|
| 10/06/2023 | 8679 | Salesforce | Added
- Added the InLineHelpText column in sys_tablecolumns table which outputs the user-defined help text information for each of the fields.
|
| 10/05/2023 | 8678 | Salesforce | Changed
- Changed the default Salesforce API Version to 58.
Added
- Added support for eight new PK Chunking-Enabled Objects with Bulk API and Bulk API 2.0 as of v57.0: CaseRelatedIssue, ChangeRequestRelatedIssue, ChangeRequestRelatedItem, Contract, Entitlement, IncidentRelatedItem, ProblemIncident, ProblemRelatedItem.
|
| 08/02/2023 | 8614 | Salesforce | Added
- Added support for FileId, Success, and FailureMessage outputs in the download stored procedures. These outputs are helpful in showing the status of each download in multi-file downloads.
|
| 06/20/2023 | 8571 | General | Added
- Added the new sys_lastresultinfo system table.
|
| 05/29/2023 | 8549 | Salesforce | Removed
- Removed the ContentType input of the GetBatchResults stored procedure. The driver automatically resolves the content type.
|
| 05/23/2023 | 8543 | Salesforce | Removed
- Removed the SOQL input of the CreateSchema stored procedure. Instead, for running SOQL queries directly, the QueryPassthrough connection property should be set to true.
|
| 05/02/2023 | 8522 | Salesforce | Added
- Added support for the ‘EmptyValueBehavior’ hidden connection property which takes two values: ‘ConvertEmptyStringsToNull’ and ‘IgnoreEmptyValue’.The property impacts CUD statements when UseBulkAPI = true.'ConvertEmptyStringsToNull' is the default behavior which updates/creates a field value to NULL if the user has specified an empty string or NULL value,while 'IgnoreEmptyValue' will consider empty string values and NULL as no change made to the field's value.
|
| 04/26/2023 | 8516 | Salesforce | Changed
- The BulkPageSize connection property has been marked as hidden. To continue using this property, you should append it to the Other connection property
|
| 04/25/2023 | 8515 | General | Removed
- Removed support for the SELECT INTO CSV statement. The core code doesn't support it anymore.
|
| 01/06/2023 | 8406 | Salesforce | Added
- Added support for RemoveBOMCharacter hidden connection property which if set to true, is used to remove the BOM character from the content.
|
| 12/14/2022 | 8383 | General | Changed
- Added the Default column to the sys_procedureparameters table.
|
| 12/13/2022 | 8382 | Salesforce | Added
- Added the IsQueryable column in sys_tables table which is useful to differentiate queryable objects when the ExposeNonQueryable connection property is set to true.
|
| 12/09/2022 | 8378 | Salesforce | Removed
- Removed the OutputFolder parameter for the CreateReportSchema stored procedure. The Location connection property must be used to set the output directory for writing schemas to a file.
Added
- Added the WriteToFile parameter for the CreateReportSchema and CreateSchema stored procedures. It defaults to true and specifies whether to write the contents of the generated schema to a file or not. Set it to false to write the schema to FileStream or FileData.
|
| 11/25/2022 | 8364 | Salesforce | Added
- Added support for ExposeConceptualEntities connection property which is used to expose Salesforce objects' record types as tables.
|
| 11/18/2022 | 8357 | Salesforce | Added
- Added support for ReplaceInvalidUTF8Chars connection property which is used to replace invalid UTF8 characters with a '?'.
|
| 11/11/2022 | 8350 | Salesforce | Deprecated
- The SOQL input of the CreateSchema stored procedure has been deprecated and will be removed in the next version.Instead, for running SOQL queries directly, the QueryPassthrough connection property should be set to true.
|
| 11/04/2022 | 8343 | Salesforce | Changed
- We have updated our SQL joins validation logic. We internally resolve and translate more SQL joins into salesforce relationship queries for faster and better performance.
|
| 10/27/2022 | 8335 | Salesforce | Changed
- Changed the default Salesforce API Version to 56.
|
| 10/17/2022 | 8325 | Salesforce | Added
- Added support for retrieving PickListValues only for a specific record type. RecordTypeId should be specified in the WHERE clause along TableName.
|
| 10/12/2022 | 8320 | Tableau | Added
- Added support for additional localizations in the Windows and Mac packages. Both setups now support all the languages that Tableau supports as of their 2022.2 release.
|
| 09/30/2022 | 8308 | General | Changed
- Added the IsPath column to the sys_procedureparameters table.
|
| 09/28/2022 | 8306 | Salesforce | Added
- Added the IsIdLookup column in sys_tablecolumns table.
|
| 09/20/2022 | 8298 | Salesforce | Added
- Added the ContentDocumentId output for the UploadContentDocument stored procedure.
|
| 09/13/2022 | 8291 | Salesforce | Added
- Added an option for directly executing SOQL queries. This mode is enabled by setting QueryPassthrough to true.
|
| 09/07/2022 | 8285 | Salesforce | Added
- Added the State output for the GetJobBatchIds stored procedure and JobId output for the CreateBatch, GetBatch stored procedures.
|
| 08/26/2022 | 8273 | Salesforce | Added
- Added the UseToolingAPI connection property.
|
| 08/25/2022 | 8272 | Salesforce | Added
- Added the SupportNativeDataType connection property which if set to true, will report types using the original Salesforce data type with no translation to the generic type.
|
| 08/24/2022 | 8271 | Salesforce | Changed
- Changed the default Salesforce API Version to 55.
|
| 08/12/2022 | 8259 | Tableau | Changed
- Updated connection dialogs to use advanced configuration information provided by drivers. This makes use of the same information as the new dialogs in other editions (like ODBC) to display only the most relevant connection properties.
- Legacy connectors have been simplified to look more like Tableau JDBC dialogs. Legacy connectors target older Tableau versions which do not support rich connection dialogs like the modern connectors do. Most connectors cannot fit within these limitations.
|
| 05/19/2022 | 8174 | Salesforce | Deprecated
- The OAuthGrantType connection property has been deprecated.
Replacements
- The AuthScheme connection property will be used as a replacement for OAuthGrantType. Its new option OAuthPassword replaces OAuthGrantType=PASSWORD while OAuth replaces OAuthGrantType=CODE.
|
| 05/10/2022 | 8165 | Salesforce | Added
- Added the Encoding input and FileData output for the DownloadAttachment, DownloadContentDocument, DownloadDocument stored procedures.
|
| 04/08/2022 | 8133 | Salesforce | Changed
- Changed the default Salesforce API Version to 54.
|
| 02/09/2022 | 8075 | Salesforce | Added
- Added support for the PolymorphicColumnsRelationships table, which lists tables and columns details of polymorphic relationships.
|
| 02/08/2022 | 8074 | Salesforce | Added
- Added support for the AggregateCompoundFieldsFormat connection property. This property controls the format of the compound fields that will be aggregated. It accepts two values: JSON(defaut) and NONE.
Changed
- Changed aggregate compound fields format to JSON for when the connection property AggregateCompoundFields is set to true. The format of the compound fields can be controlled with the AggregateCompoundFieldsFormat connection property.
|
| 02/01/2022 | 8067 | Salesforce | Changed
- Changed the default Salesforce API Version to 53.
|
| 12/31/2021 | 8035 | Salesforce | Changed
- Due to a recent improvement we have replaced the instance url format in the OAuthSettings.txt file. If possible, we advise users to remove the existing OAuthSettings.txt file and reissue a new connection.
|
| 11/18/2021 | 7992 | Salesforce | Added
- Added support for persisting the session token retrieved with OKTA MFA. These tokens are short lived and expire after two hours. At that point, the driver will send a request for a new MFAPasscode which should be reissued in a new connection. Retrieve your MFA Token from you phone, email, or other method you have configured with OKTA to handle MFA.
- Added support for the CredentialsLocation connection property which specifies the location of the settings file where the token retrieved with OKTA MFA is saved. This works the same as the OAuthSettingsLocation.
|
| 09/02/2021 | 7915 | General | Added
- Added support for the STRING_SPLIT table-valued function in the CROSS APPLY clause.
|
| 08/07/2021 | 7889 | General | Changed
- Added the KeySeq column to the sys_foreignkeys table.
|
| 08/06/2021 | 7888 | General | Changed
- Added the new sys_primarykeys system table.
|
| 07/23/2021 | 7874 | General | Changed
- Updated the Literal Function Names for relative date/datetime functions. Previously, relative date/datetime functions resolved to a different value when used in the projection as opposed to the predicate. For example: SELECT LAST_MONTH() AS lm, Col FROM Table WHERE Col > LAST_MONTH(). Formerly, the two LAST_MONTH() methods would resolve to different datetimes. Now, they will match.
- As a replacement for the previous behavior, the relative date/datetime functions in the criteria may have an 'L' appended to them. For example: WHERE col > L_LAST_MONTH(). This will continue to resolve to the same values that were previously calculated in the criteria. Note that the "L_" prefix will only work in the predicate - it not available for the projection.
|
| 07/13/2021 | 7864 | Salesforce | Added
- Added support for CUD operations on polymorphic fields.
|
| 06/17/2021 | 7838 | Salesforce | Added
- Added support for OAuth JWT.
|
| 06/11/2021 | 7832 | Salesforce | Changed
- Bulk queries use a new downloader when running against API v1. The new downloader downloads and process chunks of result data in parallel and uses temporary files to store data that has not yet been processed. It is both faster and more resilient against slower readers than the previous download mechanism.
- The BulkAPIVersion property is hidden. It's not recommended for users to set this property since bulk API v2 is slower and has fewer features.
|
| 05/20/2021 | 7810 | Salesforce | Changed
- Added support for GETDELETED to the ContentDocument and ContentVersion tables.
|
| 04/25/2021 | 7785 | General | Added
- Added support for handling client side formulas during insert / update. For example: UPDATE Table SET Col1 = CONCAT(Col1, " - ", Col2) WHERE Col2 LIKE 'A%'
|
| 04/23/2021 | 7783 | General | Changed
- Updated how display sizes are determined for varchar primary key and foreign key columns so they will match the reported length of the column.
|
| 04/16/2021 | 7776 | General | Added
- Non-conditional updates between two columns is now available to all drivers. For example: UPDATE Table SET Col1=Col2
|
| 04/16/2021 | 7776 | General | Changed
- Reduced the length to 255 for varchar primary key and foreign key columns.
Changed
- Updated index naming convention to avoid duplicates.
|
| 04/16/2021 | 7776 | General | Changed
- Updated implicit and metadata caching to improve performance and support for multiple connections. Old metadata caches are not compatible - you need to generate new metadata caches if you are currently using CacheMetadata.
|
| 04/16/2021 | 7776 | Tableau | Changed
- Improved the connection dialog configuration experience.
|
| 04/13/2021 | 7773 | Salesforce | Changed
- The OneLogin method we used previously has been deprecated by OneLogin. We have updated our design to use the latest version of the OneLogin API, which now requires a seperate OAuthClientId and OAuthClientSecret associated with your OneLogin app to be passed in through SSOProperties. The APIKey that was formerly passed in through SSOProperties for OneLogin is removed.
- OneLogin also no longer uses SSOLoginURL. Instead, Subdomain and AppId should be specified inside the SSOProperties.
|
| 04/07/2021 | 7767 | Salesforce | Added
- Added GetLimitInfo stored procedure.
|
| 03/31/2021 | 7760 | Salesforce | Deprecated
- IdpURL, AppEmbedLink, OktaAppEmbedLink, OktaDomain, IdpSystemPassword, SSOUser, SSOPassword, IdPPassword, IdpSystemUserName, IdpUser, OneLoginAPIKey, OktaApiToken, IdpSystemScheme, IdPSystemSSLClientCert, IdPSystemSSLClientCertType, IdPSystemSSLClientCertSubject, IdPSystemSSLClientCertPassword, and SSOTokenURL are deprecated.
Replacements
- Deprecated the SSOTokenURL connection property. Instead SSOExchangeTokenURL should be used to specify the endpoint for exchanging SAML token with an oauth token.
- IdpURL is replaced by SSOLoginURL.
- The OktaDomain longer needs to be specified for any SSO connections as it can be extracted from SSOLoginURL.
- SSOLoginURL replaces OktaAppEmbedLink and AppEmbedLink as it is more generic and applicable to other SSO providers.
- SSOUser, SSOPassword, IdpUser, IdpPassword, IdpSystemUserName, IdpSystemPassword are replaced with the User / Password connection properties.
- OneLoginAPIKey and OktaApiToken are replaced by APIToken.
- IdPSystemSSLClientCert, IdPSystemSSLClientCertType, IdPSystemSSLClientCertSubject, IdPSystemSSLClientCertPassword are replaced with the standard SSL cert connection properties.
|
| 12/16/2020 | 7655 | Salesforce | Added
- Added an embedded OAuth app.
|
| 12/11/2020 | 7650 | Salesforce | Added
- Added OrderItemsRest table by implementing the two endpoints from the Place Order REST API: https://developer.salesforce.com/docs/atlas.en-us.api_placeorder.meta/api_placeorder/sforce_placeorder_rest_api_add_orderprod.htm https://developer.salesforce.com/docs/atlas.en-us.api_placeorder.meta/api_placeorder/sforce_placeorder_rest_api_get_details_order.htm The table can be enabled with the EnablePlaceOrderRESTAPI connection property.
|
| 11/02/2020 | 7611 | Salesforce | Changed
- Changed the default Salesforce API Version to 50.
|