Is there an or function? I'm trying to use the code but with an "or" function and nothing I have tried has worked. If I delete the || "Active Client" it works fine. Is there a different or function the crm uses? Thanks for any help.
if(Xrm.Page.getAttribute("new_accountstatus").getSelectedOption().text == "Active ASP" || "Active Client")
Trevor