psdi.app.workorder

Interface WMAssignmentSetRemote

    • Field Detail

      • ASSIGNMENT

        static final java.lang.String ASSIGNMENT
        Relationship to the Assignment table, used to find the assignments.
        (assignment.wonum = wmassignment.wonum).
        This resulting set will contain one object.
        See Also:
        Constant Field Values
      • WORKORDER

        static final java.lang.String WORKORDER
        Relationship to the Work Order table, used to find the work orders.
        (workorder.wonum = wmassignment.wonum and workorder.siteid = wmassignment.siteid).
        This resulting set will contain one object.
        See Also:
        Constant Field Values
      • WOSAFETYPLAN

        static final java.lang.String WOSAFETYPLAN
        Relationship to the WOSAFETYPLAN table, used to find all work order SAFETYPLANS for a wmassignment.
        (WOSAFETYPLAN.wonum = wmassignment.wonum and WOSAFETYPLAN.siteid = wmassignment.siteid).
        This resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • PRIMARYSYSLOCWO

        static final java.lang.String PRIMARYSYSLOCWO
        Relationship to the workorder table itself, used to find all work orders in the Primary system locations. Used to find all work orders in the Primary system locations.
        (locancestor.location = wmassignment.location and systemid = ( select primarysystem from site where siteid = wmassignment.siteid)).
        This resulting set will contain zero or more objects.
        See Also:
        Constant Field Values
      • LOCATION

        static final java.lang.String LOCATION
        Relationship to the Locations table, used to find the location for a wmassignment.
        (Locations.location = wmassignment.location and Locations.siteid = wmassignment.siteid).
        This resulting set will contain zero or one object.
        See Also:
        Constant Field Values
      • ASSET

        static final java.lang.String ASSET
        Relationship to the Asset table, used to find the asset for a wmassignment.
        (Asset.assetnum = wmassignment.eqnum and Asset.siteid = wmassignment.siteid).
        This resulting set will contain zero or one object.
        If the workorder's assetnum attribute isn't null, this set will have one member.
        See Also:
        Constant Field Values
      • LABOR

        static final java.lang.String LABOR
        Relationship to the Labor table, used to find the laborcode for a wmassignment
        (Labor.laborcode = wmassignment.laborcode and Labor.siteid = wmassignment.siteid).
        This resulting set will contain zero or one object.
        If the Assignment's laborcode attribute isn't null, this set will have one member.
        See Also:
        Constant Field Values
      • CALENDARVIEW

        static final java.lang.String CALENDARVIEW
        Relationship to the nonpersistent parameter set to calendar view receipts
        See Also:
        Constant Field Values
      • DISPATCHASSIGN

        static final java.lang.String DISPATCHASSIGN
        Relationship to the nonpersistent parameter set to dispatch assignment
        See Also:
        Constant Field Values
      • MAXVARINPUT

        static final java.lang.String MAXVARINPUT
        Relationship to the MaxVarInput Set. This is a special MboSet used for displaying wostatusonasntcomp for a given workorder of an assignment.
        wonum in (orgid=:orgid )
        The resulting set will contain zero or more objects.
        See Also:
        Constant Field Values