I am new in vTiger and need to fetch all data from "Project" module for a specific user Like: SELECT * FROM Projects WHERE assigned_user_id='9' I did not find the "assigned_user_id" field in vtiger_project table, so how can we get from it. My Project fields are as below:
https://i.stack.imgur.com/0c2fK.jpg
Please check, and suggest me how to get all project data of a particular user assigned to him.