Skip to main content

6 posts tagged with "sync"

View All Tags

This version of Sync adds a few new features regarding timezones, as well as an updated configuration description.

  • We've added support for a configurable SAP Server Timezone Offset, as well as configuring a time for the Minimum Date From: Screenshot_2024-07-26_at_11

  • We've also updated the configuration settings to provide more clarity about the sync run: Screenshot_2024-07-26_at_11

This release contains fixes for the Salesforce Summer '24 Release.

  • [Bugfix]: Fixed enosix SAP Source Adapter not being displayed when creating a new link.

This version of Sync adds a couple of new features detailed below:

Source Adapter Table Selection Update​

  • Users can now see the CID in the description of the Source Adapter Table.
  • When choosing a table from a specific CID, the CID will be automatically populated during the sync.

Screenshot_2024-02-23_at_1

Screenshot_2024-02-23_at_1

Limit Record Page Scope​

  • Introduced Maximum Page Count and Start Page Count config variables.
  • Users can now set a maximum number of records to import for sample-sized testing, especially beneficial in Scratch orgs and Sandboxes.
  • Implemented logic to limit sync based on specified page counts, enhancing control over data synchronization processes.

290d43a0-94df-439b-92be-e133c5a5cb0a

πŸ“£ Sync 1.1.2 release has a new feature, Field Length πŸ“£β€‹

NEW Feature: Field Length​

The Field Length displays for source string and decimal-type fields for easier mapping to destination fields with length limits.

6482021dddf81_image

  • [Feature]: On the Browse Source Scheme, the data type now displays the field length for fields having restrictions on string and decimal data types.
  • [Bugfix]: Fixed an exception when a field is mapped that is unrestricted in SAP

When you run a Link, all SOURCE fields are synced and displayed within a record of a Sync Event. This feature provides a greater visibility on all SAP SOURCE fields not just the mapped fields.

PassAllSourceFields

2) New Adapter Configuration Options​

Additional configuration options are included when configuring the Link’s Source Adapter. To improve performance and filter data at the SAP system-level.

AdapterConfigScreen

  • Prevent unwanted old data being retrieved with the Minimum Date From option
    The Minimum Date From configuration option is used to ensure no date prior to this value is passed in the Date From Field.
  • Filter Source Data in SAP with the Filter Class option
    To prevent syncing unwanted data from SAP, the new Filter Class allows you to filter records in a Link. A callable Apex class specifies additional parameters for the enosix Search Context and can be configured to limit the data processed in the SAP system.

3) Constants Filter​

The Constants Filter allows you to add static values to the source fields of a record so they can be used by mapping and other fields.

Follow these steps to configure the constantsFilter in Transformations:

  1. Click the include button next to the constants filter
  2. Bring the filter on the top, above all Mappings
  3. Click the Save Changes button
  4. Add a Field Name and Value
  5. Click Save Changes

The value assigned to this filter will be displayed in the Source and Destination fields after mapping.

ConstantsFilter

4) Data Type are displayed in the Source Schema​

Data Type are displayed in Transformations to represent fields in the source schema.

FieldDataTypes

  • [Feature]: All source fields in search results are passed into the link
  • [Feature]: A Filter Class configuration option has been added to allow a link administrator to modify the Search Context, filtering what data is retrieved at the SAP system
  • [Feature]: A Constants filter can now be used in links to inject a field with a constant value into the source schema
  • [Feature]: Source data is correctly converted into date, boolean, and decimal data types based on the source schema
  • [Feature]: A Minimum Date From configuration option has been added to ensure unwanted old data will not be retrieved

Hello All!

πŸ“£ enosix is announcing our new solution, enosix Sync for Salesforce πŸ“£

enosix Sync for Salesforce provides a Salesforce native app with the ability to replicate data from SAP to Salesforce.

1️⃣ Data is copied (replicated) from SAP to a Salesforce sObject on a daily or hourly schedule

2️⃣ Synced data can be used in Salesforce Reports, Formula fields since it is copied to Salesforce

Note: Depending on your batch schedule, data may be out of date. For real-time data use our Surface App.

enosix Sync Customer Sync

FEATURES:

  • Admin friendly interface for configuring synchronization jobs from SAP to Salesforce

  • Source date from the library of enosix Sync Rapid Integration Objects

  • Target any native or custom Salesforce sObjects

  • Built-in data transformation with field to field mapping

  • Built in job scheduling

  • Built in logging and error reporting

  • Syncs can be run in development mode for testing without data updates

  • enosix SAP adapter support for:

    • Efficient initial and delta syncing based on last execution date
    • Support for specifying the language used for localized description fields

App Launcher - enosix Sync

πŸ‘‰ The enosix Sync app provides the Valence syncing framework and enosix adapter for SAP.

  • [Feature]: Added support for sap-language parameter to source localized data from SAP
  • [Feature]: Added support for sap-client parameter to source data from the non-default data client in SAP
  • [Feature]: Add support for CID to enable specifying which enosix SAP framework calls are invoked
  • [Feature]: Add support for scoped paging and batch/page size limits to allow Valence to properly plan the number of scopes needed to efficiently process data
  • [Feature]: Add support for specifying a System.Callable for logging HTTP callout information for debugging purposes.
  • [Feature]: Add support for specifying Last Queried Date and Initial Load fields to enable enosix SAP framework optimizations to occur for full and partial syncs.