7
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ServiceNow開発メモ(社内教育)

Last updated at Posted at 2019-08-17

ServiceNow教育(株ピカソフト社内教育)

1、ユーザ登録
https://developer.servicenow.com/app.do

2、instance申請(開発用)
MANAGER > Instance > default( New York )を選択
↓Instance例
https://devXXXXX.service-now.com/
↓Longin例
https://dev64220.service-now.com/nav_to.do

3、事前の勉強資料
https://developer.servicenow.com/app.do#!/training/landing?v=madrid
or
https://developer.servicenow.com/app.do
LEARN > Training

4、事前に以下の6章を勉強
1.Developer Site Walkthrough (1 modules)
2.Build My First Application (2 modules)
3.Build the NeedIt Application (1 modules)
4.Scripting in ServiceNow (3 modules)
5.Automating Application Logic
6.Flow Designer (2 modules)
7.Service Portal (2 modules)

5、以下のpluginをinstallする
※Navigate to System Definition > Plugins
I18N: Japanese Translations (※注意:約2時間以上かかりそう)

6、ITSM Plugin Active
System Definition > Plugins > NameSearch:Customer Service > Click Activate/Upgrade
System Definition > Plugins > NameSearch:Customer Service Portal > Click Activate/Upgrade

Salesforce VS ServiceNow

■Salesforce
Sales Cloud
Service Cloud
Marketing Cloud
Chatter
Analytics Cloud
Salesforce1 app development

■ServiceNow products
ITSM, ITOM, ITBM, HRSD, SAM, CSM, GRC , ITIL etc

■SFリリース年3回
SP19

■SNリリース年2回
11.Kingston(Q1 2018)
12.London(Q3 2018)
13.Madrid(Q1 2019)
14.New York(Q3 2019)
15.Orlando(Q1 2020)
16.Paris(Q3 2020)

■SFのテストカバレッジ(Apex Test Code 75% coverage)
※ServiceNowには無い

■SFのガバナ制限
※ServiceNowは制限無し

■Salesforce標準項目とカスタマイズ項目を分けて表示されている
※ServiceNowではでききない

■変更セット
salesforce Change Set
ServiceNow UpdateSet

■SF組織ID(18桁)
※ServiceNowのsys_id(32桁)

■SF後ろに__Cは付く項目はカスタム項目
※ServiceNowでは先頭U_を自動付け

■代理ログイン
SF代理不可を設定可能(代理後、戻るのがlogout必要)
SN代理不可機能がない(代理後、戻るのがlogout不要)

7
8
1

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
7
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?