View Purchase Order Comments on Your Handheld

View Purchase Order Comments on Your Handheld

You are here:

Objective

In some cases, users of Warehouse Insight will want to view purchase order comments on their mobile device. This article will walk through the steps and code required to display Purchase Order comments when a Purchase Order is opened.

Requirements

This article requires the following:

  • Business Central version 15 or higher
  • Warehouse Insight Advanced WMS version 2.0 or higher

Steps

The following steps/code can be modified or extended as required and assume a base level familiarity with Business Central and Warehouse Insight.

  • Add Comments
    • Create a Purchase Order and add Comments that you would like shown on the device.
    • In this example multiple comments will be separated by new lines on the device.
Comment Sheet
  • Create the Extension
    • Create an extension codeunit to extend the open Purchase Order event.
    • For this example, we will add our “message” after the base product functionality has occurred.  Therefore, we will be subscribing to the “OnAfterProcessEvent” and listening for event ID 50005.
Comment

The code for adding the comments will utilize the “addMessage” function provided by the Warehouse Insight.

Comments

Result

Once the extension codeunit has been published the comments will be shown on the device whenever the Purchase Order is opened.

Message
Was this article helpful?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
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

Go to Top