{extends "layout_view.tpl"} {block name="title"} {title}{$title}{/title} {/block} {block name="navigation"} {include file='templates/tabular/include_tabular_navbar.tpl' mode='edit'} {/block} {block name="content"}
{tr}Remote Field:{/tr} {tr}When connecting to an external ODBC schema, this should reference the remote schema field.{/tr}
{tr}Primary Key:{/tr} {tr}Can be any field as long as it is unique. If none is specified full record matching will be executed upon import to prevent duplicates which can be slow.{/tr}
{tr}Unique Key:{/tr} {tr}Impose unique value requirement for the target column. This only works with Transactional Import feature.{/tr}
{tr}Read-only:{/tr} {tr}When importing a file, read-only fields will be skipped, preventing them from being modified, but also speeding-up the process.{/tr}
{tr}When two fields affecting the same value are included in the format, such as the ID and the text value for an Item Link field, one of the two fields must be marked as read-only to prevent a conflict.{/tr}
{tr}Filters will be available in partial export menus.{/tr}