ColumnSet ComplexType

Dynamics CRM 2016
 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Specifies the attributes for which non-null values are returned from a query.

This Web API complex type corresponds to the organization service ColumnSet.

The properties of a complex type contain the structured data of the type.

Name

Type

Nullable

Unicode

Description

AllColumns

Edm.Boolean

Whether to retrieve all the attributes of a record.

Columns

Collection(Edm.String)

false

false

The collection of Strings containing the names of the attributes to be retrieved from a query.

The following use the ColumnSet complex type.

Name

How used

Description

ConvertQuoteToSalesOrder Action

ColumnSet Parameter

Converts a quote to a sales order.

ConvertSalesOrderToInvoice Action

ColumnSet Parameter

Converts a sales order to an invoice.

GenerateInvoiceFromOpportunity Action

ColumnSet Parameter

Generates an invoice from an opportunity.

GenerateQuoteFromOpportunity Action

ColumnSet Parameter

Generates a quote from an opportunity.

GenerateSalesOrderFromOpportunity Action

ColumnSet Parameter

Generates a sales order (order) from an opportunity.

ReviseQuote Action

ColumnSet Parameter

Sets the state of a quote to Draft.

RetrieveEntityChanges Function

Columns Parameter

Retrieve the changes for an entity.

QueryExpression ComplexType

ColumnSet Property

A complex query expressed in a hierarchy of expressions.

LinkEntity ComplexType

Columns Property

Specifies the links between multiple entity types used in creating complex queries.

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: