็How select ID user, system will be call data division and department auto ?

0
Select Emp ID Call data department , division and shift auto
asked
1 answers
1

Hello manoon sangnil,

 

I assume your question is the following:

- How to create a dropdown for shift auto

- How to automatically populate the Division from a Employee ID

 

The answer depends very much on your Domain Model. Here is how I would do it:

  1. Create an Employee -* -----> Department association between the Employee and Division Entities
  2. On the page, you can display the Division by using a Dataview over association. I assume you just want to display the data and not having to be able to change the department on the empleyee :-)
  3. Create an association ShiftAuto * ------> Employee 
  4. On the page, user a Reference selector widget in the Employee Data view.

 

Go Make It

answered