psdi.app.common.virtual

Interface DrillDownSetRemote

    • Field Detail

      • LOCSYSTEMS_FOR_LOCATION

        static final java.lang.String LOCSYSTEMS_FOR_LOCATION
        See Also:
        Constant Field Values
      • ASSET

        static final java.lang.String ASSET
        Relationship to the Asset table, used to find the information for the asset which is being referenced by drilldown. (asset.assetnum = drilldown.assetvalue or ((asset.location=drilldown.locvalue and asset.parent is null) or (asset.location=drilldown.locvalue and asset.parent not in (select assetnum from asset b where b.location= drilldown.locvalue and b.assetnum=asset.parent)))). The resulting set will contain one object.
        See Also:
        Constant Field Values
      • ASSET_INLOCATION

        static final java.lang.String ASSET_INLOCATION
        Relationship to the Asset table, used to find the asset records in a given operating location (asset.location = drilldown.locvalue). The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • ASSET_INLOC

        static final java.lang.String ASSET_INLOC
        Relationship to the Asset table, used to find the asset record in a given operating location. (asset.assetnum = drilldown.assetinloc). The resulting set will contain zero or one object.
        See Also:
        Constant Field Values
      • DRILLDOWN_RECORD

        static final int DRILLDOWN_RECORD
        integer indicating that Drilldown is launched from a record page
        See Also:
        Constant Field Values
      • DRILLDOWN_QBE

        static final int DRILLDOWN_QBE
        integer indicating that Drilldown is launched from a QBE/find page
        See Also:
        Constant Field Values
      • DRILLDOWN_DEFAULTTABLE

        static final int DRILLDOWN_DEFAULTTABLE
        integer indicating that Drilldown is launched from a Default table page
        See Also:
        Constant Field Values
      • DRILLDOWN_LISTTAB

        static final int DRILLDOWN_LISTTAB
        integer indicating that Drilldown is launched from a list tab, this happens only in Asset and Locations Apps
        See Also:
        Constant Field Values
      • ASSETDDCHILDREN

        static final java.lang.String ASSETDDCHILDREN
        Relationship to the asset table, used to find the children of the current asset in focus in the drilldown hierarchy. (asset.parent = drilldown.assetnhierarchy ). The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values