Automatic select rows NAV 2013 R2

casio11casio11 Member Posts: 12
edited 2016-10-11 in NAV Tips & Tricks
Hi all,
Iam new on this forum, do you have idea how can i make automatic select rows ? User select one row in Page1 and some rows automaticly select in Page2 row based on some condition

Answers

  • ishwarsharma016ishwarsharma016 Member Posts: 50
    Hi, Welcome to mibuso. What do mean by selecting rows? Could you provide some details about your anticipated output?
    Thanks,
    Ishwar Sharma

    My Blogs: Dynamics Community Blog | Blogspot
    Connect: Google + | Twitter
  • casio11casio11 Member Posts: 12
    edited 2016-10-12
    We have one page Page1 and one Subpage Page2 on one Form. I want to, when user select some row from Page 1, navision automatic select some row from Page 2.
    example: I have page Sales Header(list of all Headers) with Subpage Sales line(list of all Lines), when i select one row from header, i want to nav select automatic rows from Sales Line (Header No = Line.HeaderNo). :)
  • RockWithNAVRockWithNAV Member Posts: 1,139
    casio11,

    Yes this is possible. But I have a question when you will select one row then no trigger gets fired. I will suggest to have a manual filter somewhere in the top where when you enter the Order no it will get applicable to both the main Page and Subpage or else if you have some better idea as just selecting one or two rows will do nothing or else you give a button where it will be applied to the sub pages.

  • casio11casio11 Member Posts: 12
    RockWithNAV,

    We have implement big production system in our NAV, and we want to optimise user interface. In our production we have a lot of semi-product before we get our main products. I want when user select one semi-product, nav select all semi-product who created selected semi-product. All of this things we have in table, but i dont know how present on one form.
    I hope that i come close to you my problem, sorry for my bad English.
  • kvbkvb Member Posts: 107
    Casio, you can make Bold Font or Blue Color and highlight records
  • RockWithNAVRockWithNAV Member Posts: 1,139
    Casio,

    I will really be happy if you attach some screenshots and explain.
  • TiwazTiwaz Member Posts: 98
    I do not get what do you want...
    I believe that the best solution would be for you to create a boolean field where you will select one product on one page, and then trigger a code that will filter products on other page, based on your own criteria, and then select boolean fields for each and every one of the products you found using filter (First SETRANGE Then RecordVar2.BoolField = TRUE then MODIFYALL). that's the least painful way to do it...
Sign In or Register to comment.