psdi.app.mr

Class FldMRRequestedBy

  • All Implemented Interfaces:
    MboConstants, MboValueListener


    public class FldMRRequestedBy
    extends FldPersonID
    Behaviour of RequestedBy (laborcode) in the MR object.RequestedBy represents the laborcode in the LABOR table. Certain fields on the MR object are set or cleared based on the value of the RequestedBy When this field is cleared the following fields are cleared.
    • MR.PHONE
    • MR.DROPPOINT
    • MR.SHIPTO
    • MR.LOCATION
    When this field is set with a valid loaborcode,the following fields are copied over from the LABOR table.
    • MR.PHONE
    • MR.DROPPOINT
    • MR.SHIPTO
    • MR.LOCATION

    See Also:
    MR.isTransfer(), MR.setDefaultStoreLoc(java.lang.String)
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        Certain fields on the MR object are set or cleared based on the value of the RequestedBy When this field is cleared the following fields are cleared.
        • MR.PHONE
        • MR.DROPPOINT
        • MR.SHIPTO
        • MR.LOCATION
        When this field is set with a valid loaborcode,the following fields are copied over from the LABOR table.
        • MR.PHONE
        • MR.DROPPOINT
        • MR.SHIPTO
        • MR.LOCATION
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MAXTableDomain
        Throws:
        MXException
        java.rmi.RemoteException