Question

Lookup Field - block entering data

Hello Support,

 

How to change lookup field to not allow user entering data ? User have to choose records only from lookup.

 

When user populating value from keyboard system displays dropdown list instead of popup window and this is a problem in out logic.

 

Best Regards,

Marcin

Like 0

Like

1 comments
Best reply

Hello Marcin,

 

There are two main tasks that should be completed:

 

1) The lookup should have the "Selection window" option selected

2) The logic of the getListItems method of the listview.js should be modified preventing the items from loading upon method execution is completed

 

So you need to check the 2nd task and debug the method in UI and find a way to properly disable it.

 

Best regards,

Oscar

Hello Marcin,

 

There are two main tasks that should be completed:

 

1) The lookup should have the "Selection window" option selected

2) The logic of the getListItems method of the listview.js should be modified preventing the items from loading upon method execution is completed

 

So you need to check the 2nd task and debug the method in UI and find a way to properly disable it.

 

Best regards,

Oscar

Show all comments