Skip to main content

Hello,

how do I relate these three: CRActivity, Users, EPEmployee? Thanks!

I want to filter by the ownerid

 

Hi @paula012 Here is the joins with the conditions and hope this helps

 

  • EPEmployee(UserID) Join with Users (PKID)
  • EPEmployee(BAccountID and OwnerID)  Join with BAccount (BAccount ID and DefContactID)
  • EPEmployee (BAccountID, OwnerID) Join with CRActivity (BAccountID, OwnerID)

Reply