Is there any particular function for this or if anyone can provide a code for this.
Actually I have created a behaviour which will changes the value of a select list say 'CustomField 1' when we select a value in another select list say 'Customfield_2' on the EDIT screen.
But this behaviour is getting executed every time I update something on that screen.
So, I want to add a condition in my code that whenever I change the value of 'Customfield_2' only then the value of 'CustomField 1' should get changed.