User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:adminmanual:businessmappings:fieldinfo:autocomplete [2019/06/29 00:13]
joebordes
en:adminmanual:businessmappings:fieldinfo:autocomplete [2021/05/08 01:47] (current)
joebordes [Configuring Autocomplete and MultiSelect Autocomplete Fields: Business Mappings]
Line 117: Line 117:
 </​code>​ </​code>​
  
-There are only two types of fields that support autocomplete:​ relation or capture fields (uitype 10) and uitype 2 text fields. The only way to create uitype 2 text fields is by programming.+There are only three types of fields that support autocomplete:​ relation or capture fields (uitype 10) and uitype ​1 and 2 text fields. The only way to create uitype 2 text fields is by programming.
  
-Each of the two types have a **different** extended information structure as can be seen in the example above. The potentialname field has a flat value directive as it only can be searching on one module while the related_to field has a richer syntax due to the possibility of having to search on more than one related module.+Each of those types have a **different** extended information structure as can be seen in the example above. The potentialname field has a flat value directive as it only can be searching on one module while the related_to field has a richer syntax due to the possibility of having to search on more than one related module.
  
 <WRAP center round important 60%> <WRAP center round important 60%>