i4 and multiple wire sources

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Mar/2015, at 16:23

In some older configurations of I4 it may not be possible to select multiple wire sources. You can change this by editing the configuration.

Find the i4configarchive.xml file, and then in it locate the following section:

Click to toggle graphic size

 

Locate <ssc:dropDownObjects path="gn4:sourceRef/@idref" xquery="gn4:source order by @name" />.

Comment out that line and paste below so it looks like as:

      <searchForm>

        <ssc:and>

          <ssc:fullTextBox path="nav:text" label="Full Text"/>

          <!--<ssc:dropDownObjects path="gn4:sourceRef/@idref" xquery="gn4:source order by @name" />-->

          <ssc:treeObjects path="gn4:sourceRef/@idref" label="Source" operators="In NotIn"

            attributeFullName="archiveObject.sourceRef"

            selectionMode="Multiple" refAttributes="source" refObjectType="source" />

        </ssc:and>

      </searchForm>

    </searchContext>

 

Reload the config in the database, and then restart i4.

Now, you will be able to select more sources.

Click to toggle graphic size