Where from were report fired

BolandaBolanda Member Posts: 7
I open the same report from different places in navigation pane.
Is it possible to determine in report code where from were report fired?

Comments

  • DaveTDaveT Member Posts: 1,039
    Hi Bolanda,

    Welcome to Mibuso !

    No, it's not possible - just create a copy of the report.
    Dave Treanor

    Dynamics Nav Add-ons
    http://www.simplydynamics.ie/Addons.html
  • ara3nara3n Member Posts: 9,256
    Or create two new codeunit and add your code to the codeunit and run the report.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • BolandaBolanda Member Posts: 7
    Thankx for suggestions but,
    firstly: in my licence I have a limited number of reports I can use (and no code-unit developer permission) :cry:
    second: I often update my report and I don't want to reinstall it every time I make any change
  • ara3nara3n Member Posts: 9,256
    I often update my report and I don't want to reinstall it every time I make any change

    I don't understand what you mean by that.

    You can use sql reporting services if you are on sql.


    Purchase more reports. Or ask your solution center to build the CU for you.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • BolandaBolanda Member Posts: 7
    edited 2009-10-07
    Hi Rashed,
    if my report was repeatedly saved as copy, then after each completed change I would have to save it in all places where it was used.

    My report is written as processing only. Report call an automation object, which uses input parameter. This parameter depends on the menu item where the report is called.
  • matttraxmatttrax Member Posts: 2,309
    You'll have to do something like write reports that call that custom report with the correct parameter. There is no way to know from where in the menusuite an object was opened.
Sign In or Register to comment.