- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2019 07:47 PM
I would like to have <g:ui_reference >in ui page but without lookup button or alternative way to achieve this ? any suggestion please.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2019 08:54 PM
you can use the auto complete feature in macro by adding required attributes.
ui_reference is a ui macro having support for attributes .. completer,columns.
Ex:
<g:ui_reference name="my_var" query="active=true" id="u_name" table="sys_user" attributes="ref_ac_columns=display_name,ref_auto_completer=AJAXTableCompleter" style="width:180px"/>
Result:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2019 08:54 PM
you can use the auto complete feature in macro by adding required attributes.
ui_reference is a ui macro having support for attributes .. completer,columns.
Ex:
<g:ui_reference name="my_var" query="active=true" id="u_name" table="sys_user" attributes="ref_ac_columns=display_name,ref_auto_completer=AJAXTableCompleter" style="width:180px"/>
Result: