Combo box Related

0
I am trying have the data of different cost center which dependent on department selection. The issue is I am getting the selected list of cost center but if the clear the selection  I want the whole cost center combo selection list, which is currently coming as blank.   here are some screenshots related to the implementation and UI. Please suggest a solution to this.  
asked
1 answers
0

Hi Indrani Sharma,

 

Make use of Events. Add an On-Change event and check if the association is empty, if empty set the other association values to empty. This will make sure to clear the other values in the combo box and refresh the parent object

 

ATB!!

answered