Extend the Package Worksheet in Dynamic Ship to Display Custom Data Fields

Skip to main content

Extend the Package Worksheet in Dynamic Ship to Display Custom Data Fields

You are here:

This article demonstrates how to extend the Package Worksheet in Dynamic Ship to display custom data fields. This could be any piece of data related to the order line, item, or anything custom you may have in your process.

Example scenario

A company wants to display a custom field from the Sales Line on the Package Worksheet so that packers can see additional shipping instructions.

The objectives are:

  • Retrieve the custom field from the Sales Order.
  • Pass the value into the Package Worksheet context.
  • Display the value to the user while packing items.

Implementation

Create a table extension

Add a custom field to the DSHIP Package Line Buffer (can also be a flowfield):

Copy to Clipboard

This field stores the additional notes for the item.

Extend the Package Worksheet Page
Copy to Clipboard

This adds the additional notes to the worksheet interface.

Create a page extension to display the custom data:

Populate the Field

Use an event subscriber to load the value from the related Sales Order. Example:

Copy to Clipboard

This ensures the custom field is populated when the order is loaded into the Package Worksheet.

Result

When a user opens the Package Worksheet for a Sales Order:

  • The system loads the order,
  • custom data is retrieved, and
  • the field is displayed on the worksheet page.

Warehouse staff can now see important information during packing.

Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Need help?

Leave A Comment

Table of Contents
Go to Top