Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

User Activity

Hi, I'm trying to write a run server script test for my script include below var EmailValid = Class.create(); EmailValid.prototype = Object.extendsObject(global.AbstractAjaxProcessor, { isEmailValid: function(email){ var getEmail = this.getParame...
Hi, Can we write a test for client side like a unit test ? If it can, can you guys show me an example for my client script below function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; }...
Hi guys, I'm trying to create a Run Server Side Script to test one of my script include. But i'm still new with this ATF and don't know how to wirte it. This script below is one of my scipt include. PLs help me to write a run server script to test it...
I just completed step 1: Installation MID server and now i'm trying to do step 2: Discovery. But i realize that all the steps behind have the condition is activate plugin. But when i clicked on this, it's show a alert like below Pls help me !
I'm trying to create a Client Script to calculate age from DoB like picture below Currently i have no idea to do it lol. I've seen some related posts about that and tried but it's not worked. Pls help me ! Ty