Need to show an error message only on the classic UI but should not appear on the Service portal sid
Hi, I have a requirement to display the error message if the assignment group is empty only on the classic UI but to hide it on the Service Portal. Will the below logic work? if (gs.isInteractive() && gs.getSession().getStackName() !== 'Service Porta...
