How to activate auto-complete functionality on MDM.

How to activate auto-complete functionality on MDM.

book

Article ID: KB0093203

calendar_today

Updated On:

Products Versions
TIBCO MDM -
Not Applicable -

Description

Resolution:

The Autocomplete functionality is enabled by default in the Text Search screen, after selecting ‘Attribute Based Search’, instead of ‘Free Form Search’ (which is the default Text Search screen). The function called on this page is attributeAutoComplete, which is defined in the textsearch.js file under ECM.ear/eml/javascripts. If you want to enable it in standard screens for other objects, you can make it work by using yepnope to load textsearch.js.

Try the following in the attached (Filename: CustomInit.html):


-Load the textsearch.js javascript  (using yepnope).
-Call the attributeAutoComplete function with the required parameters: HTML object, entity name, attribute to search on, attribute to be returned.

Issue/Introduction

How to activate auto-complete functionality on MDM.

Attachments

How to activate auto-complete functionality on MDM. get_app