Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Computer stops responding when you delete a saved document on the Quick Voucher and Pre-payment Entry screen


View products that this article applies to.

Symptoms

Consider the following scenario in Accounts Payable in Microsoft Dynamics SL 2011:
  • In Quick Voucher and Pre-Payment Entry (03.020.00), you create a document, and then you leave it on hold.
  • You save the document to assign a reference number.
  • You click the delete icon (X).

In this scenario, the computer stops responding.

↑ Back to the top


Resolution

To resolve this issue, run the following SQL statement against the application database in Microsoft SQL Server Management Studio:
alter Proc Batch_Mod_Rlsed @parm1 varchar ( 10), @parm2 varchar ( 2) as 
Select * from Batch with (nolock)
where BatNbr = @parm1
and Module = @parm2
and Rlsed = 1 and status<>'V'

↑ Back to the top


Status

The problem was corrected in Microsoft Dynamics SL 2011 Feature Pack 1.

↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kbtshoot, kbexpertiseinter, kb

↑ Back to the top

Article Info
Article ID : 2950416
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 234