@burkybang Make sure the default behavior of Close is what you or your company needs, I have to create a custom Close Order button in many occasions to handle the Sales Order closing properly, closing lines by the line close checkbox.
a
Ady
02/25/2020, 11:09 PM
@alien4u I also noticed that the "Close Remaining Lines" button doesn't fire any ClientScript events regardless of how many lines are now checked as closed. Have you had any luck getting around that? I have a script in place that calculates an alternate end date for closed lines based on the next bill date on SOs using FieldChanged and it doesn't seem to fire if the button is used, or if the SO is closed with the button.
a
alien4u
02/25/2020, 11:24 PM
@Ady Create your own buttons to do what the default buttons do, then you can control what and how you triggers what you need.
a
Ady
02/25/2020, 11:33 PM
@alien4u I was hoping you wouldn't say that 🙂 that's a bit outside of our scope at the moment.