Lines 275-281
Link Here
|
275 |
[% END %] |
275 |
[% END %] |
276 |
</li> |
276 |
</li> |
277 |
<li> |
277 |
<li> |
278 |
<span class="label">xAction if matching record found:</span> |
278 |
<span class="label">Action if matching record found:</span> |
279 |
[% IF ( overlay_action == 'replace' ) %] |
279 |
[% IF ( overlay_action == 'replace' ) %] |
280 |
<span>Replace existing record with incoming record</span> |
280 |
<span>Replace existing record with incoming record</span> |
281 |
[% ELSIF ( overlay_action == 'create_new' ) %] |
281 |
[% ELSIF ( overlay_action == 'create_new' ) %] |
282 |
- |
|
|