Kinetic - App-Open

Hello,
I want to open BOL form from Customer shipment entry. below is the code I added in the app-open. but how can I pass BOLNum into app-open.

thanks,

Eddy

I do this in the “Launch Options”

image

Try:

{
	"options": {
		"valueIn": "{ShipHead.BOLNum}"
	}
}
3 Likes

Hello,
this is what I got. I have BOLNum which is 21.
don’t know why I got this error.

regard,

Eddy

fixed. i forgot to change the " when I copy and paste.

it works now.
thanks a lot.

Eddy

1 Like