Difference between revisions of "Build History:Presort Object"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{CustomTOC}}
{{CustomTOC}}
==Build 2326==
==Build 2985==
''Released March 2014''
''Released May 2017''


 
;Updates
==Build 1889==
*Modified Presort Lib to return presort results.
''Released November 2011''
*Changed Mail.dat version to 17-1
 
*Added New Method "SetProduceDropShipForms"
This is the initial release of the presort disc. Presort has been moved from the DQ Suite DVD to its own disc.
::This method is used to create Postal Forms 3602C and 8285" For information on how to call this method it is on page 47 of the Reference Guide.
 
*"SetMDCPTMailOwnerID" was updated this property populates the Mail owner ID in Mail.dat. If it is not sent then the MailersID property will populates the Mail owner ID in Mail.dat and the permit holder’s mailer ID.
Changes from the previous Presort Object are:
*“Get(“PostageSavings”)” was added it returns the calculated Postage Savings, which is amount of savings a customer can get using Presort Object.
 
;First Class Mail:
*Postcards: Yes
*Letters: Yes
*Flats: Yes
*Non Machinables: Yes
*EMM Trays: Yes -Added
 
;Standard Mail is working for the following sortations.
*Profit: Yes
*Non Profit: Yes -Added
*Letters: Yes
*Non Machinables: Yes
*Flats: Yes -Added
*Enhanced Carrier Route: Yes -Added
*Destinations SCF/BMC: No
:Presort has also been updated to use the latest rates.
 
;Global Changes
 
:;New Licensing Mechanism
 
:*Melissa Data is introducing a new License Key mechanism. Instead of individual License Keys for each product, we can now issue one License Key to enable every object you are using. Additionally, this License Key can be set as an environment variable (MD_LICENSE). This way, License Keys can be changes or swapped out without recompiling your application. Of course, the current method of setting your License Key will still work. Please reference the documentation under SetLicenseString for more details. A FAQ is also available here: http://www.melissadata.com/tech/set-environment-variable.htm
 
 
==Build 1567==
''Released March 2010''
 
*Postage statements released for March 2010 is now being used.
*You now must now call the ProduceReports method before you call DoPresort instead of after. This change was made to support future sortations, which much generate the reports dynamically as you presort.
 
 
==Build 1084==
''Released November 2009''
 
*First Class EMM Trays, Standard Non-Profit, Standard Flats, and Standard Enhanced Carrier Routes support added. New Postage statements to be used by 11/29/2009 as been updated.
*New Postage statements to be used by 11/29/2009 as been updated.
 
 
==Build 1070==
''Released April 2009''
 
*Presort Object has deprecated the use of MailClass and PieceType. Setting the mail class and piece type is now done through PreSortSettings(), which uses the SortationCode enumeration. This makes it easier for the user to see all the supported sortations and prevent incorrect combinations.
*Presort Object now uses PathToPresortDataFiles and InitializeDataFiles instead if Initialize(). This brings Presort object in line with our other products and allows us to add future data files easier.
*Presort Object uses ProduceReports() instead of automatically generating the reports after DoPresort() now. This will give the user more control of when and where the reports are generated as well as what they are named.
 
;The following sortations are now supported:
:First Class Mail:
:*Postcards: Yes
:*Letters: Yes
:*Flats: Yes
:*Non Machinables: Yes
:*EMM Trays: Yes
 
:Standard Mail is working for the following sortations.
:*Profit: Yes
:*Non Profit: Yes
:*Letters: Yes
:*Non Machinables: Yes
:*Flats: Yes
:*Enhanced Carrier Route: Yes
:*Destinations SCF/BMC: No
 
 
==Build 1040==
''Released June 2008''
 
*New Postage Rates and Postage report added.
 
;The following sortations are now supported:
:First Class Mail:
:*Postcards: Yes
:*Letters: Yes
:*Flats: Yes
:*Non Machinables: Yes
:*EMM Trays: No
 
:Standard Mail is working for the following sortations.
:*Profit: Yes
:*Non Profit: No
:*Letters: Yes
:*Non Machinables: Yes
:*Flats: No
:*Enhanced Carrier Route: No
:*Destinations SCF/BMC: No
 
==Build 1000==
''Released October 2006''
 
*Initial public release of Presort Object




[[Category:Build History]]
[[Category:Build History]]
[[Category:Presort Object]]
[[Category:Presort Object]]

Revision as of 20:37, 27 June 2017


Build 2985

Released May 2017

Updates
  • Modified Presort Lib to return presort results.
  • Changed Mail.dat version to 17-1
  • Added New Method "SetProduceDropShipForms"
This method is used to create Postal Forms 3602C and 8285" For information on how to call this method it is on page 47 of the Reference Guide.
  • "SetMDCPTMailOwnerID" was updated this property populates the Mail owner ID in Mail.dat. If it is not sent then the MailersID property will populates the Mail owner ID in Mail.dat and the permit holder’s mailer ID.
  • “Get(“PostageSavings”)” was added it returns the calculated Postage Savings, which is amount of savings a customer can get using Presort Object.