Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Digvijay_Singh
		
			Digvijay_Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I wanted to know why Clear doesn't work when a list box is removed which was having 'always one selected value' property checked.
Nothing works to remove the selection, I had to create the list box again, deselect the checked options from properties to remove the selection. Its Strange that object having selection is removed but the other objects are still respecting the selection. May be I am missing something basic concept here.
Please help to understand this. The issue can be recreated by making selection from list box, marking always selected value and then remove the list box object at all.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		That's the way it is. It makes sense to me - how can you allow multiple selections in a field in one object, and restrict it in another. Selections apply to fields, so a restriction to the selections should apply to a field as well. The only quirky bit about this is the you switch the setting on and off in a listbox.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The setting actually applies to the underlying field, so if you created a list box, set 'Always One Selected' and deleted the list box, the setting will still apply to that field.
To fix, create another list box for the field and clear the 'Always One Selected' setting.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		BTW -- A 'no-data' load also clears the setting even if a listbox still exists with the setting, as the field no longer exists (until the next reload).
 Digvijay_Singh
		
			Digvijay_Singh
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks jontydkpi, I wanted to know why it is kept like this, is it a bug or there is any purpose behind keeping the mapping with field in tact even the main object is deleted.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		That's the way it is. It makes sense to me - how can you allow multiple selections in a field in one object, and restrict it in another. Selections apply to fields, so a restriction to the selections should apply to a field as well. The only quirky bit about this is the you switch the setting on and off in a listbox.
