Friday, July 05, 2013

How to Add summary fields of the FastTab in AX2012?

Hello Friends,

To add a field value to the summary fields of the FastTab, you use the FastTabSummary property of the control.

Note: The FastTabSummary property does not appear on all controls. For example, the reference group control does not include the FastTabSummary property.

To specify whether a field value appears in the summary fields, click the control that has the value that you want to display in the summary and then click one of the following values.

FastTabSummary
Description
Auto
The default value. The field value is added to the summary fields for the first five fields that are members of the AutoSummary field group of the table.
No
The field value does not appear in summary fields of the FastTab.
Yes
Adds the value that appears in the control to the summary fields of the FastTab.


Happy DAXing….. J

Use Chain Of Command with Examples

 Dear Friends Here is an example of using Chain of Command for form datasource methods. [ExtensionOf(formDataSourceStr(<<Form Name>...