Hi there,
We would like to have the packing slips "Include Line Item Comments" by default.
Although I am unable to find how to set this??
Anyone know?
GP Dynamics 2013
Tami
*This post is locked for comments
Hi there,
We would like to have the packing slips "Include Line Item Comments" by default.
Although I am unable to find how to set this??
Anyone know?
GP Dynamics 2013
Tami
*This post is locked for comments
Tami,
Add your window to visual basic and the below two encircled fields, and paste below code. Each time you will select Packing slip, it will include line comment by default.
Private Sub PackingSlips_Changed() If PackingSlips.Value = True Then PackingSlips1.Focus PackingSlips1.Value = 1 End If End Sub
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156