• When exposing the affected items tab on express eco I get TypeError: Cannot create property 'width' on string 'image'

    Any ideas on how to resolve this? It doesn't seem to affect anything other than UI response after it appears but it is quite an annoyance to anyone that clicks on the tab. I am trying to display some properties for review.
  • Identify when affected Items' server methods are being invoked on Express ECO Release/Revise?

    I have some Custom BOM Item Types controlled by the Express ECO. On the custom Items we have the on Before Update and On after Update Server Events responsible for formulating the name(based on some specific field values) of these Items. Is there…
  • Change ItemType and Affected Item

    Good day all. I am working on modifying our change ItemTypes (don't use the OOTB ones). I have been looking at the Simple ECO as an example. Our current changes are associated to a single document/part. So if someone is updating a drawing that affects…
  • Affected Items List

    I am adding the Change Notice information including the affected items to my email notification. My current email message Body Html returns only the first affected item row data. How do I script the Body Html to return each row of the affected items?…
  • CN ID

    I am trying to add the affected_name to my email notification. In the bottom part of this script, how do get the CN id so I am accessing the correct related affected items in the script below?  <Item type="a_CN" action="get" select="id,cn_number,title…