Hi,
I need to use objects than more than the standard id range i.e 50100-50149.
How can I use them? Changing the ID range to 50100-50160 or greater gives an error.
*This post is locked for comments
Hi,
I need to use objects than more than the standard id range i.e 50100-50149.
How can I use them? Changing the ID range to 50100-50160 or greater gives an error.
*This post is locked for comments
Open app.json file in your project and find there an element
"idRange": {
"from": 50100,
"to": 50149
}
and then fix it to
"idRange": {
"from": 50100,
"to": 50170
}
Hi Andrey,
We are using the Cronus licence and trying the extensions. We get the following issue,
In this case, do we need to have a new license for 2018?? We already have development license for NAV 2017 and we've tried using this License but the issue persist.
Maybe i understood you wrong. You mean that you can't change this part in app.json file :
"idRange": {
"from": 50100,
"to": 50149
}
?
Or you can't publish or run your extension on database? In second case you need to have this range included in your license to run it.
So, table extensions and pages extension IDs range can be increased without the Development License?? And incase of CodeUnits,Reports, Query and XMLPort we need a Development License??
Also, could you suggest me where can I refer for this type of information?
This range should be included in your customer's license. Or upload your development license on server (i don't know witch type do you have). Without it - only table extensions and page extensions will work.