Hi Power Users,
I have found two ways of accessing my 'application Items':

Table 'Application' have 1:M relationship with application items,
so in #1 approach Im filtering 'Application items' based on lookup table(Application) and its GUID Application.Application, I have this stored in varApplication.Application, varApplication has all the info about my application including 'varApplication.application' which is GUID.
code #1 works and retrieving me all application items
I thought code#2 should works similarly - It Lookup application record with GUID I have stored in varApplication.Application, and after the "." going to look for "Application Items". Well... it does and return same number of records with same GUIDS,
but 'Application Items' I get from this operation are lacking their Lookups..., other data seems to be there. Collection 'ColTestAppItems' kept records with related entities to 'Application Items', (I can sum them later on), but 'ColTestAppItems2 just left those fields blank, and kept no related records, just blanks.