About Javier Arroyo - ServiceNow Community
Kilo Guru
since ‎05-13-2013
‎09-13-2023

User Statistics

  • 189 Posts
  • 6 Solutions
  • 30 Helpfuls given
  • 175 Helpfuls received

User Activity

Shocker... Interpretation happens before reading, making reading the act of confirming something previously known. The noggin looks at a word, says hey, I don't have to evaluate what's going on here. I know what it means... and poof, in a near automa...
This article talks about preemptive methods against overzealous preconditions. Preconditions are conditional (true/false) statements that must evaluate to true to continue code execution. For the purpose of this article I’ll concentrate on those prec...
TL;TRExport/Import a Script Include from/to scopes to achieve cross-scope access of private Script Includes without having to change their Accessibility to "All application scopes". Origin of this postA cross-scope accessibility question about execut...
This article is a look at processing GlideRecord as a series of functions instead of the classical "monolithic" approach.  Sample of Common GlideRecord Processing ( getTraversalRules: function(usedBy) { var result = []; var gr = new G...
This article is about my observations regarding ServiceNow coding practices in nearly a decade. If you are not really interested in code. This might not be for you. On my Background - to help you asses the source of my views . Feel free to skip to On...