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 :
Microsoft Dynamics AX (Archived)

Unable to delete a General Journal Entry using this codes

(0) ShareShare
ReportReport
Posted on by


ttsbegin;

while select forUpdate ledgerjournaltrans
where ledgerjournaltrans.journalNum == 'JBN-000846'
{
ledgerjournaltrans.delete();
}

ttscommit;


ttsbegin;
while select forUpdate ledgerjournaltable
where ledgerjournaltable.journalNum == 'JBN-000846'
{
ledgerjournaltable.delete();
}
ttscommit;

Is there any alternative way to delete the specific journal number aside from the code above.

I'm planning to delete general journal entry that are not posted

*This post is locked for comments

I have the same question (0)
  • Brandon Wiese Profile Picture
    17,788 on at
    RE: Unable to delete a General Journal Entry using this codes

    Why doesn't it work?

  • Community Member Profile Picture
    on at
    RE: Unable to delete a General Journal Entry using this codes

    the data goes back

  • Brandon Wiese Profile Picture
    17,788 on at
    RE: Unable to delete a General Journal Entry using this codes

    Then that probably means that you're part of a larger transaction that is failing and being rolled back.

  • Dick Wenning Profile Picture
    8,705 Moderator on at
    RE: Unable to delete a General Journal Entry using this codes

    general journal entry are posted journals. the tables you want to delete have nothing to do with it. there is a field on ledgerjournalTable called posted. just at that to the code and you have the non posted journals

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#2
Guy Terry Profile Picture

Guy Terry 2 Moderator

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans