Hello everyone,
Need an advice. I'm looking for relations between table ProjTransPosting and ProjPostTransView, Can we relate this somehow ?
Reason being, I'm using table ProjTransPosting to get some invoice data, but then I need to consider whether the Project has ProjInvoiceStatus field is "Fully invoiced". Looking at menu Project management \ Transactions \ Posted Project Transactions, this is where I gonna take a look

When I trace back, that field is coming from View named ProjPostTransView. How is these two tables related actually, does it have the same granularity by means, if just join tables and add a custom column (in my custom view source by ProjTransPosting) from ProjPostedTransView.projinvoicestatus, does it relatable ?
Thanks in advance.