Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Generic Entity can use 3 overlay files:

  • pan-addentity-v7_new.custom.xml
  • pan-addentity-v7.custom.xml
  • pan-chgentity.custom.xml
Expand
titleClick to expand overlay content (same for all 3 Generic Entity overlays):


Code Block
languagexml
<customizations>
    <customization>
        <panfile>
            <taglist>
                <tag id="95" anchortype="AfterTag" anchortag="7662" action="add">
                    <property name="valuetagid" value="95" />
                    <property name="usertagname" value="Partition" />
                    <property name="hide" value="YES" />
                    <property name="valmax_width" value="0" />
                    <property name="valinfolinkid" value="95i" />
                    <property name="literalinfolinkid" value="95l" />
                    <property name="descinfolinkid" value="95d" />
                    <property name="defaultvalue" value="1" />
                </tag>
            </taglist>
            <grouplist />
        </panfile>
        <lb_panfile>
            <taglist />
        </lb_panfile>
        <history />
    </customization>
</customizations>


...