Options

Error due to Variable in request form

thensthens Member Posts: 17
edited 2011-07-13 in NAV Three Tier
Hi there,

I have a report that works fine in Classic.
But, when I run this report in RTC, somehow my rights are not sufficient.

In this report, I have a variable. When I 'hard-code' this variable in my report, it works like a bee.
(codJobNo := '12345';)

Does anyone has a clue what I can do so that this user can use this report in both Classic and Live?
I spent several hours, checking rights, etc. but only when I add ALL table data in permission, it works in RTC.

Can someone give me a clue?

Thanks in advance.

Thijs

Comments

  • Options
    raveendran.sraveendran.s Member Posts: 119
    Share the screen shot of your error message.. Check wat are all the objects you are accessing through this report and ensure that your role is having sufficient permissions, I mean from pages point of view...

    If you are doing the hard code in the Request form, then check is it possible to move it to some other Sections like initReport... or duplicate the same in Request page also...
    --
    Regards,
    Raveendran.BS
Sign In or Register to comment.