-
Edit the
DSCProductStructureEditor jpo.
The jpo has a variable showCircularExternalReferences to govern the behavior. The variable has two value, True and False. By default, the value is False.
-
Change the
value of the showCircularExternalReferences variable to True.
{
boolean showCircularExternalReferences = true;
return showCircularExternalReferences;
}
If the variable showCircularExternalReferences is set to True:
- Multi-Level Expand will be stopped when children with Circular
External Reference Like links are found irrespective of Must In
Structure attribute value on relationship.
- Children with Circular External Reference Like links can be
expanded separately using + sign and expand level.