User Activity

I have a requirement in which a field in MRVS should only be visible in RITM and not in Service catalog view. I have to stop the submission of the RITM form if the field is empty. I have tried making the field mandatory in RITM view but it does not w...
Hi All, I have a requirement to prevent form submission in service portal if the catalog item has no attachment when one of the fields has a certain value. I have tried onSubmit catalog client script with the following code, but it returns false even...
Hi All, I have a requirement to copy worknotes from problem to incident and vice versa.  Please help me with this. Thank you.
I am trying to create a standard change request record using script. But the change is getting created as a normal change.  var chg = new GlideRecord('change_request');chg.initialize();chg.type = "standard";chg.std_change_producer_version = '16c2273c...
Which version of AngularJS does SN uses in Service Portal?