Hello everyone!
I have this table scenario:
SELECT
A.ID , A.name, A.surname, A.code, A.ref_id,
B.ID, B.name, B.surname, B.code
FROM
table1 A
LEFT OUTER JOIN table1 B
ON (B.ID = A.ref_id)
where in the same table I reference to another person related by ID and identified by code…. building colmodel I can see columns in grid but when I open edit form doesn’t appear the B.name and B.surname…. I suppose because already used….in this case what I should do? I tried also adding jsonmap but it didn’t helped…
Thanks!
Cheers!
Luigino
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top