salesforce - find the matching records in self object and dispay in Visualforce Page? -


find matching records in self object. ex: there object called contact. here, want group contacts particular contact. have field called 'related contact'. field holds contact id.

records below,    id                name                related_contact        email                     phone  yeld245245edfkh test contact0                              testparent@email.com      2454654654  hreidhd5241524d test contact1     yeld245245edfkh          testchild@email.com       2415245  hdklfhideef54df test contact2     yeld245245edfkh          testchild1@email.com      5452425  jfldheldfd54dfe test contact3                              testparent2@email.com     2454654654  hdklfhideef54df test contact4     jfldheldfd54dfe          testchild2@email.com      5452425

for ex: there object called contact. here, want group contacts particular contact. have field called 'related contact'. field holds contact id.

needs display below in vfp.

test contact0             test contact1            test contact2   test contact3            test contact4 


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -