Build History:Presort Object: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Presort Object|← Presort Object]] | [[Presort Object|← Presort Object]] | ||
{{CustomTOC}} | {{CustomTOC}} | ||
==Build 2996== | |||
''Released July 2017'' | |||
;Updates | |||
*Added new property’s name to expand the report names: | |||
::;For Presort Object | |||
:::<code>void ExpandedReportName(bool);</code> | |||
::;For C++: | |||
:::<code>void SetExpandedReportName(bool);</code> | |||
::;For C: | |||
:::<code>void mdPresortSetExpandedReportName(int);</code> | |||
*Pallet tags are now doubled. | |||
==Build 2985== | ==Build 2985== | ||
''Released May 2017'' | ''Released May 2017'' |
Revision as of 23:35, 11 July 2017
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.