- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Margaret,
Here is the corrected form https://acrobat.com/#d=D3yZytcriTw0pMp4S232Wg.
You had semi colons after the if statement (which was throwing it). Also I shortened the reference to the agentID object:
if (this.rawValue == "ACD") {
agentID.presence = "visible";
}
else if (this.rawValue == "Agents") {
agentID.presence = "hidden";
}
Good luck,
Niall
Views
Replies
0 Likes
Total Likes