Hi, we're using 2007.
When I need to close multiple item lines in a Sales Order, I'll need to do this:
- For each line to be deleted:
- Call GetByKey()
- Call SetCurrentLine()
- set LineStatus = bost_Close
- Call Update()
So I just want to confirm if this is the only way to do it? (if I don't call Update() in the loop, it will error out)
And secondly, do I need to call GetByKey() in the loop? Or I can do it first before entering the loop?
Please advise.
Thanks.