How to open a page with a specific batch name only.

rahul_jnkrahul_jnk Member Posts: 61
Hi,

I have a copy of cash receipt journal page which need to be opened with a specific batch.
I'm a bit confused about where is the ideal location to specify this.

Thanks in advance.

Answers

  • postsauravpostsaurav Member Posts: 708
    Hi,

    If you refer the code in OnOpen Trigger of Cash Receipt Journal Page there is the code that gets the batch that you want to open.

    The Code Return the Batch name in variable - CurrentJnlBatchName and then the page get open.

    Give it a try and let us know.

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • rahul_jnkrahul_jnk Member Posts: 61
    Thanks for reply Saurav, I have added the code there, but the issue seems to be with a boolean field which I created to implement approval mechanism.
    I have filtered page with the boolean field := False. Now the problem is the Document nos are not getting created automatically.
Sign In or Register to comment.