validations

Certified Associate Developer

Hi, 

I have a dropdown with 3 values. I store the selected dropdown value in a local variable( local!selection will be either 1/2/3 based on the selection by the user).User can create multiple records. By clicking on a dropdown value, a form opens up and the user can submit the form. 

First time, if the user select the first option (A) in the dropdown, the next time the user should select the same option (A). I need a validation here, which should throw an error if the user selects the other two option. 

My record is a list of array. Can someone help here. 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data