RE: Project Accounting SQL View
In the GP company databases, by default, there are a number of SQL Views.
For example, the PA01100 shows the CUSTNMBR, CUSTNAME, PAProject_Amount and more.
The PAProjects view has the customer number also, contract and project IDs, project name and number, status, baseline total cost and more
I would start with some of our default views and see if those work for you. If not, you can probably tie a couple of the view together and/or look at what tables those views are pulling information from, and create a custom SQL view pulling the information you need.
The Community may also have some examples they have to suggest as well.
Thanks