Kinetic UI Print Options Customization

  1. If you haven’t already, create or use your current layer for Order Entry.
  2. Go to the Details node

  1. Click this weird, empty space up here, go to properties, then scroll all the way down.

  1. Get rid of this tool (we’re going to make our own to replace it)

If that concerns you, you can disable it, just know there will be two (native disabled and the enabled one we create)

  1. Click Add Tool

image

  1. Copy most of the info as such

image

  1. Create a new event

image

  1. Set up the trigger to be Control > On Click > Your Control ID

  1. Add an App-Open widget and configure as follows:

The code within the Launch Options:

{
	"type": "Ice.Lib.Framework.LaunchFormOptions",
	"options": {
		"valueIn": "{OrderHed.OrderNum}",
		"showAsModal": true
	}
}
  1. In the properties of the app-open click Behavior > OnSuccess and add an event-next widget to finish out replicating the native event flow and set the Event Id to be “SetReprintSOAckFlag”

  1. Cross your fingers!
  2. I did not test this
  3. Good luck. :smiley:

Couldn’t leave ya hanging. I ended up testing it. Lol

8 Likes