Search code examples
lotus-noteslotusscriptlotus-formula

Autocomplete lotus notes field based on column in view


I making a form which represents project. I'd like to make a field with autocomplete option, for example when I make new project and entering the name of the project lotus will look in existing projects (specified column in view) and suggests name. I need it to prevent creating two projects with same or similar name in user friendly form. Thank you.


Solution

  • You can do that by adding field with type: Dialog List (with option Allow values not in llist) and as a possible values put

    @DbColumn(""; ""; view_name; column_number)