Lasernet BC Connector Release Version 4.1.0.0
Release date: 4th November 2022
New Features and Enhancements
The purpose of this section is to outline the new features, enhancements, and fixes of Lasernet BC Connector 4.1.0.0.
Features and Bugs
Ticket No. | Description | Notes |
#208988 | Support for Attachments from BC | |
#204460 | Define email body and subject | |
#323241 | Limited number of records in custom field filtering (Document Layout) | |
#307297 | Customer/Vendor No. is added to Lasernet Archive | |
#318480 | Support for Job Queue run of Lasernet reports | |
#316218 | Sales Shipment prints all records if you post and print | |
#313852 | Sales Shipment only prints one record when combining Sales Orders into one Warehouse Shipment | |
#317682 | Added Item Attribute to Warehouse Picking List report | |
#317583 | Added VAT Specification to Sales Quote | |
#304615 | Customer Statement: the extra section for the currency is removed from the report | |
#319811 | Document Layout does not suggest Description field when validating Field No. | |
#313766 | Use Distribution does not look for active/not active | |
#315710 | Rename MailBody node to MailBodyHTML | |
#313377 | New publisher required for passing custom fields on Print Request | |
#311251 | System Value in Document Layout does not look at Data Formats | |
#311243 | Add Translations Access for custom fields on Document Layout | |
#310568 | Translations are missing in the XML footer | |
#310573 | Data formats setting is not applied in Reports |
208988 - Support for Attachments from BC
We have improved the attachment functionality so it now includes the option to send emails through both BC and Lasernet. It is now possible to specify the desired attachment and which report you wish to add it to.
204460 – Define Email body and subject
You can now specify your own email body and subject in different lan guages and use placeholders as variable fields/words in an email template to personalize the email for a customer or vendor.
You first need to specify the placeholders. Placeholders are the fields from a table that you wish to use in an email template, such as Customer Name, Document Number, or Username.
Next, you must create the email template. You can use and import an HTML email or create your own with our tool. You can also specify the language desired by the customers and vendors.
323241 – Limited number of records in custom field filtering (Document Layout)
We have added a new setting to Lasernet Setup, so you can control the maximum number of records that should be retrieved from the database when custom fields are added using Document layout. The default is 10000 records, and zero would produce unlimited records.
307297 – Customer / Vendor No. added to Lasernet Archive
We have added a new column to give a better overview of Customers and Vendors.
We have added support for Job Queue executions from code. We are still waiting for Microsoft to add Post and Print hooks via Job Queue. They have told us that it will be fixed in BC 21.47191.xxxx
Using Post and Print Warehouse Shipment, Lasernet did not look for Marked Only shipments and printed all Shipments. This has now been corrected.
If you combine Warehouse Shipments from multiple Sales Orders, only one of the Sales Shipments was printed rather than all of them. This has now been corrected.
We have added Item Attributes to the Lasernet report. The attributes were already on the report but were missing on the second node in the XML file.
This can now be added to the report layout using the Lasernet Developer Tool.
We have added VAT specifications to the Lasernet report. This can now be added to the report layout using the Lasernet Developer Tool.
On the Customer Statement report, a currency section was always added even though it resulted in open entries in Detail Customer ledger entries.
If your Customer Statement had an entry within a specific currency, this section was always added. This has now been corrected.
When a Document Layout validated the Field No. it did not always suggest a Description.
The activation and deactivation of Use Distribution were not previously addressed. If you had a record within the Distribution settings, then the email was taken from this record despite Use Distribution being deactivated.
The MailBody node in the XML file has been renamed to MailBodyHTML to support the new Email Template feature.
Please remember to change your XML Transformer Engine so it now looks for this node name instead of the old name.
#323648 – Skipped Document Layout line with no data
If you accidentally added an empty line within Document Layout, it would not run the report. This produced an error message which stated that the record is not open.
Previous