Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey all,
Is it posible to replace a single line in a ilogic rule when this rule contains a certain text?
For example:
If ThisDoc.Document.DocumentType = DocumentTypeEnum.kPartDocumentObject Then Param_1 = "Test_1" Param_2 = "Test_2" Param_3 = "Test_3" ElseIf Param_1 = "Test_4" Param_2 = "Test_5" Param_3 = "Test_6" End If
I want to replace the line with Param_2 = "Test_2" for the a new line called Param_10 = "Test_10" by searching only on "Test_2".
Also this has to be executable by an External rule because it has to run over multiple files.
Solved! Go to Solution.