Unfortunately, there isn't a built-in feature to delete multiple number series in bulk directly from the standard interface, but you can achieve this by using X++ code to automate the process. Here's a high-level outline of the steps:
Access Development Environment: To write and run X++ code, you'll need access to the Development Environment.
Write X++ Code: You can write X++ code to delete the unwanted number series. You'll need to identify the criteria for selecting the number series to be deleted and then use the table and methods like delete to remove them.
Run the X++ Code: Once you've written the code, you can execute it within the Development Environment. Make sure to test it on a non-production environment first to ensure it works as expected.
André Arnaud de Cal... 291,684 Super User 2024 Season 2
Martin Dráb 230,414 Most Valuable Professional
nmaenpaa 101,156