From 2bfef58ccaaf997bf57394df6e5f93884799fec3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 18 Jan 2020 20:26:34 -0500 Subject: [PATCH] Update help to reflect new Export UI --- templates/CRM/Export/Form/Map.tpl | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/templates/CRM/Export/Form/Map.tpl b/templates/CRM/Export/Form/Map.tpl index b5746306ff..dda47d32d2 100644 --- a/templates/CRM/Export/Form/Map.tpl +++ b/templates/CRM/Export/Form/Map.tpl @@ -8,14 +8,11 @@ +--------------------------------------------------------------------+ *}
-

{ts}Select the fields to be exported using the table below. For each field, first select the contact type that the field belongs to (e.g. select Individuals if you are exporting Last Name). Then select the actual field to be exported from the drop-down menu which will appear next to the contact type. Your export can include multiple types of contact records, and non-applicable fields will be empty (e.g. Last Name will not be populated for an Organization record).{/ts}

-

{ts}Click Select more fields... if you want to export more fields than are initially displayed in the table.{/ts}

+

{ts}Select the fields to be exported using the table below. You'll see a live preview of the first few records for each field.{/ts}

-{if $savedMapping} -

{ts}Click 'Load Saved Field Mapping' to retrieve an export setup that you have previously saved.{/ts}

-{/if} +

{ts}Your export can include multiple types of contacts, and non-applicable fields will be empty (e.g. Last Name will not be populated for an Organization record).{/ts}

-

{ts}If you want to use the same export setup in the future, check 'Save this field mapping' at the bottom of the page before continuing. You will then be able to reload this setup with a single click.{/ts}

+

{ts}If you want to use the same export setup in the future, check 'Save Fields' at the bottom of the page before continuing. You will then be able to reload this setup with a single click.{/ts}

-- 2.25.1