- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Two things ...a comparison between "open" and EnployeeFirstName.access requires two equal signs. Second you need a closing curly brace at the end of your code to close off the if statement. So it should look like this:
if (EmployeeFirstName.access == “open”){
app.alert(“This field is not locked”)
}
Paul
Views
Replies
0 Likes
Total Likes