How to add a PTC_REPORTED_MATERIAL to a relation in a startpart
Currently we have the following relation in our startpart
MATERIAL = MATERIAL_PARAM("CONDITION")
This arranges that the parameter MATERIAL is filled with value of the material parameter CONDITION. This parameter MATERIAL is shown in the BOM.
As with Creo 7 there is the multi-body added. In this situation it is possible to use multiple materials in one part. When this is the case there is a parameter PTC_REPORTED_MATERIAL created which contains the name (I think it's also the condition name) of the used materials separated by a ",", see below.

I thought I update the relation in our startpart (template) but it is not possible to use the relation
MATERIAL = PTC_REPORTED_MATERIAL
It then shows the error "Invalid symbol ' PTC_REPORTED_MATERIAL ' found.".
Somebody a solution?

