MBO object to represent an MRStatus. Every time a status change is done on an MR, a new MRStatus record is added to the database.
Hence, the MRStatus table in the database will contain a history of all status changes that were done on a particular MR object.
See Material Requisition Package description.
This is a site level object.
The key attributes for this object are SiteID and MRStatusSeq.
The attributes in this object are as follows:
Attribute Name
Attribute Value
ChangeBy, ChangeDate
Got from the UserInfo object; copied from the StatusDate of the owner MR.
Memo
Status change notes.
MRNum
MRNum to which this MRStatus belongs.
MRStatusSeq
Unique status sequence number.
OrgID
Identifier of the organization for this MR status.
public void add()
throws MXException,
java.rmi.RemoteException
Adds a new MRStatus Record. Required fields of the MRStatus are initialised in this method.
The following fields are initialised with their respective values.