TDV Adapter for Act! CRM

Build 23.0.8839

ForecastByProductDetails

Generates forecasted opportunity data by 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. The 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 ForecastByProductDetails where Status = 'inactive'

Columns

Name Type Description
EstCloseDate Datetime Est Close Date
OppName String Opp Name
ProbabilityPct Integer Probability Pct
ProductName String Product Name
ProductWeightedValue Integer Product Weighted Value
Status String Status
ProductId String Product Id

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