Cmdlets for SugarCRM

Build 24.0.9062

IncludeFiltersAsViews Parameter (Connect-SugarCRM Cmdlet)

Set this to true if you want to expose filters for the modules as views.

Syntax

Connect-SugarCRM -IncludeFiltersAsViews bool

Data Type

bool

Default Value

true

Remarks

You can query the filtered modules like you would query the views:

SELECT * FROM [Filter_Cases_Open Cases]

where "Cases" is the name of the module and "Open Cases" is the name of the filter applied to that module.

Use the connection property ModulesFiltersList to control the list of filters that the 本製品 exposes (as a View) for each module.

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