How I copy a list part to another list part

GhizlaneGhizlane Member Posts: 45
I have page 'Control Plan' that contain ' No,Description,version,Model Name ' :

x10vl8yd3l6d.png

when I click on ' Model Name' the list of model is shown:

hduak6ili7xm.png

when I Click on a model specific this list part is shown :

ubdfph2bdy8b.png

I want that when I click on a model ,the lines 'list part' load on list part of 'Control Plan'

anyone have an idea, thanks for help



Best Answer

  • Developer101Developer101 Member Posts: 566
    Answer ✓
    you require serious training in NAV/BC development. I recommend to go through with the training.
    United Kingdom

Answers

  • Developer101Developer101 Member Posts: 566
    in the onlookup trigger of model name (Control Panel) you need to add the code to what you want here.
    United Kingdom
  • GhizlaneGhizlane Member Posts: 45
    I don't found the onlookup trigger !!
  • GhizlaneGhizlane Member Posts: 45
    lpbt4lfpcyl1.png

    ye4t8lsombed.png

  • Developer101Developer101 Member Posts: 566
    it is a field trigger

    7ix9oia9w7iz.png
    United Kingdom
  • DuikmeesterDuikmeester Member Posts: 308
    You define a fieldgroup on the source table like follows which shows the fields in the dropdown:
    fieldgroups
    {
      fieldgroup(Dropdown; No., Description, Version, Model Name)
      {
            
      }
    }
    
  • GhizlaneGhizlane Member Posts: 45
    I define a fieldgroups on the source table

    6yfxjfiql3vu.png

    and I define drilldown but it doesn't work

    r7p3y52nyt1n.png


    where I make mistake?!

  • Developer101Developer101 Member Posts: 566
    Answer ✓
    you require serious training in NAV/BC development. I recommend to go through with the training.
    United Kingdom
  • GhizlaneGhizlane Member Posts: 45
    exactly i am beginner using central business you can recommend me a training !?
  • Developer101Developer101 Member Posts: 566
    are you with an end user? start with online resources training. You will find them. You can find local partner who might be providing the training. Without good training please do not attempt to do the development.
    United Kingdom
  • GhizlaneGhizlane Member Posts: 45
    I think the good training come with practising language. I cannot training without developement ,I'm trying to learn while coding , because it gives me an idea about the cases that I might face as developer.
    I think this forum offers lot of information and help for the beginner like me that's why I post this question.
  • Developer101Developer101 Member Posts: 566
    I agree 100% with you. if you are doing the development for learning purposes that is great for practice. But you are not aware of the triggers that you need to use in this case. Learning about different elements of objects will help you when starting the development. Asking a question is good but I suggest to ask only when you have tried everything.
    United Kingdom
  • GhizlaneGhizlane Member Posts: 45
    yes Indeed
Sign In or Register to comment.