Forum

anuragkumar
Participant
    6 years, 10 months ago #14903
    Up
    0
    Down
    ::

    @Chris, I have a list of school with school name being the link element. On click of the school name I want to send the school id (i.e the first cell of the school table row) to my business object as an input. I tried using the UI Action to map the widget to a variable to store the id. This variable is then supplied as input to the business object on oninit event of Student screen. In business object I am filtering a student json list as per the school id and returning the filtering student list. I want to display this filtered student list (as per school id) in my student screen. Somehow the variable is not able to store the widget text value and my business object is getting empty input of student id. Please suggest the right approach.