Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
OK i gave it plenty of tries. I must misunderstand something.
I try to setup a new multivalued property with comma (,) as separator.
within a .xconf file, I see how it is done : just by adding multivalued=","
But I would like to add properties on the fly to do some tests, so I use the xconfmanager utility instead.
And I cannot find how to tell a newly set property is multivalued.
When I do xconfmanager -s com.company.myProperty=toto it goes single valued
when I call cxonfmanager -d com.company.myProperty it gives:
Property information for 'com.company.myProperty'
Values:
- toto
Locations:
- file:/D:/ptc/Windchill_11.0/Windchill/site.xconf, line 129
where I would like to get :
Property information for 'com.ptc.windchill.enterpise.search.client.typeChooser.allSearchExclude':
Multivalued property delimiter: ,
Values:
- wt.part.WTProduct
- wt.part.WTSerialNumberedPart
Locations:
- file:/D:/ptc/Windchill_11.0/Windchill/codebase/wt.properties.xconf, line 171
Target File(s):
- D:\ptc\Windchill_11.0\Windchill\codebase\wt.properties
So how do you set a property as multivalued giving it a separator you want ?