Hi all
So, I want to create (and update if necessary) a custom 'letter' property whose value is the first letter of the config name.
Example: the config. 'M - default' will have the custom property 'letter' equal to 'M'
Preferably automatically, without having to launch a macro (unless you have no choice).
I had an equation that did the job without any (major) issues until our last update. Here it is, for all intents and purposes:
"dummy" = iif( "true" , "part.configurationmanager.activeconfiguration.custompropertymanager.delete" ( "let" " & " "tre" ) , "part.configurationmanager.activeconfiguration.custompropertymanager.add2" ( "let" " & " "tre" , 30 , left ( "part.configurationmanager.activeconfiguration.name" , 1 ) ) )
The ideal would be to make this equation (which must date from 2001) work on SW2019, for example. That is to say, it creates this property.
Thank you for your help.
JM.
PJ, 1 piece with M treated, and addition N, in default
004095.sldprt