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 :
Dynamics 365 Community / Blogs / Ansar Basha's AX World / Delete all transaction data...

Delete all transaction data for legal entity in Dynamics 365 FO

Ansar Basha Profile Picture Ansar Basha 1,582

Hello Techies,

I’m writing this post after a long time, Hope you enjoy reading.

We are already aware of deleting data in previous versions of AX using SysDatabaseTransDelete class,it’s similar here but we have to use the browser to perform this operation, let’s see how to delete transactions data for a Legal Entity in Dynamics 365 For Operations.

We can use the browser to delete the data for an entity as below:

Syntax:

https://<D365URL> /?cmp=<LegalEntityName>&mi=SysClassRunner&cls=Sysdatabasetransdelete

 

Example:

https://usnconeboxax1aos.cloud.onebox.dynamics.com/?cmp=USMF&mi=SysClassRunner&cls=Sysdatabasetransdelete

If you would like to Proceed with Deletion Click YES, Wait until the Operation is completed.

 

That’s it, Transaction data has been deleted for the Legal Entity.

Meet you soon with a New post, Thanks for Reading. Appreciate your feedback and comments.

Regards,

Ansar Basha.S


This was originally posted here.

Comments

*This post is locked for comments