Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    includeFrom and DynamicForms

    Hello,

    Below is my problem.
    I have 2 data sources. 1 for Classrooms which has class_id field and class_name field. And another datasource for students which has class_id, class_nm and student_nm. Class_id is foreign key reference to the class ds via class_id.

    now in my list grid i'm able to show only class_nm and student_nm which is my requirement. but when the user wants to add a record in the dynamic form i have all 3 fields (class_id, class_nm and student_nm) where class_id is a dropdown populated from the class ds.

    now when the user selects a value from the class_id, i want the class name field populated with the corresponding value. Please help me on achieving this.
Working...
X