Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Checklinks - Created Batch without BatchID

(0) ShareShare
ReportReport
Posted on by 50

Checklinks created a batch in financial without a BatchID.  There are zero transactions in the batch.  When I click to open the batch, it states " Please select a record first".  I want to delete it.  I ran checklinks on the entire financial series and clear data on the Transaction Work table.  Any other ideas?

*This post is locked for comments

  • Verified answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Checklinks - Created Batch without BatchID

    Cindy,

    you are supposed to replace the "Dex_Row_Value" with the number retrieved from the first statement.

    I mean, the first select will give you the Dex_Row_Id of the empty batch id. Suppose it says "543". Now you run the delete statement replacing the (Dex_Row_Value) with 543.

    Your feedback is highly appreciated.

  • Cindy E Profile Picture
    50 on at
    RE: Checklinks - Created Batch without BatchID

    First statement worked.  After runninb second, it states that "Dex_Row_Value does not exist".  Any ideas?  

  • Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Checklinks - Created Batch without BatchID

    Get it deleted on the SQL level , SY00500

    Run the following SQL statement,

    SELECT BACHNUMB, DEX_ROW_ID, * FROM SY00500 WHERE BACHNUMB = ''

    You can then proceed deleting this record by considering the Dex_Row_ID. Run the following SQL Statement;

    DELETE FROM SY00500 WHERE DEX_ROW_ID = Dex_Row_Value

    If you are not quite accustomed to using SQL, please contact you DB administrator.

    Hope this helps,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Almas Mahfooz Profile Picture

Almas Mahfooz 3 User Group Leader

Featured topics

Product updates

Dynamics 365 release plans