Problems with imported downloads mibuso

fmonsma
fmonsma Member Posts: 7
I downloaded the "Block Session Finder" and "MenuSuite Analyser". I'm using NAV 5.0SP1 and imported both objects.

When I try to run these objects it says I don't have the right to tho that so I made a new role an give full right to the objects that I just imported. That's not the solution.

Please help!

Comments

  • ajhvdb
    ajhvdb Member Posts: 672
    What object numbers do these downloads use in NAV? Maybe they are not allowed in your license.
  • fmonsma
    fmonsma Member Posts: 7
    98000....that's propably the problem :O
    Is there a possibility to change it to a other number range like 50001???
  • kriki
    kriki Member, Moderator Posts: 9,121
    [Topic moved from 'NAV 2009 (formerly NAV 5.1/'6.0')' forum to 'NAV/Navision' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • imurphy
    imurphy Member Posts: 308
    Yes you can modify it but only if you have an exported text file.

    The exported file will probably have a mix of table, form, report and codeunit definitions, each of which refer to each other. You will need to modify the references consistently. By this I mean that Table 96000 becomes Table50000 and the variable used in the form which refers to this table changes from Table96000 to Table50000.

    Its pretty each but you do need to start with the exported text file.

    Ian