We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
You can write javascript: gs.getUser().getEmail();
For more details refer page https://docs.servicenow.com/bundle/jakarta-application-development/page/script/server-scripting/task/t_GetAUserObject.html?title=Getting_a_User_Object#gsc.tab=0.
Hope ...
Hi Pratap,(function executeRule(current, previous /*null when async*/) {// This business Rule will trigger Breakfix Return Workflow when State changes from In Use to In Maintenancevar wflw = new Workflow();wflw.startFlow(wflw.getWorkflowFromName('giv...
Hi Martin,Table.* is a field level ACL which gives Access to all field on that table.Table.none is a row level ACL allows you to access records.I usually use an "image" of an house with rooms to explain it.Your record (table.none) is an housetable.* ...
Hi Pawel,There is a checkbox "Insert" on UI action. Please make sure it is unchecked.Depending on the release in case you don't see that option then you can control it via UI action condition i.e!current.isNewRecord()