Records from two tables

Certified Associate Developer

I have two tables with n number of columns out of which mobile number, plan, and amount are common in both tables, we are getting data into tables from two different locations, now i would like to show plan and amount from two tables for which mobile number is same and to be shown in same grid, Can we do this simply without using complex logics and local variables

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Devarneni Shiva Prasad Rao
    I can fetch from both the tables using mobile number and merge them in local variable and can show in grid I think, but is there any other simple solution using Records so that i can use default user filters and search box easily

    Just like you said  fetching  the data back and merge it can do that .Or

    open summary view for any one mobile number from any tables supose

    On click of Mobile number you want to know the all the plans that mobile number had (which is stored in different tables), Adding a new record object which holds the mobile numbers and creating relationships with the two tables also makes the process easier. (Extra table may be some say it's not a good idea)

Children
No Data