Difference between revisions of "Build History:Presort Object"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[Presort Object|← Presort Object]]
[[Presort Object|← Presort Object]]
{{CustomTOC}}
{{CustomTOC}}
==Build 3024==
''Released August 2017''
;General Fixes and Changes
*The old property <code>ContinueContainerNumber(bool)</code> now also controls it for Pallets Numbers.
;First Class Mail Fixes and Changes
*Fixed for Post Cards we are putting over the maximum number of pieces in a trays.
*Fixed for Letters the Postage statement part A is not rounding total correctly.
*Fixed Line1 for Pallets for FCM STD LTR and FLAT.
;Standard Mail Fixes and Changes
*Fixed for NDC pallets we are using the wrong L module for line 1.
*Fixed we were creating a Mixed NDC Pallet when we should be creating a SCF pallet.
*Fixed a bug with minimum pieces in STD /FLAT FSS bundles. Now it is the same rule as for 5Sch/5dig, for less than 5oz a piece is 15 pieces otherwise – 10.
*Fixed a bug for STD/FLAT. Oversized bundles and sacks.
;Properties Added
*Added a new property for STD/LTR SCF Pallet to control a minimum containers for it.
::;For Presort Object
:::<code>put_IgnoreMinSCFPallet(bool );</code>
::;For C++
:::<code>void SetIgnoreMinSCFPallet(bool );</code>
::;For C
:::<code>void mdPresortSetIgnoreMinSCFPallet(mdPresort, int);</code>
==Build 3007==
==Build 3007==
''Released July 2017''
''Released July 2017''

Revision as of 16:02, 13 September 2017

← Presort Object


Build 3024

Released August 2017

General Fixes and Changes
  • The old property ContinueContainerNumber(bool) now also controls it for Pallets Numbers.
First Class Mail Fixes and Changes
  • Fixed for Post Cards we are putting over the maximum number of pieces in a trays.
  • Fixed for Letters the Postage statement part A is not rounding total correctly.
  • Fixed Line1 for Pallets for FCM STD LTR and FLAT.
Standard Mail Fixes and Changes
  • Fixed for NDC pallets we are using the wrong L module for line 1.
  • Fixed we were creating a Mixed NDC Pallet when we should be creating a SCF pallet.
  • Fixed a bug with minimum pieces in STD /FLAT FSS bundles. Now it is the same rule as for 5Sch/5dig, for less than 5oz a piece is 15 pieces otherwise – 10.
  • Fixed a bug for STD/FLAT. Oversized bundles and sacks.
Properties Added
  • Added a new property for STD/LTR SCF Pallet to control a minimum containers for it.
For Presort Object
put_IgnoreMinSCFPallet(bool );
For C++
void SetIgnoreMinSCFPallet(bool );
For C
void mdPresortSetIgnoreMinSCFPallet(mdPresort, int);


Build 3007

Released July 2017

General
  • Fixed crash caused by expired license string.
First Class Mail Fixes
  • First Class Postcard Profit - Mailing summary displays 0's in tray size, postage statement "No. of Containers" is blank.
  • First Class Postcard - The postage statement is incorrect. A2 has 0.00 for price.
  • First Class Postcard - Mailing Summary is generated wrong name.
Standard Mail Fixes
  • Standard Letter Profit w/ POM SCF - AADC pieces from the SCF Automation sort are missing from postage statement. Negative in Mailing Results screen


Build 2996

Released July 2017

Updates
  • Added new property’s name to expand the report names:
For Presort Object
void ExpandedReportName(bool);
For C++
void SetExpandedReportName(bool);
For C
void mdPresortSetExpandedReportName(int);
  • Pallet tags are now doubled.


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.