How can I see all used objected IDs that were installed in extension?

wolfskinwolfskin Member Posts: 84
Hi everyone,

I am working on Dynamics 365 BC. When I create the new file, How can I know that the object ID is available?

I don't know that the object ID is used already till I compile the project.

Do anyone know how to get the all used object IDs that were install in extension?

Thank you.

Best Answer

  • SanderDkSanderDk Member Posts: 497
    Answer ✓
    hi @wolfskin
    You could make a page to and set source table to "NAV App Object Metadata"
    There you can see all extension objects :smile:
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.

Answers

  • SanderDkSanderDk Member Posts: 497
    Answer ✓
    hi @wolfskin
    You could make a page to and set source table to "NAV App Object Metadata"
    There you can see all extension objects :smile:
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • wolfskinwolfskin Member Posts: 84
    SanderDk wrote: »
    hi @wolfskin
    You could make a page to and set source table to "NAV App Object Metadata"
    There you can see all extension objects :smile:

    It's work, thank you so much.
Sign In or Register to comment.