LoginSignup
12
8

More than 3 years have passed since last update.

ServiceNowで使用するJavaScriptまとめ【On Youtube】

Last updated at Posted at 2019-07-15

はじめに-ServiceNowとは

ServiceNowとは、アメリカ製の業務アプリケーションパッケージです。
企業向けのワークフロー・資産管理・人事ソリューションを提供するアプリケーションです。

日本での知名度は低いですが、アメリカ本国では非常に高く評価されており、昨年2018年においては「世界で最も革新的な企業」に採択され、国内での導入案件などが堅調に推移している伸び盛りの製品です。
世界で最も革新的な企業100社、初登場の米企業がトップ2に
(上記では、テスラ・Netflix、SalesForcesを抑えての堂々の一位です)

今回の内容-JavaScript on Now-Platform

今回、Qiitaに書く内容は、Now-Platform(=ServiceNow開発環境上)でのスクリプト概要です。
基本的に、ServiceNowは開発での絶対的な情報数が少なく、開発者や開発企業に依存しがちです。その中でも最近、YoutubeのServiceNow Developerチャンネルに、ServiceNow上でのスクリプトについての動画が公式で大量投下されました。これはServiceNow開発者にとって非常に有用な開発リソースだと思いますので、今回はその動画の内容を簡単にまとめたいと思います。

投稿者プロファイル

年齢:アラサー前半
業務経験:4年目
業務内容:iOS,クラウドサービス(Azure,AWS),機械学習
言語経験:Swift,Python(PG一年~一年半?)
ServiceNow開発者歴: 4カ月! (ここ重要!)
なので、今回のまとめに関しては、日本語でのリソース提供、日本でのSErviceNowの知見シェアという大目的もありますが、直近としての投稿者自身の知識習得という目的もあります。ですから、間違いや補足情報などありましたらコメント欄などのご連絡を頂きましたら幸いです。ServiceNow-日本をよくしていきましょう!

インデックス(目次)

今回取り扱う内容です。表題はYoutubeチャンネルのタイトルをそのまま掲載しています。内容詳細は次項より解説に参りたいと思います。

Learn JavaScript on the Now Platform

No タイトル リンク(Qiita記事リンク)
0 Overview https://qiita.com/yasutaka_ono/items/664851d32ac0e6af971d
1 Getting Started https://qiita.com/yasutaka_ono/items/664851d32ac0e6af971d
2 Statements and syntax https://qiita.com/yasutaka_ono/items/664851d32ac0e6af971d
3 Variables https://qiita.com/yasutaka_ono/items/664851d32ac0e6af971d
4 Simple Arithmetic Operators https://qiita.com/yasutaka_ono/items/664851d32ac0e6af971d
5 Common Error Messages https://qiita.com/yasutaka_ono/items/664851d32ac0e6af971d
6 Introduction to strings 未投稿
7 Special string characters 未投稿
8 Data type conversions 未投稿
9 Commenting 未投稿
10 Comparisons 未投稿
11 The If statement and Boolean logic 未投稿
12 The Ternary operator 未投稿
13 The switch statement 未投稿
14 Truthy/falsy 未投稿
15 The while loop 未投稿
16 The for loop 未投稿
17 The do-while loop 未投稿
18 Nested loops 未投稿
19 Functions 未投稿
20 try/catch/finally statements 未投稿
21 ServiceNow GlideRecord 未投稿
22 Introduction to arrays 未投稿
23 Array forEach 未投稿
24 Common array methods 未投稿
25 ServiceNow ArrayUtil 未投稿
26 Introuction to objects 未投稿
27 Checking if an object has a property 未投稿
28 Finding all properties in an object 未投稿
29 Arrays of Objects 未投稿
30 JSON Stringify and Parse 未投稿
31 動画なし 未投稿
32 Recursion 未投稿
33 Classes 未投稿
34 Passing objects to functions 未投稿
35 Class Inheritence 未投稿
36 Scripted REST APIs 未投稿
lab1 動画なし 未投稿
lab2_answer Arithmetic 未投稿
lab3 動画なし 未投稿
lab3_answer Strings 未投稿
lab4 Logic flow 未投稿
lab4_answer Logic flow 未投稿
lab5 Loops 未投稿
lab5_answer Loops 未投稿
lab6a Functions and arrays 未投稿
lab6a_answer Functions and arrays 未投稿
lab6b_answer Functions with multiple parameters 未投稿
lab6b Functions with multiple parameters 未投稿
lab7 Arrays of Objects 未投稿
lab7_answer Arrays of Objects 未投稿
lab8a Build a scripted REST API 未投稿
lab8a_answer Build a scripted REST API 未投稿
lab8b Build a script include 未投稿
lab8b_answer Build a script include 未投稿

動画の空白は、2019.7.15現在で未投稿のものです。順次更新します。

最後に

マイペースに更新していきます。ごゆるりとお付き合いくださいませ。

12
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
8