Hi @Ankur Bawiskar
If I have multiple Yes or no variables. on the selection of yes for the two questions. I want to show an alert. how to achieve that?
Hi,
You have to write an onLoad client script after you create a label to hide it.
$('label_IO:7817abedad4c3100dd49a5edb9ba2a38').hide(); //Replace this with the sys_id of the label you created.
NOTE: To hide a label first you have to create a la...
Hi,
you can always write onLoad scripts with show field message
g_form.showFieldMsg('field_name','Your help text','info');
Here is some more info on it : https://community.servicenow.com/community?id=community_question&sys_id=2c9e3665db58dbc...