forms

I created a form using the sales line table and added the table in line menu item of sales order form.My condition is that when I open a form in menu item I should only see the value entered in sales order subform... I am using classic client nav 2009 r2

Answers

  • vaprogvaprog Member Posts: 1,140
    You need to create a global function in your subform, which opens your new form with the right filter/view. Then call this function from your menu item using the subform control.
  • dynamics navdynamics nav Member Posts: 50
    can you explain me in detail with code.??
  • vaprogvaprog Member Posts: 1,140
    Check out the MenuItems on the Line MenuButton on Sales Order (Form 42) and the corresponding functions in Sales Order Subform (Form 46).
Sign In or Register to comment.