User Guide

Project Properties

Project Properties allow you to manage certain settings on a project by project basis. To access the Project Properties go to File->Properties

Configuration Options

Assemblies

Allows you define extra external .NET Assemblies to load into the current App Domain on Project Load.

Connection

OverrideSSLCheck

Used to disable SSL Certificate checking and if True will accept all certificates.

Properties

Properties are a Collection of Key/Value pairs that you can add to your Project. These are useful in Dynamic Columns and Project Automation where you want to store configuration values that can be changed easily by the user.

Synchronisation Service

SyncFailOnError

If True (default) causes the Sync to fail on the first error, otherwise the Sync continues.

SyncOption

Sets the Sync Mode of operation to one of the supported sync modes.

  • SyncAtoB - (default) Sync from DataSource (A) to DataSource (B).
  • SyncAtoBIncremental - Sync from DataSource (A) to DataSource (B) in Incremental Mode.
  • SyncBtoA - Sync from DataSource (B) to DataSource (A).
  • SyncBtoAIncremental - Sync from DataSource (B) to DataSource (A) in Incremental Mode.
  • SyncAandB - (deprecated) 2-Way Sync via Snapshot SQL Compact DB.

Text Compare

IgnoreCase

If True (default) causes the Compare Engine to ignore case differences in string data.

EmptyStringAndNullAreEqual

If True (default) Empty Strings and NULL values are the same.

IgnoreInvalidXmlChars

If True (default) causes the Compare Engine to strip out invalid Xml characters before comparing string data.

Uses the following RegEx expression to remove invalid Xml Characters.

[^\x09\x0A\x0D\x20-\xD7FF\xE000-\xFFFD\x10000-x10FFFF]

IgnoreWhiteSpace

If True (default) causes the Compare Engine to ignore any white-space differences in string data.