Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 soniasweety
		
			soniasweety
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi all,
i have field like category and 5 values in that listbox i am using select in field with 4 values on open trigger
but only it is taking 3 values
select in field = Category
value = ("Commit"|"Pipeline"|"Upside"|"Won")
on open only 3 values are selected " Won" is not selecting in the listbox .. what might be the issue?
I don't see any problem here.
 trdandamudi
		
			trdandamudi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		See if you have any leading or trailing blanks for "Won" value.
I don't see any problem here.
 soniasweety
		
			soniasweety
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		thank you its working now..
issue is the other triggers also set for that there is no "won" value thats why it is deselected.
