SolidEdgeHousekeeper icon indicating copy to clipboard operation
SolidEdgeHousekeeper copied to clipboard

Property Find/Replace on FOA

Open rmcanany opened this issue 9 months ago • 4 comments

https://community.sw.siemens.com/s/question/0D5KZ000006oz1C0AQ/solid-edge-housekeeper-v20241-released

Issue with replace string: %{System.File Name (no extension)}. Works on regular assemblies.

Probably need to fix Task_Common.SubstitutePropertyFormula(). SEDoc.FullName returns the name with the member name appended with the delimiter ! That needs to be stripped off before System.IO.Path.GetFileNameWithoutExtension(SEDoc.FullName)

rmcanany avatar May 16 '24 17:05 rmcanany