Hi Jun Wu,
i just want to clear my doubt when i am retriving record from main table and from that main table record i want to retrive lookup table value which is used in main table then what is the method to get its value?
For examplae..
Employee structure(main Table)
Name | age | DOB | City(lookup Table)
Test1 30 23/8/1979 A01
City Structure (lookup Table)
Code | City Name
A01 Mumbai
A02 Pune
So now i am retriving data from main table using RetrieveLimitedRecordsCommand and getting Record.
So now my question is to get lookup table value from main table record which method should use?
Regards,
Aditi