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.
task namesoql clause- task tid
- 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
Post a Comment