Default "Lock Unit Price" to True

Does anyone have a good way to force the “Lock Unit Price” to True on the Sales Order Entry Lines Tab? Since it is a button I don’t see anywhere to default it to the true setting.

Thanks

It’s possible as LockPrice fields is available in OrderDtl table.

  1. You can customize the form with code to always check this flag- I prefer or
  2. Use BPM directive to default field as checked, for added new order detail line

Thanks! I used the BPM and it seems to work great!