community.servicenow.com Open in urlscan Pro
149.96.45.217  Public Scan

Submitted URL: https://em.servicenow.com/dc/7lM4V2h3Ux1YIeo9OliDNQ3F6fGQOH_zthnqkeImX9gSxAEwYBHVPI7xzqCzI61OOKhCwZ9VXMubUOFgqPW8zrMQjT4TK...
Effective URL: https://community.servicenow.com/community?id=community_blog&sys_id=44d9302fdb31d51cdd886c8e13961935&campid=101511&cid=e:eDM-Toky...
Submission: On September 21 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: cm_form

<form class="self-clear ng-valid ng-dirty" role="form" name="cm_form">
  <div class="form-group padder-t-md">
    <div class="cm-input-title required filled">
      <label for="title" class="control-label padder-b-xs">Blog Title</label>
      <input data-ng-model="c.post.title" name="title" type="text" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" id="title" placeholder="" aria-required="true" ng-model-options="{
                                         updateOn: 'default blur',
                                         debounce:{
                                         'default':250}
                                         }" ng-change="c.isTitleAvailble()" role="textbox">
      <!-- ngIf: c.isTitleAlreadyUsed -->
    </div>
  </div>
  <!-- ngIf: c.post.showEditMode -->
  <!-- ngIf: ::c.data.topicsEnabled -->
  <div id="choose_topics_div" class="form-group cm-select2-topic padder-t ng-scope" data-ng-if="::c.data.topicsEnabled">
    <label for="choose_topics" class="control-label padder-b-xs">Topic(s)</label>
    <select id="choose_topics" class="cm-select2" multiple="" ng-readonly="!c.forumTopics || c.forumTopics.length == 0" readonly="readonly"> </select>
    <div class="note-text ng-binding" ng-bind="::c.data.msg.topicNoteMsg">Select a maximum of 3 topic(s)</div>
  </div><!-- end ngIf: ::c.data.topicsEnabled -->
  <div id="choose_version_div" class="form-group cm-select2-version padder-t required filled">
    <label for="choose_version" class="control-label padder-b-xs">Version</label>
    <select id="choose_version" class="cm-select2 forum-width" ng-readonly="!c.versions || c.versions.length == 0" readonly="readonly"> <!-- ngRepeat: version in c.versions track by version.id --> </select>
  </div>
  <!-- ngIf: c.post.showEditMode -->
  <div class="form-group">
    <div class="cm-attach-link">
      <community-attachments attachments="c.attachments" config="{canEdit: true,
                                               dialogMode: true,
                                               showDialogDnD: true,
                                               showDialogList: true,
                                               canDeleteFile: true,
                                               attachmentsCount: c.attachmentsCount,
                                               attachmentsAdded: c.attachmentsAdded,
                                               isOwnerOfContent: c.post.isOwnerOfContent,
                                               parentWidget: c.widget.sys_id
                                               }" class="ng-isolate-scope">
        <div ng-class="{true: 'cm-attachments-body has-attachments', false:'cm-attachments-body'}[hasAttachments(attachments)]" class="cm-attachments-body">
          <!-- ngIf: file.isEditing != true -->
          <div ng-if="file.isEditing != true" class="has-list ng-scope">
            <div ng-init="fileActionsCount = 0 + ((isDialogOpened == true || config.isDialogOpened == true) &amp;&amp; config.canDownloadFile == true ? 2: 0) + (config.canDeleteFile == true ? 1 : 0) + (config.canEditFile == true ? 1 : 0) ">
            </div>
            <!-- ngIf: config.showInlineList == true && config.attachmentsCount > 0 && (config.inlineMode == true || config.attachmentsAdded == true) -->
            <!-- ngIf: config.showDialogDnD == true || config.showInlineNote == true -->
            <div ng-if="config.showDialogDnD == true || config.showInlineNote == true" ng-class="{'inline-with-note': config.showInlineNote == true}" class="ng-scope">
              <!-- ngIf: config.showDialogDnD == true --><a ng-if="config.showDialogDnD == true" href="javascript:void(0)" data-ng-click="openDialog(config, attachments)" class="cm-attachments-button ng-scope" aria-role="button"> <span class="fa fa-paperclip fa-rotate-270" aria-hidden="true"></span> <span class="text ng-binding"> Add attachments</span> </a><!-- end ngIf: config.showDialogDnD == true -->
              <!-- <span class="text-optional" ng-if="config.attachmentsCount == 0">(optional)</span> 
      <div class="note-text note-text2" ng-if="config.showInlineNote == true">
        {{messages.attachmentNoteMsg}}
      </div> -->
            </div><!-- end ngIf: config.showDialogDnD == true || config.showInlineNote == true -->
          </div><!-- end ngIf: file.isEditing != true -->
          <style>
            .cm-topics {
              margin-top: 10px;
            }

            .no-padding {
              padding: 0px;
            }

            .note-text2 {
              margin-top: 5px !important;
            }

            .cm-attachments-body .text-optional {
              color: #ccc;
              font-weight: normal;
              font-size: 14px;
            }

            .cm-attachments-body .focasable-element:focus,
            .cm-attachments-body .attchment-tile.view-mode.list-mode:focus-within {
              border-color: #278EFC !important;
              border-color: $link-color !important;
            }

            .cm-attachments-body .cm-attachments-button {
              font-size: 14px;
              color: #303A46;
              margin-left: 5px;
            }

            .cm-attachments-body .cm-attachments-button .fa-paperclip {
              font-size: 16px;
              vertical-align: middle;
            }

            .cm-attachments-body .inline-with-note {
              /* margin-top: 15px; */
            }

            .cm-attachments-body .note-text {
              color: #828890;
              font-size: 12px;
              margin: 10px 0px 10px 0px;
              font-weight: 100;
            }

            .cm-inline-attachments-list {
              margin-top: 15px;
              display: inline-block;
              width: 100%;
            }

            .cm-attachments-body .has-list {
              display: flex;
            }

            a.cm-attachments-button:hover,
            a.cm-attachments-button:focus {
              text-decoration: none !important;
            }

            .cm-inline-attachments-list ul {
              padding: 0px;
              margin: 0px;
              list-style: none;
            }

            .cm-inline-attachments-list ul li {
              padding: 0px;
              max-width: calc(100% - 40px);
              display: inline-block;
              position: static;
            }

            .cm-inline-attachments-list ul li.even {
              padding-left: 9px;
            }

            .cm-inline-attachments-list ul li.odd {
              padding-right: 9px;
            }

            .cm-inline-attachments-list .attchment-tile {
              display: flex;
            }

            .cm-inline-attachments-list ul li .attchment-tile {
              border: 1px solid #E6E8EA;
              background-color: #FFFFFF;
              padding: 11px 15px 7px 15px;
              border-radius: 3px;
            }

            .cm-inline-attachments-list .attchment-tile .content {
              padding-left: 5px;
              width: calc(100% - 80px);
              max-width: 100%;
              line-height: 20px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit {
              color: #BDC0C4;
              width: 40px;
              height: 100%;
              display: block;
              text-align: center;
              display: flex;
              align-items: center;
              justify-content: flex-end;
              font-size: 20px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit-0 {
              width: 0px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit-1 {
              width: 45px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit-2 {
              width: 90px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit-3 {
              width: 135px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit-4 {
              width: 180px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit i,
            .modal-header i {
              margin: 5px;
              padding: 1px;
            }

            .cm-inline-attachments-list ul li .attchment-tile .content-edit i:focus,
            .cm-inline-attachments-list ul li .attchment-tile .content-edit i:hover {
              color: #BDC0C4;
              opacity: 0.8;
            }

            .cm-inline-attachments-list .attchment-tile .icon .file-icon {
              width: 40px;
              height: 40px;
            }

            .cm-inline-attachments-list .attchment-tile .content .fileName {
              display: block;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              color: #343D47;
              font-weight: 500;
            }

            .cm-inline-attachments-list .attchment-tile .content .content-size {
              color: #8D929A;
            }

            .cm-inline-attachments-list .attchment-tile .file-tile-with-actions-0 {
              width: 100%;
              display: flex;
            }

            .cm-inline-attachments-list .attchment-tile .file-tile-with-actions-1 {
              width: calc(100% - 45px);
              display: flex;
            }

            .cm-inline-attachments-list .attchment-tile .file-tile-with-actions-2 {
              width: calc(100% - 90px);
              display: flex;
            }

            .cm-inline-attachments-list .attchment-tile .file-tile-with-actions-3 {
              width: calc(100% - 135px);
              display: flex;
            }

            .cm-inline-attachments-list .attchment-tile .file-tile-with-actions-4 {
              width: calc(100% - 180px);
              display: flex;
            }

            .cm-inline-attachments-list .attchment-tile.attchments-tile {
              width: 190px;
              height: 45px;
              display: inline-table;
              border: 1px solid #E6E8EA;
              border-radius: 3px;
              background-color: #FFFFFF;
              color: #303A46;
            }

            .cm-inline-attachments-list .attchment-tile.attchments-tile .icon {
              margin-top: -15px;
              display: inline-block;
              padding-left: 15px;
            }

            .cm-inline-attachments-list .attchment-tile.attchments-tile .icon i {
              font-size: 50px;
              color: #E6E8EA;
            }

            .cm-inline-attachments-list .attchment-tile.attchments-tile .content {
              font-weight: 500;
            }

            /* div.btn-container:not(.pull-right){
      display: flex;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
    } */
            @media only screen and (max-width: 767px) {
              .cm-inline-attachments-list ul li {
                max-width: 100%;
              }

              .cm-inline-attachments-list ul li.even.col-xs-12 {
                padding-top: 5px;
                padding-left: 0px;
              }

              .cm-inline-attachments-list ul li.odd.col-xs-12 {
                padding-bottom: 5px;
                padding-right: 0px;
              }
            }
          </style>
        </div>
      </community-attachments>
    </div>
  </div>
  <div data-ng-show="c.showDisableComments" aria-hidden="true" class="ng-hide">
    <input data-ng-model="c.post.disable_comments" id="checkboxDC" class="checkbox inline disable-comments-checkbox ng-pristine ng-untouched ng-valid ng-empty" type="checkbox" name="checkboxDC" role="checkbox">
    <label for="checkboxDC" class="control-label label-text padder-bt">Disable Comments</label>
  </div>
  <div data-ng-show="c.showSchedulePublish" aria-hidden="true" class="ng-hide">
    <div class="form-group">
      <input data-ng-model="c.enableScheduling" id="checkboxSP" class="checkbox inline scheduled-checkbox ng-pristine ng-untouched ng-valid ng-empty" type="checkbox" name="checkboxSP" role="checkbox">
      <label for="checkboxSP" class="control-label label-text cm-sched-margin">Schedule Publish</label>
    </div>
    <div ng-show="c.enableScheduling" class="row cm-schedule ng-hide" aria-hidden="true">
      <div class="col-xs-12 cm-schedule-well-parent">
        <div class="well cm-well-style">
          <div class="col-md-3 col-xs-6">
            <label for="schedule-date" class="control-label label-text padder-b-xs">Date</label>
            <div ng-class="{'sp-date-input-group': snDisabled, 'input-group': !snDisabled, 'has-error': field.isInvalidDateFormat || field.isInvalid}" style="width: 100%;" role="presentation" field="c.scheduledDate" sn-disabled="c.ismobile"
              sn-include-time="false" sn-change="c.scheduledDateChanged(newValue)" sn-min-date="c.start_date" class="ng-isolate-scope input-group"><input id="sp_formfield_schedule-date" aria-live="off" aria-hidden="true" aria-label="Schedule Date "
                type="text" name="schedule-date" class="form-control ng-pristine ng-untouched ng-valid ng-empty" placeholder="Schedule Date" title="" data-placement="top" data-toggle="" ng-model="formattedDate"
                ng-model-options="{updateOn: 'blur', getterSetter: true}" ng-readonly="snDisabled" aria-required="" aria-invalid="" role="textbox"><span class="input-group-btn" ng-hide="snDisabled" aria-hidden="false"><input type="hidden"
                  class="datepickerinput ng-pristine ng-untouched ng-valid ng-not-empty" ng-model="formattedDate" ng-readonly="true" autocomplete="off" readonly="readonly"><button class="btn btn-default" type="button" role="button"
                  title="Show Calendar for Schedule Date" aria-label="Show Calendar for Schedule Date" data-toggle="tooltip" data-placement="top" data-container="section.page"><span class="glyphicon glyphicon-calendar"
                    sn-char="calendar"></span></button></span><!-- ngIf: field.isInvalidDateFormat --></div>
          </div>
          <div class="col-md-2 col-xs-6 time-padding">
            <label for="choose_scheduled_time" class="control-label label-text padder-b-xs">Time</label>
            <select id="choose_scheduled_time" class="form-control cm-select2-forum ng-untouched ng-valid ng-empty ng-dirty" data-ng-model="c.scheduledTime" ng-options="timeOption.value as timeOption.label for timeOption in c.timeOptions"
              title="Choose Scheduled Time" ng-change="c.scheduledDateChanged(c.scheduledDate.value)">
              <option value="?" selected="selected"></option>
              <option label="12:00 AM" value="number:0">12:00 AM</option>
              <option label="12:30 AM" value="number:1">12:30 AM</option>
              <option label="01:00 AM" value="number:2">01:00 AM</option>
              <option label="01:30 AM" value="number:3">01:30 AM</option>
              <option label="02:00 AM" value="number:4">02:00 AM</option>
              <option label="02:30 AM" value="number:5">02:30 AM</option>
              <option label="03:00 AM" value="number:6">03:00 AM</option>
              <option label="03:30 AM" value="number:7">03:30 AM</option>
              <option label="04:00 AM" value="number:8">04:00 AM</option>
              <option label="04:30 AM" value="number:9">04:30 AM</option>
              <option label="05:00 AM" value="number:10">05:00 AM</option>
              <option label="05:30 AM" value="number:11">05:30 AM</option>
              <option label="06:00 AM" value="number:12">06:00 AM</option>
              <option label="06:30 AM" value="number:13">06:30 AM</option>
              <option label="07:00 AM" value="number:14">07:00 AM</option>
              <option label="07:30 AM" value="number:15">07:30 AM</option>
              <option label="08:00 AM" value="number:16">08:00 AM</option>
              <option label="08:30 AM" value="number:17">08:30 AM</option>
              <option label="09:00 AM" value="number:18">09:00 AM</option>
              <option label="09:30 AM" value="number:19">09:30 AM</option>
              <option label="10:00 AM" value="number:20">10:00 AM</option>
              <option label="10:30 AM" value="number:21">10:30 AM</option>
              <option label="11:00 AM" value="number:22">11:00 AM</option>
              <option label="11:30 AM" value="number:23">11:30 AM</option>
              <option label="12:00 PM" value="number:24">12:00 PM</option>
              <option label="12:30 PM" value="number:25">12:30 PM</option>
              <option label="01:00 PM" value="number:26">01:00 PM</option>
              <option label="01:30 PM" value="number:27">01:30 PM</option>
              <option label="02:00 PM" value="number:28">02:00 PM</option>
              <option label="02:30 PM" value="number:29">02:30 PM</option>
              <option label="03:00 PM" value="number:30">03:00 PM</option>
              <option label="03:30 PM" value="number:31">03:30 PM</option>
              <option label="04:00 PM" value="number:32">04:00 PM</option>
              <option label="04:30 PM" value="number:33">04:30 PM</option>
              <option label="05:00 PM" value="number:34">05:00 PM</option>
              <option label="05:30 PM" value="number:35">05:30 PM</option>
              <option label="06:00 PM" value="number:36">06:00 PM</option>
              <option label="06:30 PM" value="number:37">06:30 PM</option>
              <option label="07:00 PM" value="number:38">07:00 PM</option>
              <option label="07:30 PM" value="number:39">07:30 PM</option>
              <option label="08:00 PM" value="number:40">08:00 PM</option>
              <option label="08:30 PM" value="number:41">08:30 PM</option>
              <option label="09:00 PM" value="number:42">09:00 PM</option>
              <option label="09:30 PM" value="number:43">09:30 PM</option>
              <option label="10:00 PM" value="number:44">10:00 PM</option>
              <option label="10:30 PM" value="number:45">10:30 PM</option>
              <option label="11:00 PM" value="number:46">11:00 PM</option>
              <option label="11:30 PM" value="number:47">11:30 PM</option>
            </select>
          </div>
          <div class="col-md-3 col-xs-6 time-padding cm-change-tz">
            <span class="inline"> <a data-ng-click="c.displayTimezones()" href="Javascript:void(0)" class="change-time-zone-ps ng-binding">Change time zone (UTC)</a> </span>
          </div>
          <div class="col-md-12 col-xs-12 cm-sched-publish-details"> Content will be published approximately around the time you have selected. </div>
        </div>
      </div>
    </div>
  </div>
  <div class="cm-form-actions">
    <div class="btn-container">
      <div class="form-actions">
        <div class="col-md-6 pull-left text-left row btn-container padder-b-xs">
          <!-- ngIf: c.state == 'rejected' -->
        </div>
      </div>
      <div class="pull-right">
        <button type="cancel" class="btn btn-default cm-cancel-btn action-btn" data-ng-click="c.cancelConfirm(c.post)">Cancel</button>
        <!-- ngIf: c.state == 'draft' -->
        <button type="submit" class="btn btn-primary action-btn ng-binding" data-ng-click="c.editContent(c.post)">Save</button>
      </div>
    </div>
  </div>
</form>

Text Content

Skip to page content
Now Community Now Support Developer Site Now Learning Product Docs Customer
Success Center

Toggle navigation
 * 
 * 
 * 
 * A
 * 
   
   
   
 * Sign In
   Sign in to:
      
    * Access member-only forums
      
    * Join a local user group (SNUG)
      
    * Register for events
      
    * Engage in discussions
      
   
   Got it
   
   
   
   
   

 * LOGIN
   
   
     
     
     
   
   * FORUMS
   
     
     
     
     
   
   * GROUPS
   
     
     
     
     
   
   * RESOURCES
   
     
     
     
     
   
   * EVENTS
   
     
     
     
     
   
   * BLOGS
   
     
     
     
     
   
   * KNOWLEDGE 2022
   
     
     
     
     
   
   * IDEA PORTAL
   
     
     
     
     
   
   * COVID-19 RESOURCES
   
     
     
     
     
     
     
   *  * Analytics, Intelligence, and Reporting
        CMDB, Service Graph, CSDM
        Customer Service Management
        DevOps
        Employee Center
        Field Service Management
        Financial Services Operations
        Governance, Risk, and Compliance
        Human Resources Service Delivery
        IT Asset Management
        IT Operations Management
        IT Service Management
        Legal Service Delivery
        Mobile Apps and Platform
        Now Platform
        Security Operations
        Service Management
        Strategic Portfolio Management (SPM)
        Telecommunications Service Management
        Virtual Agent and Natural Language Understanding
        Workplace Service Delivery
        ____________
        Developer
        Architects
        All Forums
   
     
     
   *  * ServiceNow User Groups
        Special Interest Groups (SIGs)
   
     
     
   *  * Leaderboard
        Partner Leaderboard
        How to Earn Points
        Training and Certifications
        Become an Expert
        Podcasts
        Jobs
        Product Launch
        All Topics
        Member Feedback
        Help
   
     
     
   *  * Knowledge Community
        DemoNow events
        Live on ServiceNow
        On Demand Library
        Upcoming Events
        Webinars
   
     
     
   *  * Now Community Blogs
        Other ServiceNow blogs
        ServiceNow Developer Blog
        ServiceNow Japan
   
     
     
   *  * Knowledge Community
        CreatorCon Community
   
     
     
   * 
     
     
   * 
     
   
     
     
     
   
   * MORE SITES
   
     
     
     
     
     
     
   *  * ServiceNow.com
        Now Support
        DemoNow
        Now Learning
        Product Documentation
        Partners
        Knowledge Conference
        Developers
   
     
   

   
   
   

 * FORUMS

   
   
   
   

 * GROUPS

   
   
   
   

 * RESOURCES

   
   
   
   

 * EVENTS

   
   
   
   

 * BLOGS

   
   
   
   

 * KNOWLEDGE 2022

   
   
   
   

 * IDEA PORTAL

   
   
   
   

 * COVID-19 RESOURCES

   
   
   
   
   
   
 *  * Analytics, Intelligence, and Reporting
      CMDB, Service Graph, CSDM
      Customer Service Management
      DevOps
      Employee Center
      Field Service Management
      Financial Services Operations
      Governance, Risk, and Compliance
      Human Resources Service Delivery
      IT Asset Management
      IT Operations Management
      IT Service Management
      Legal Service Delivery
      Mobile Apps and Platform
      Now Platform
      Security Operations
      Service Management
      Strategic Portfolio Management (SPM)
      Telecommunications Service Management
      Virtual Agent and Natural Language Understanding
      Workplace Service Delivery
      ____________
      Developer
      Architects
      All Forums

   
   
 *  * ServiceNow User Groups
      Special Interest Groups (SIGs)

   
   
 *  * Leaderboard
      Partner Leaderboard
      How to Earn Points
      Training and Certifications
      Become an Expert
      Podcasts
      Jobs
      Product Launch
      All Topics
      Member Feedback
      Help

   
   
 *  * Knowledge Community
      DemoNow events
      Live on ServiceNow
      On Demand Library
      Upcoming Events
      Webinars

   
   
 *  * Now Community Blogs
      Other ServiceNow blogs
      ServiceNow Developer Blog
      ServiceNow Japan

   
   
 *  * Knowledge Community
      CreatorCon Community

   
   
 * 
   
   
 * 
   

   
   
   

 * MORE SITES

   
   
   
   
   
   
 *  * ServiceNow.com
      Now Support
      DemoNow
      Now Learning
      Product Documentation
      Partners
      Knowledge Conference
      Developers

   






NOW PLATFORM TOKYO RELEASE COLLECTED LINKS OF INTEREST! - PRODUCT LAUNCH - BLOG


BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with
Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with
Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with
Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Blog


NOW PLATFORM TOKYO RELEASE COLLECTED LINKS OF INTEREST!

by
community.moderator
created 9d ago9 days ago (edited 2h ago2 hours ago) in Product Launch

--------------------------------------------------------------------------------



Help us welcome in the latest Now Platform® release Tokyo — is now available!

Check out these new blogs from subject matter experts to learn more. Be sure to
bookmark this post, so when new blogs and events are added, you will be
notified.

 

NOW PLATFORM RELEASE FACT SHEET: TOKYO

THE TOKYO RELEASE IS NOW AVAILABLE (SUMMARY BLOG)

..............................................................................................................................................................................


JOIN US FOR THE THE NOW PLATFORM TOKYO EVENT.

Mark your calendar for the Now Platform Tokyo release broadcast  

REGISTER NOW The global broadcast digital event is FREE and includes: 



Join us for the Tokyo release introduction session with Dave Wright, Chief
Innovation Officer, Pat Casey, Chief Technology Officer, and Mark Abramowitz,
Senior Vice President of Product and Solutions Marketing, as well as 25 sessions
on demand, where we’ll highlight different ServiceNow® products, innovations,
demos, and the ServiceNow platform.  



Register now

................................................................................................................................................................................

Now Platform

 * What’s new in the Tokyo release – Now Platform Foundation
 * ServiceNow Vault delivers new levels of Compliance and Trust with the Now
   Platform
 * What’s New in Automation Engine in the Tokyo release
   
   

Customer Service Management (CSM)
What’s new in the Tokyo release for Customer Service Management


DevOps
What’s new in the Tokyo release for ITSM Pro DevOps?

Environmental, Social, and Governance
What’s New in Tokyo for Environmental, Social, and Governance Management (ESGM)
 


Field Service Management
What’s new in the Tokyo release for Field Service Management

Financial Services Operations
Tokyo Release for Insurance: Expedite claims and deliver frictionless service to
drive customer loyalty.

Tokyo Release for Banking: Optimize banking processes and integrations with
secure, intuitive hyperautomation


Human Resources (HRSD)
What's New in Human Resource Delivery for Tokyo?

Governance Risk and Compliance (GRC)
What’s New in Tokyo for IRM/GRC

IT Asset Management + Software Asset Management (ITAM/SAM)
What’s new in Asset Management – for IT and Beyond



IT Operations Management (ITOM)
More work. . . fewer resources . . . no problem! New features in the Tokyo
release timeframe allow ITOM and the CMDB to act as force multipliers


 

Mobile Apps & Platform
What’s new in the Tokyo release – Mobile

Performance Analytics
What’s New in Tokyo - Platform AI Capabilities by Christina Park

Process Optimization
What's new in Tokyo for Process Optimization by Dan Grady


Strategic Portfolio Management (SPM)
What’s new in the Tokyo release for Strategic Portfolio Management?


Technology Industry
With the Tokyo release, technology providers can capitalize on their ecosystem
and the growing everything-as-a-service opportunity   


Telecommunication Products
With the Tokyo release, Communication Service Providers can redefine service
experience by optimizing network investment and launching services faster

Upgrade Advantage
Jumpstart your upgrade to the Now Platform Tokyo release. 

Virtual Agent
What’s new in the Tokyo release – Conversational Interfaces
 


Workplace Service Delivery
What’s new in the Tokyo release for Workplace Service Delivery?


Upgrades Instances


 

_________________________________________________________________________________________ 

© 2022 ServiceNow Inc. All rights reserved. ServiceNow, the ServiceNow logo,
Now, Now Platform, and other ServiceNow marks are trademarks and/or registered
trademarks of ServiceNow, Inc. in the United States and/or other countries.
Other company names, product names, and logos may be trademarks of the
respective companies with which they are associated. 

servicenow.com




Version: Tokyo

--------------------------------------------------------------------------------

Helpful (1)
Comment (0)
201 Views

Loading...

Blog
Blog Title
Topic(s)
Select a maximum of 3 topic(s)
Version
Add attachments
Disable Comments
Schedule Publish
Date

Time 12:00 AM12:30 AM01:00 AM01:30 AM02:00 AM02:30 AM03:00 AM03:30 AM04:00
AM04:30 AM05:00 AM05:30 AM06:00 AM06:30 AM07:00 AM07:30 AM08:00 AM08:30 AM09:00
AM09:30 AM10:00 AM10:30 AM11:00 AM11:30 AM12:00 PM12:30 PM01:00 PM01:30 PM02:00
PM02:30 PM03:00 PM03:30 PM04:00 PM04:30 PM05:00 PM05:30 PM06:00 PM06:30 PM07:00
PM07:30 PM08:00 PM08:30 PM09:00 PM09:30 PM10:00 PM10:30 PM11:00 PM11:30 PM
Change time zone (UTC)
Content will be published approximately around the time you have selected.
Cancel Save




 



 



 



 





 * Contact Us
 * Help
 * Terms of Use
 * Privacy Policy
 * Cookie-Präferenzen
 * Trademark and Branding
   
 * ServiceNow Support
   
   
 * Knowledge Base
   

 * © 2022 ServiceNow. All rights reserved.

 * LinkedIn
 * Twitter
 * YouTube
 * Facebook



‹September 2022›SuMoTuWeThFrSa
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8

‹2022›JanFebMarAprMayJunJulAugSepOctNovDec

‹2020-2029›201920202021202220232024202520262027202820292030