How could it be possible to change that codeunit (Reservation Management)? I’m increasing the size of Variant Code from 10 to 20 and this is one of the few left, my licence does not allow me to change that :(. Just need to change the size of a local variable, thats it.
Don’t change the length iof field in standard navision, you need to find a better solution. Sorry.
So there is NO WAY to change a lenght of a variable in those modules?
Hello, If you really must change this and your licence does not allow it, then your only option will be to speak to your Navision provider and ask them to do it, as they should have the rights to do it. This codeunit has permission to change records in the Item ledger Entry table and Reservation Entry table, which you cannot change without full solution developer permissions and therefore you cannot chnage this codeunit either. There is no way for an end user to change this codeunit without full solution developer rights and it will probably be cheaper to pay your NSC for the work. NB: Do not delete the permissions in the code unit. You will be able to save your changes but you will disable the code unit.
Of couse there is a way to change what you want. You just need the correct license. But this is a change that will get you a very unstable system. When you create your first Variant Code with over 10 characters, you will see lots of overflow errors coming up. It’s almost impossible to do this kind of changes without running into serious problems.