Cmdlets for Act! CRM

Build 24.0.9062

TypeDetectionScheme Parameter (Connect-ActCRM Cmdlet)

Enables scanning Act! CRM Contact entities to determine unique columns.

Syntax

Connect-ActCRM -TypeDetectionScheme string

Possible Values

RowScan, None

Data Type

cstr

Default Value

"RowScan"

Remarks

In the Act! CRM API, Contact entities can have different sets of associated attributes in addition to the standard columns.

To access these unique columns, set the following connection properties:

RowScanSetting TypeDetectionScheme to RowScan will scan objects (rows) to heuristically determine additional columns when you connect. The RowScanDepth determines the number of objects to be scanned.
NoneSetting TypeDetectionScheme to None will return only the standard columns.

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