Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment Explorer: Lost object listed in wrong app #74

Open
NKarolak opened this issue Apr 17, 2024 · 0 comments
Open

Assignment Explorer: Lost object listed in wrong app #74

NKarolak opened this issue Apr 17, 2024 · 0 comments

Comments

@NKarolak
Copy link

NKarolak commented Apr 17, 2024

My workspace consists of two apps of the same repository, whereas the second app is the test app.

Because I had deleted a bunch of objects in the past, it was time to clean the Ninja Assignment explorer from lost object IDs.
I reclaimed all of them but one, because it is listed in the wrong app:
image

In the "normal" app, there is already a codeunit 5338214.
The test app object ID range starts with 5338500, and it never had any other object range, so I really have no explanation how the other ID got listed there, and for how long.

Btw, both apps have an .objidconfig defined. Test app:

  "idRanges": [
    {
      "from": 5338500,
      "to": 5338599,
      "description": "Test app"
    }
  ]

What am I supposed to do with this Lost entry? I'm scared of pressing "Reclaim object ID" ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant