Display user specific (filtered) values in auto complete widget (drop down list)

0
Hi,  In my application user insert some data in the entity. I want to display values created by that user only in drop down list. I am using “auto complete” widget. How can i achieve this? Mendix version -8.1.1
asked
1 answers
0

You need to store who created the object (owner) (this can be done in the domain model when you open the entity properties). 

Then when you open the autocompleetwidget, you can set a data constraint on the Search – XPath tab. This wil look like the following:

answered