Need help with substitution rule for the *.Objects listViews

12 views
Skip to first unread message

kasun perera

unread,
Jan 8, 2025, 8:05:44 PMJan 8
to Illuminated Cloud Q&A

I have below substitution rule for the *.Objects to to avoid getting listViews in to the Object file on retrieval. 
Pattern - [\s]*<listViews>[\s\S]*?<\/listViews>
It was working until recently but it stopped working.  Now when I retrieve the object file listViews are being retrieved. How can I avoid listViews being retrieved? Appreciate any help on this. 

Screenshot 2025-01-09 102152.jpg

I have IC Version 2.3.3.5 and API version 62.0 configured on the connection.

Screenshot 2025-01-09 103724.jpg


Scott

unread,
Jan 8, 2025, 8:11:35 PMJan 8
to Illuminated Cloud Q&A, kkasun...@gmail.com

Hi. I haven’t tried this, but because files are being evaluated as multi-line XML documents, you might try prefixing the pattern with (?ms) to enable multiline and dotall.

Regards,
Scott Wells

Reply all
Reply to author
Forward
0 new messages