Create a report which calls every second function from a cod

rohit44xrohit44x Member Posts: 10
How can we create a report which calls every second function from a codeunit.. :?: :?: :?: :?:

Comments

  • pduckpduck Member Posts: 147
    rohit44x wrote:
    How can we create a report which calls every second function from a codeunit.. :?: :?: :?: :?:

    Split the Codeunit in two Codeunits and let the report run them each on itself. You cannot dynamically assign function calls.
  • ssinglassingla Member Posts: 2,973
    You can use NAS (Navision Application Server).
    CA Sandeep Singla
    http://ssdynamics.co.in
  • vijay_gvijay_g Member Posts: 884
    confusing...
    what is this Second..?
  • rohit44xrohit44x Member Posts: 10
    vijay_g wrote:
    confusing...
    what is this Second..?


    i mean to say every alternate function..
Sign In or Register to comment.