cancel
Showing results for 
Search instead for 
Did you mean: 

Filtering on a DropDownList

former_member197479
Active Participant
0 Kudos

Hi there,

I need to create a drop list, or a data list and fill it in a way, that when I run the application i could be able to select its items, and those items have to be inside another B.O.

For example i have to take an employee id to process it's information. But the user of the application may don't know every employee id, the idea is to create a drop, and a search on the employee id field, and select the one that you'll need.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What you're describing is an OVS (Object Value Selector).

First you need to import the Business Partner namespace.

In your custom BO, you need to add this:

association ToEmployee to Employee using EmployeeID

Then in your AfterMofify script you set the association. There are many examples of how to do this in the Business Center/wiki.

Then add the Employee field to your UI, set the field type to Object Value Selector, the find the employee OVS. I'll leave you to figure this out

Answers (0)