cancel
Showing results for 
Search instead for 
Did you mean: 

Employees List

Former Member
0 Kudos

Hi   

I want to display a list of employees name from Employee Master Data in  Drop-Down of J.E rows . How it can be done through coding 

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Jagjit,

If you want to do it through Coding then you have to create a UDF and It should have valid value option (to make it a drop down list ) . Then you can create a DBDataSource on OHEM table and assign this datasource to this UDF or you can create a SQL Query and with recordset add values to this drop down list.

Please try this and if you require further help let us know.

Regards

Former Member
0 Kudos

Hi, you can create UDF at add formatted search inside that UDF.