I have two fields on my opportunity form Market and Concept/Product
There is a tab on this form with the following details
There is a javascript which checks the following condition
if (MarketLabel == "Newbuilding" && (ConceptProductLabel == "MES Passenger" || ConceptProductLabel == "MES Offshore")) {
Xrm.Page.ui.tabs.get("tab_newbuildinginformation").setVisible(true);
But, this block of code is showing error
Please let me know where i have done wrong.