web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

A red hand symbol appears next to an invoice in the "Open-transaction editing" dialog box

Community Member Profile Picture Community Member

Quite often we see a red hand symbol appears next to an invoice in the "Open-transaction editing" dialog box when we try to apply a payment to the invoice in Microsoft Dynamics AX.

This problem occurs when a record in the SpecTrans table incorrectly indicates that a payment is applied to the invoice. This problem may occur when any one or more of the following conditions are true:

  • Connectivity problems exist between the Microsoft Axapta client and the Axapta Object Server (AOS) instance.
  • Power interruptions occur at the database server, at the Axapta Object Server (AOS), or at the client computer.
  • Code has been modified in Microsoft Axapta.

 Here is how to resolve this issue mentioned on http://support.microsoft.com/kb/894412 

  1. Locate the record ID for the affected transaction. To do this, follow these steps:
  2. Open the Open-transaction editing dialog box.
  • For an Accounts Payable transaction, click Accounts Payable in Microsoft Axapta. Click Vendors, select the vendor, click Functions, and then click Open-transaction editing.
  1. In the Open-transaction editing dialog box, select the record that incorrectly indicates that a payment is applied.
  2. Right-click the record, and then select Record Info.
  3. Click Show all Fields, and then locate the record ID.

    Note The record ID is linked to the RefID field in the SpecTrans table.
    1. Back up the database before you remove the record.
    2. Delete the record by using the Table Browser or by using SQL Query Analyzer. 
      If you use SQL Query Analyzer, use the following statement. Replace the placeholders in the statement with the information that is correct for your situation.

    DELETE SPECTRANS WHERE REFRECID = <RECID FROM STEP 1D> AND DATAAREAID = <COMPANY DATA_AREA>

Referenced KB: http://support.microsoft.com/kb/894412

Cheers

Syed

Comments

*This post is locked for comments