I'm new to Salesforce and was given a query to write between two tables. I need your help. There are two objects Task(fields - Task TID, Task Name) and Task Hier(Task TID, Task Name and Project ID).
How to get all the Project IDs using SOQL when the user selects the Task Name in VF page, from that name get the Task TID of Task Object and then go to Task Hier table matching Task TID and get all the Project IDs matching the Task ID and display.
I'm not that good at SQL. Any help in this matter is really appreciated.
Thanks Chaitra