Add-On's range of objects

alex9alex9 Member Posts: 97
Before starting developing Add-On we have to fill out NAV Add-On Application. There is Number of Objects field in this application. We estimate we need around 100 objects for our Add-On. The question is:
If we need to create more objects during working on a project can we ask for additional range later on? What about consistency of the range in this case?

Perhaps, it is better to order, say, 200 objects range, to make sure we have enough space? What range of objects do ISVs usually use in their Add-Ons?

Thanks.

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    the add ons i have made differ in size from 100 ojects to over 1000.

    dont worry about the number of objects. once the initial registration is done you can request more objects later
  • alex9alex9 Member Posts: 97
    dont worry about the number of objects. once the initial registration is done you can request more objects later

    If I request more objects, will ranges of objects be consecutive?

    E.g., initially requested range 7 000 000 - 7 000 099, and second range (requested later) 7 000 100 - 7 000 199.

    I need consecutive range for Add-On, am I right?
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Your initial request will be a consecutive, but if you reqest more objects later there might be another add-on inbetween.

    For example. One of my add-ons has the range 11033000..11033499 and 11053879..11054499.

    It does not matter much. You'll get used to it.

    If you know quite sure now you will very soon reach the limit og your add-on you might as well request more objects directly.
  • alex9alex9 Member Posts: 97
    Thank you very much for this helpful information!
Sign In or Register to comment.