psdi.app.ticket

Interface TicketAssetSetRemote

    • Field Detail

      • ASSET

        static final java.lang.String ASSET
        Relationship to the ASSET records.
        (asset.assetnum = ticketasset.assetnum and asset.orgid = ticketasset.orgid)
        The resulting set will contain zero or more records.
        See Also:
        Constant Field Values
      • LOCATION

        static final java.lang.String LOCATION
        Relationship to the LOCATION records.
        (locations.location = ticketasset.location)
        The resulting set will contain zero or more records.
        See Also:
        Constant Field Values
      • TICKET

        static final java.lang.String TICKET
        Relationship to the TICKET records.
        (ticket.ticketid = ticketasset.ticketid and ticket.class = ticketasset.class)
        The resulting set will contain zero or more records.
        See Also:
        Constant Field Values