Versions Compared

Key

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

...

Expand
titleSummary Page Using EJB Method

Code Block
themeEclipse
languagexml
titleSummary Page Using EJB Method
<summary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xsd/summary.xsd">
    <title>Warehouse Balances</title>
    <classname>ejb/CRMUIWarehouse</classname>
    <functionname>loadBalancesTab</functionname>
    <rowsperpage>20</rowsperpage>
    <primaryfield>ITEMID</primaryfield>
    <mainlinkfield>ITEMID</mainlinkfield>
    <autosearch>true</autosearch>
    <hidefindbutton>true</hidefindbutton>
    <module>INVENTORY_MANAGEMENT</module>
     
    <fieldlist>
        <!-- external filters -->
        <field>
            <fieldname>WRHID</fieldname>
            <filtertextoption>equal</filtertextoption>
        </field>
 
        <!-- fields -->
        <field>
            <fieldname>ITEMNAME</fieldname>
            <caption>Product Type</caption>
            <summary>true</summary>
            <available>true</available>
        </field>
 
        ...
 
        <!-- drilldowns -->
        ...
 
    </fieldlist>
</summary>

 

Ui children
sorttitle