Please add the ability to re-open a service calls that was already invoiced. Users make mistakes and it requires them to make adjustment on the service call. Add a special security role for this since we want to make sure the invoice has NOT already been posted in case a return needs to processed. We use the following process on SQL to do this: UPDATE SVC00200 SET SRVRECTYPE=2,SRVSTAT='10I' WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00210 SET SRVRECTYPE=2 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00212 SET SRVRECTYPE=2 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00220 SET SRVRECTYPE=2,Invoiced_Amount=0,Amount_To_Invoice=0 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00230 SET SRVRECTYPE=2 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00231 SET SRVRECTYPE=2,POSTED=0,POSTEDDT='19000101' WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00201 SET SRVRECTYPE=2 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00203 SET SRVRECTYPE=2 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3 UPDATE SVC00202 SET SRVRECTYPE=2 WHERE CALLNBR=@CALLNBR and SRVRECTYPE=3
Jodi Christiansen (administrator) on 2/19/2025 8:04:44 PM
Thank you for taking the time to submit your suggestion. We truly appreciate your input and the effort you put into sharing your ideas with us.
After careful consideration, we regret to inform you that due to the current lifecycle stage of our product, we will not be able to implement your suggestion at this time.
We value your engagement and hope you continue to share your thoughts with us in the future.
Understand the Lifecycle Policies - Dynamics GP | Microsoft Learn
Terry Heley
Microsoft