Name
RecordRetrieve Retrieve a customer record
Description
RecordRetrieve retrieves a version of a customer record and stores it in the 8MS database. The following are the allowed fields in reqparams:
* dn The number containing the customer record to be retrieved.
ed The effective date of the record to be retrieved.
et The effective time of the record to be retrieved.

The ed and et fields are optional. However, if one is specified then both must be specified. If neither one is specified, the most recent record with a status of ACTIVE, SENDING or DISCONNECT will be returned.

MGI Messages
RecordRetrieve sends a REQ-CRV message. The response message is a RSP-CRV.
Example
The following request parameters will retrieve the 10/01/04 10:00 am version of the customer record associated with 8005551212:
dn~8005551212;ed~10/01/04;et~10:00A/