SysQueryRangeUtil::salesQuotationTemplateGroupFilter Method [AX 2012]

Creates a query filter for the TemplateGroupId field on the SalesQuotationTable table that is based on the selection in the UI filter.

Syntax

client server public static str salesQuotationTemplateGroupFilter(SalesQuotationFilter _salesQuotationFilter)

Run On

Called

Parameters

Return Value

Type: str
A query String representation of template group ID.

Remarks

This method is used in list pages.

See Also

Reference

SysQueryRangeUtil Class