The solution has been added to Source Safe as SIAcknowledgementSolution. Here are the sample notifications (Maersk and Safmarine). I went ahead and made the service so it will handle Safmarine bills, even though they haven’t asked for it.
Testing the implementation, as with most windows services is not easy, but I think we can come up with something. Basically, we need to fill the base table, then run the service from my desk.
- Database – the initial data is generated from the MDWSProcessImageLink stored procedure, inserting data into the SIAcknowledgementBillTable when the ‘Master B/L’ criteria is met.
- Tables
- SIAcknowledgementBillTable – holds initial data from MDWSProcessImageLink
- SIAcknowledgementReportTable – holds records which a Crystal Report notification is processing from
- SIAcknowledgementContactTable – holds the pilot group customer numbers and contact numbers
- SIAcknowledgementGetBillNumber – pulls the initial set of data for the application.
- SIAcknowledgementReportSproc – moves the appropriate data into the report tables
- SIAcknowledgementIndex – indexes the data sent in the notification. The data is indexed into the Images, CustomerInteractions, and CustomerInteractionReasons.
a.Location – Assume we will install this on the SCRBCDTUSWOFCL2 server
b. Running Time – The requirements say as real-time as possible, I’m thinking about putting the timer at 10 or 20 minutes. This may accomplish close enough to real time as necessary for the pilot group.
c.Who to send to – Send notice first to Forwarder, if no forwarder, then shipper
d.Maersk or Safmarine – compares line code to find company
No comments:
Post a Comment