What is the name of child table of item ledger entry

vijay_gvijay_g Member Posts: 884
Hi everybody,

in navision, what is the name of child table of item ledger entry table.



Vijay kumar Gupta

Comments

  • KYDutchieKYDutchie Member Posts: 345
    you mean the Value Entry Table?
    Fostering a homeless, abused child is the hardest yet most rewarding thing I have ever done.
  • kapamaroukapamarou Member Posts: 1,152
    item ledger entry Junior :?:

    (Sorry... Couldn't resist...)

    What exactly do you mean Child?
  • matttraxmatttrax Member Posts: 2,309
    Yeah, there are plenty of ways to interpret what you are asking for. Tables with fields related to the Item Ledger Entry No.? Tables which are used in FlowFields in the Item Ledger Entry table. Please be more specific about what you are looking for.

    Remember, NAV is not an object oriented environment like C# or Java, so some terms may mean different things or have no meaning at all if that is what you are used to. There is no inheritance, so child table is not the best description.
  • EugeneEugene Member Posts: 309
    Item Ledger Entry holds the information about Quantities of items posted
    the Amounts posted are held in "child" table "Value Entry"

    the relation between two tables is as follows:
    "Value Entry"."Item Ledger Entry No." <many> To <one> "Item Ledger Entry"."Entry No."
  • vijay_gvijay_g Member Posts: 884
    vijay_g wrote:
    Hi everybody,

    in navision, what is the name of child table of item ledger entry table.

    eg. like cust.ledger entry---->detaild cust. ledger entry
    vend.ledger entry---->detail vend.ledger entry

    actually i don't know what is the means of child table in navision?
    so describe me in detail.


    Vijay kumar Gupta
  • EugeneEugene Member Posts: 309
    if you open up the Item Ledger Table (ILE for short) in design view and look at the list of fields whose classtype is FlowField you will see the following relations to the "child" tables:

    ILE."Reserved Quantity" looks up data from "Reservation Entry" table
    ILE."Cost Amount NNN" looks up data from "Value Entry" table
  • EugeneEugene Member Posts: 309
    and Vijay, for better understanding of Navision design i stronglly recommend you to take you time and read the application designers guid which installs with Navision client , the file name w1w1adg.pdf
    read about the types of tables and forms used in Navision
Sign In or Register to comment.