Forum Post: RE: Filter a populated select control

  • Thread starter Thread starter Ricardo Perdigao
  • Start date Start date
Status
Not open for further replies.
R

Ricardo Perdigao

Guest
Hi Meyrick, Your program don’t currently work because you are mapping the second table on the main read instead of second local read using a ROW call every time the first table value changes. What I would do: - I would have these services: clkSrchJSDO - ElcbCrmService_beClkSrch_JSDO (Initialize Call) clkSrchRead - ElcbCrmService_beClkSrch_Read (Cache Parent and Child table locally) clkSrchRow - ElcbCrmService_beClkSrch_clkSrch_Row (Read the Child locally for new parent) - Mappings for clkSrchRead: - Mappings for clkSrchRow: - Every time the Parent combo-box change, I would fire the ROW services to read the Child Table locally and populate the second combo-box: This is the basic idea on how I would do it. There might be more to populate the child Combo-box. Things like cleaning it and making sure the data is displaying properly (not sure if anything is needed). Since I don’t want (and can’t because of passwords) work on your project, this is as far as I can take it. Please let me know if it helps!

Continue reading...
 
Status
Not open for further replies.
Back
Top