Skip to content

Commit 008376c

Browse files
committed
add links and screenshots
1 parent 9e6325d commit 008376c

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
23.9 KB
Loading
518 Bytes
Loading

knowledge-base/remove-mergefields-retain-values-radwordsprocessing.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ticketid: 1667593
1616
| 2024.3.806| RadWordsProcessing |[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
1717

1818
## Description
19-
When preparing a document for the [MailMerge]({%slug radwordsprocessing-editing-mail-merge%}) operation in RadWordsProcessing, it might be necessary to remove a `MERGEFIELD ` without losing its inserted value. This process ensures that the document is clean and ready for MailMerge without encountering issues related to leftover `MERGEFIELD` .
19+
When preparing a document for the [MailMerge]({%slug radwordsprocessing-editing-mail-merge%}) operation in RadWordsProcessing, it might be necessary to remove a [MERGEFIELD]({%slug radwordsprocessing-concepts-merge-field%}) without losing its inserted value. This process ensures that the document is clean and ready for MailMerge without encountering issues related to leftover `MERGEFIELD` .
2020

2121
This KB article also answers the following questions:
2222
- How can I delete `MERGEFIELD` fields but keep their content in the document?
@@ -73,6 +73,10 @@ Process.Start(new ProcessStartInfo() { FileName = outputFilePath, UseShellExecut
7373

7474
This method ensures that the `MERGEFIELD ` is removed effectively, leaving only the value in the document.
7575

76+
|Before|After|
77+
|----|----|
78+
|![Merge Fields Before](images/mergeFields.gif)|![Merge Fields After](images/replacedMergeFields.png)|
79+
7680
## See Also
7781

7882
- [Find and Replace Text and Style in RadWordsProcessing]({%slug radwordsprocessing-editing-find-and-replace%})

0 commit comments

Comments
 (0)