Hi All,
I have 3 entity: entity A,B,C
A and B has 1:N relation
A and C has 1:N relation
Here is scenario, i need to import data into C, How can i authenticate the match of A with C to import.
As A has look up on C, WHEREAS B has look up on A, So TO IMPORT we need to have B LOOKUP VALUE with C.
Compexity is B has category "DISPLAY" which can be linked to A entity with many record., like a,b,c
so now Display has three record each have A entity lookup a,b,c ---- so it becomes DISPLAY with lookup a, Display with lookup b,
Display with look up c.
BUT IN subcategory which we want to import, how will we authenticate the which display should be imported as in SUB CATEGORY
lookup will see only LOOKUP with Display as its will see only primary filed of category. it will not see Dispaly a,Display b etc.
HOW CAN WE AUTHENTICATE THAT THIS Display is with a or Display with b etc because we will only see Display in look up.
Give some idea how to import such scenario , if possible else some other feasible solution.