SolidEdgeHousekeeper
SolidEdgeHousekeeper copied to clipboard
Property Find/Replace on FOA
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)