TDV Adapter for Act! CRM

Build 23.0.8839

SalesByProductDetails

Generates opportunity sales by product detail data for a given product.

Table Specific Information

Select

The adapter will use the ActCRM API to process WHERE clause conditions built with the following column and operator. ProductId is required to make a request and the rest of the filter is executed client-side within the adapter.

  • Date supports the '=,>,<,>=,<=' operators.
  • ProductId supports the '=' operator.

The adapter processes other filters client-side within the adapter. For example, the following queries are processed server side:

SELECT * FROM SalesByProductDetails where ProductId = 'b7c23fa5-6cd3-4bcd-a036-f8bbb85ba760'

Columns

Name Type Description
ClosedDate Datetime Closed Date
OppName String Opp Name
ProductName String Product Name
ProductValue Integer Product Value
ProductId String Product Id

Pseudo-Columns

Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.

Name Type Description
Date Datetime Date Range of Activities By User

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839