I want to join the tables together to have the following information:
Customer | Project | Type Activities
1 customer can have multiple projects, and 1 project can have multiple activities. Activities are associated with both Customer and Project. That means my table Activities must contain 2 primary keys, the customer ID and the project ID.
I found the CRPMTimeActivity DAG table that meets the conditions, but I can only see it in the generic inquiry and not in the database.

The report I constructed is based on a complex logic involving three tables: Activity, Project (PMProject), and BAccount, so I need to process data in SQL Server before uploading it into Acumatica to create a new DAC. I just saw CRActivity, but in this one, I didn’t have a Project ID, so it caused duplication when I tried to join the project table (PMProject) with CRActivity. Because CRActivity has no ProjectID (ContractID).
Does it have any other name to call in the database or what can I do or will you update it in the next version? I use 2023 R1.


