Documentation Index

Fetch the complete documentation index at: https://kb.lasernetgroup.com/llms.txt

Use this file to discover all available pages before exploring further.

Steps to Upgrade

Prev Next

Back Up

Before upgrading, users must back up their configuration by using the backup tools provided by the Lasernet Group.

Always perform a backup before upgrading the Lasernet Extension.

Follow these steps:

  1. Sign in to the Dynamics 365 Business Central application.

  2. Click Lasernet Document Management and select the Export/Import tile from the Miscellaneous group.

The Manage Lasernet Connector Data page is displayed.

  1. Select all elements from the page except for Copy Data Between Companies, and then click the Export button.

The Company Selector page is displayed.

  1. Select all companies from the list and click OK.

  1. Save the exported file.

Your backup is complete.

Uninstall and Re-Install Lasernet Connector

After the backup is complete, uninstall or update the Lasernet Connector, depending on your BC environment.

Business Central Online

  1. Sign in to Business Central Admin Center.

  2. Locate the Manage Apps page.

  3. Locate the Lasernet app.

  4. Click Install update from the Available Update Action column.

  5. Once you have completed these steps, jump to the Lasernet Configuration section of this guide.

Business Central OnPrem

Consult this link to learn Microsoft's best practices on unpublishing an extension.

  1. Uninstall Lasernet Connector by opening PowerShell and using the following prompt:

Example:

Uninstall-NAVApp -ServerInstance BC -Name "Lasernet Connector OnPrem" -Version 4.3.2.0

  1. Unpublish Lasernet Connector by using the following prompt:

Example:

Unpublish-NAVApp -ServerInstance BC -Name "Lasernet Connector OnPrem" -Version 4.3.2.0

  1. Publish Lasernet Connector by using the following prompt:

Example:

Publish-NAVApp -ServerInstance bc -Path "C:\ProgramData\BcContainerHelper\Extensions\bcserver\my\Lasernet.app" -skipverification

We recommend consulting this link to learn Microsoft's best practices on installing and publishing an extension.

  1. Install Lasernet Connector by using the following prompt:

Example:

Install-NAVApp -ServerInstance bc -Name "Lasernet Connector OnPrem" –Tenant Default

Lasernet Configuration

The Lasernet Group needs to change the Lasernet Configuration to support new features in the Lasernet Connector (such as improved archive report structure). Always double-check if your Lasernet Configuration has undergone any changes.

If you are in doubt, contact your Lasernet reseller.

  1. Open your Lasernet Configuration.

The following steps (2-6) need to be repeated for all reports.

  1. Open a form and click the PDF sheet.

  1. From the top menu, click Sheet and then select Sheet Options.

  1. Open the Criteria FastTab.

  1. Remove the criteria and close the form.

  1. Close the report Form.

Repeat this process (steps 2-6) on all reports.

  1. Select Modules from the menu on the left side and open Destination Selection.

  1. Open the Destination FastTab.

  1. Change all your Destinations Criteria so that they match the following images. Note that you might have other destinations and criteria because you have different output modules. In this case, merge the new criteria so they will still work with your configuration.

Destination: Azure Storage

Destination: #Printer#

Destination: Mail Output

Destination: Archive

Destination: Null

Add the destination.

  1. Select Forms from the left menu and open the Transformer Form called General Transformation from all forms.

  1. Deactivate the following two actions in the Actions window.

  1. Save and close the form.

XML Structure

In 4.0.0.x, we have changed the way we create the XML file. Therefore, we were also forced to change the XML structure slightly, but that has an impact on your Rearranges on your reports/Forms. Check all your forms if the rearrange matches the new structure.

The following has been changed:

CustomLineFields and CustomHeaderFields

If you are adding additional data via Document Layout, then you need to change the rearranges. If not, you can skip this part.

Old XML structure

New structure

Note

The data itself is moved from the ValueHeader element to the Parent, in this case, Picture.

Tip

Work on an older grab file and then simply locate the rearrange and then drag the rearrange from ValueHeader to the Parent. This keeps the rearrange in the right window/output so that has not changed.

ItemAttributes

Old structure

New structure

Dimensions

Old structure

New structure

Was this page helpful? Let us know at knowledgebase.feedback@lasernetgroup.com