Monday, August 25, 2014

Full Text Indexes on Tables

Ax 2012 provides full text functionality that enables Ax to search the business data over a large volume of text data or documents.

we can create full text indexes on tables of type Main and Group.

Before we use full text functionality in application we must configure SQL Server full text.

How to create a Full Text Index:

http://msdn.microsoft.com/EN-US/library/gg845129.aspx

How to use :

http://msdn.microsoft.com/EN-US/library/gg879757.aspx

 

No comments:

Post a Comment

Enable/Disable form control based on multiple rows select

 class PurchTableFormEventHandler {      [FormDataSourceEventHandler(formDataSourceStr(PurchTable, PurchTable), FormDataSourceEventType::Act...