Two table Salesforce SOQL query -


i'm new salesforce , given query write between 2 tables. need help. there 2 objects task(fields - task tid, task name) , task hier(task tid, task name , project id).

how project ids using soql when user selects task name in vf page, name task tid of task object , go task hier table matching task tid , project ids matching task id , display.

i'm not @ sql. in matter appreciated.

thanks chaitra

from description in question, appear have required fields on "task hier" object , don't need join task object.

  1. task name soql clause
  2. task tid
  3. project id

if isn't case, can expand question out api names of fields , objects required? custom objects , fields have api names ending __c.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -