psdi.app.route

Interface RouteSetRemote

    • Field Detail

      • ROUTE_STOP

        static final java.lang.String ROUTE_STOP
        Relationship to the Route's Route_Stop records, used to find all the route_stop records for a given Route.
        (route_stop.route=routes.route)
        The resulting set will contain zero or more records.
        See Also:
        Constant Field Values
      • PM

        static final java.lang.String PM
        Relationship to the Route's PM records, used to find all the PM records for a given Route.
        (pm.route=routes.route)
        The resulting set will contain zero or more records.
        See Also:
        Constant Field Values
      • DOCLINKS

        static final java.lang.String DOCLINKS
        Relationship to the Route's DocLinks records, used to find documents for a given Route.
        (doclinks.keytable = 'ROTUES' and doclinks.keycolumn = 'ROUTE' and routes.route= doclinks.keyvalue)
        The resulting set will contain zero or one record.
        See Also:
        Constant Field Values
      • ALLASSETSNOSITES

        static final java.lang.String ALLASSETSNOSITES
        Relationship used to find assets across sites. The resulting set will contain zero or more records.
        See Also:
        Constant Field Values
      • ALLLOCATIONSNOSITES

        static final java.lang.String ALLLOCATIONSNOSITES
        Relationship used to find locations across sites. The resulting set will contain zero or more records.
        See Also:
        Constant Field Values