SlideShare a Scribd company logo
1 of 62
Download to read offline
Take a look at the Tokyo
release platform features
Episode 94
Chuck Tomasi
Sr. Developer Advocate
ServiceNow
Jeremy Duncan
Platform Architect
ServiceNow
TechNow
The web series for ServiceNow admins, builders and
developers on a variety of Now Platform topics
© 2022 ServiceNow, Inc. All Rights Reserved. 2
This presentation may contain “forward-looking” statements that are based on our beliefs and
assumptions and on information currently available to us only as of the date of this presentation.
Forward-looking statements involve known and unknown risks, uncertainties, and other factors that
may cause actual results to differ materially from those expected or implied by the forward-looking
statements. Further information on these and other factors that could cause or contribute to such
differences include, but are not limited to, those discussed in the section titled “Risk Factors,” set forth
in our most recent Annual Report on Form 10-K and Quarterly Report on Form 10-Q and in our other
Securities and Exchange Commission filings. We cannot guarantee that we will achieve the plans,
intentions, or expectations disclosed in our forward‐looking statements, and you should not place
undue reliance on our forward‐looking statements. The information on new products, features, or
functionality is intended to outline our general product direction and should not be relied upon in
making a purchasing decision, is for informational purposes only, and shall not be incorporated into
any contract, and is not a commitment, promise, or legal obligation to deliver any material, code,
or functionality. The development, release, and timing of any features or functionality described
for our products remains at our sole discretion. We undertake no obligation, and do not intend,
to update the forward-looking statements.
Safe harbor notice for forward-looking statements
© 2022 ServiceNow, Inc. All Rights Reserved. 3
Chuck Tomasi
• Senior Developer Advocate
• 40 years IT experience
– Software developer, PM, IT manager
• ServiceNow customer 2008-2010
• ServiceNow since 2010
– PS implementations, enablement, and pre-sales
• First Innovation of the Year Award @K10
• Co-host of TechNow since 2013
• Live Coding Happy Hour co-host
• ServiceNow Community leader
• Hobbies:
– Podcasting, golf, skiing, martial arts, cosplay, karaoke
© 2022 ServiceNow, Inc. All Rights Reserved. 3
© 2022 ServiceNow, Inc. All Rights Reserved. 4
Jeremy Duncan
• Platform Architect at ServiceNow
• 16 years of experience as enterprise engineer/architect
• ServiceNow experience since 2011 (pre-Aspen)
• Enterprise, federal and commercial implementations
• ServiceNow Certified Master Architect
• Degree: BBA in IS at MTSU
• Personal
– Reserve police officer and camping with
wife and kids
© 2022 ServiceNow, Inc. All Rights Reserved. 4
© 2022 ServiceNow, Inc. All Rights Reserved. 5
Agenda
• App Engine
• Automation Engine
• Next Experience/UI Builder
• Development and configuration
• Mobile
• Workflow and integrations
• Authentication
• Random cool stuff
• Q&A
© 2022 ServiceNow, Inc. All Rights Reserved. 5
Note: Ask a question in the Q&A – if we cannot
answer it live, we’ll post answers on the community
devlink.sn/technow (Ep 94)
Subscribe
devlink.sn/break-point
© 2022 ServiceNow, Inc. All Rights Reserved. 6
© 2022 ServiceNow, Inc. All Rights Reserved. 7
© 2022 ServiceNow, Inc. All Rights Reserved. 7
LOVE OUR PRODUCT, TELL YOUR PEERS!
Write a ServiceNow App Engine review
on G2.com & receive a $25 Amazon gift card
Share your insights on ServiceNow App Engine and receive $25 for 5-10 minutes of your time!
Your peers come to G2.com to get an inside look at Low-Code Development Platforms, tools and other
business solutions. Adding your perspective on ServiceNow App Engine will help others pick the right solution based on real
user experiences. Great reviews are detailed, honest, and tell a story. We promise, you already have the tools to write a
great review!
Why write a review on G2?
Help your peers. Earn recognition. Share feedback.
Review us on G2
devlink.sn/g2now
Now Platform Tokyo
release features
App Engine
© 2022 ServiceNow, Inc. All Rights Reserved. 10
Flow integration to Table Builder
• Guided experience in the
context of the table
• Intuitive, user-friendly
experience for low-code
users
• Compete with other low-
code platforms
$
© 2022 ServiceNow, Inc. All Rights Reserved. 11
Formula Builder
• Excel-like formulas in place of script
• Easier transition for Excel fans
• Plugin: com.glide.formula
• Functions defined in
sys_transform_function
© 2022 ServiceNow, Inc. All Rights Reserved. 12
Template sharing
• Control use of custom or
out-of-the-box templates
to create new apps
• Share with specific users,
groups, or everyone
• First of the “template
governance” features
$
© 2022 ServiceNow, Inc. All Rights Reserved. 13
Email notification authoring
• Low-code users can
create notifications in
the same notification
table as other platform
notifications
• Trigger these
notifications from flows
with the Send
Notification action
$
© 2022 ServiceNow, Inc. All Rights Reserved. 14
App Engine Management Center
• Assess and reduce potential
risks of applications and
deployment sprawl
• Track adoption and identify
bottlenecks in deployments
• Configure pipelines for
multiple deployment
processes
$
Automation Engine
© 2022 ServiceNow, Inc. All Rights Reserved. 16
Automation Center
• Central governance of
automation requests
and implementations
• Show business value
by showing CIO ROI
against defined goals
• Additionally support UI
Path robot executions
• REST API available
/sn_ac/auto/rpa
$
© 2022 ServiceNow, Inc. All Rights Reserved. 17
Document Intelligence
• Human assisted
document parsing of
structured documents
• Tables and lists
included
• Consume the parsed
data in a flow with
OOB actions and
templates
$
© 2022 ServiceNow, Inc. All Rights Reserved. 18
MID clustering
• Support for MID clustering
within Integration Hub
• Available when using
Credential Alias or Inline
© 2022 ServiceNow, Inc. All Rights Reserved. 19
PowerShell step improvements
• Write-SNCLog API to
write messages to the
MID log
• PowerShell credential
testing
$
© 2022 ServiceNow, Inc. All Rights Reserved. 20
REST step improvements
• Multipart
attachments
• Override filename
and MIME type
• Multiple headers
w/same key
• Dynamic base URL
$
© 2022 ServiceNow, Inc. All Rights Reserved. 21
Connection override in data sources
• No more pre-script in
the scheduled import
• Available in:
– Data source
– Scheduled import
– Integration Hub
Import
© 2022 ServiceNow, Inc. All Rights Reserved. 22
Integration Hub Import mapping improvements
• No need to rebuild the
entire map
• Warnings/refresh when
source or target
changes
• Match a reference
field by something
other than display
value
• Source/target fields
are sorted A-Z
$
© 2022 ServiceNow, Inc. All Rights Reserved. 23
Debug dashboard
Brings more focus to
• Usage
• Flow executions
• MID executions
• No module available (yet)
/now/fdih-dashboards/home
Plugin: com.glide.hub.debug.dashboard
$
Next Experience/
UI Builder
© 2022 ServiceNow, Inc. All Rights Reserved. 25
Condition builder
• Available as a standard
component
• Add to pages in UIB
• Predefine queries
• Lots of properties
© 2022 ServiceNow, Inc. All Rights Reserved. 26
Email client
• Single component for mini-
composer and general
composer
• Show/hide email details
© 2022 ServiceNow, Inc. All Rights Reserved. 27
User presence
• See who is accessing
the same record
• Parity with UI16
• CTI and email
connectivity
© 2022 ServiceNow, Inc. All Rights Reserved. 28
Lists
• Access the condition
builder in reference
and picker lists
© 2022 ServiceNow, Inc. All Rights Reserved. 29
Tab enhancements
• Multiple tab types
available to tab
component
• Conditionally
rendered tabs
• Vertical tabs
Development and
configuration
© 2022 ServiceNow, Inc. All Rights Reserved. 31
Multi-lingual notification support
• Create translated
“versions” of email
notifications,
templates, and layouts
• Each recipient is sent
a message in their
preferred language
(if available)
• Translation request
system built-in
© 2022 ServiceNow, Inc. All Rights Reserved. 32
Notification dynamic translations
• Recipients may
receive emails in their
preferred language
• Plugin: Glide
Notification Translation
• Requires Plugin:
Dynamic Translations
$
© 2022 ServiceNow, Inc. All Rights Reserved. 33
S/MIME support for inbound/outbound email
• Enables sending and
receiving of encrypted
emails using S/MIME
protocol
• Available from the
classic email client and
outbound notifications
• Plugin: S/MIME Email
© 2022 ServiceNow, Inc. All Rights Reserved. 34
Guided Setup
• Create Guided Setup
experiences for any app
• Improved experience
for app on-boarding
© 2022 ServiceNow, Inc. All Rights Reserved. 35
ATF Test Generation and Cloud Runner
• Accelerate testing with AI-
powered regression test generation
• Simplify the execution of
automated testing with hosted headless
testing
• Reduce the time developers spend
on testing app quality and stability
© 2022 ServiceNow, Inc. All Rights Reserved. 36
Admin Center
• Receive personalized
application recommendations
based on instance maturity
• Gain complete application
entitlement visibility
• Simplify application installation
and configuration with a guided
experience
Mobile
© 2022 ServiceNow, Inc. All Rights Reserved. 38
Adaptive auth enhancements for mobile
• Support mobile access in an IP access-controlled instance
• Requires adaptive authentication
• User must pre-register devices
© 2022 ServiceNow, Inc. All Rights Reserved. 39
Mobile Card Builder updates
• Configure icon
elements, video
elements, and
background images
on containers
• Scalable font sizes for
accessibility
• New card templates
Flow Designer and
Process Automation
Designer
© 2022 ServiceNow, Inc. All Rights Reserved. 41
PAD/Playbook updates
• OOB activities for
DocuSign, Adobe Sign,
Teams, and Slack
(more to come)
• Improved
performance with
Proxied Data Broker
feature
• Improved efficiency
with auto-advance
steps and stages
• Improved activities
properties sidepanel
© 2022 ServiceNow, Inc. All Rights Reserved. 42
Read-only roles in Flow Designer
• Enables a user to launch Flow Designer and
Action Designer to view the configuration
and execution details of flows, subflows,
and actions
• “Writable” buttons/actions are removed
fd_read
fd_read_flows fd_read_actions
fd_read_operations
© 2022 ServiceNow, Inc. All Rights Reserved. 43
More Flow Designer updates
• Flow Diagramming new featurs
– Inbound email
– Service catalog
– SLA Task
– Do the following in parallel
– Set flow variables
• ScriptableFlowRunner API updates
– withRoles()
– asUser()
© 2022 ServiceNow, Inc. All Rights Reserved. 44
Decision Builder
• Export/Edit in Excel
• Decision rule view
© 2022 ServiceNow, Inc. All Rights Reserved. 45
Step picker layout
• Less “scanning” for what you need
Authentication
© 2022 ServiceNow, Inc. All Rights Reserved. 47
Information security pages
• Generate CSR
• Select ciphers on the TLS settings page
• Use preferred CA on SYOC pages
• Plugin: ServiceNow Infrastructure
Security Settings
© 2022 ServiceNow, Inc. All Rights Reserved. 48
IDP support for custom URLs
• Go to a specific custom URL and be redirected to a specific IDP
• Keeps things seamless when you have multiple IDPs and multiple custom URLs
• Requires both Multi-SSO and Customer URL plugins
© 2022 ServiceNow, Inc. All Rights Reserved. 49
OAuth support for end-user non-admin users
• Enable “personal” OAuth tokens
for the logged in user
• Enhanced GlideOAuthClient
scriptable API
• Added “personal” parameter to
support request OAuth tokens
• New personal column in OAuth
Requestor Profile
Random cool stuff
© 2022 ServiceNow, Inc. All Rights Reserved. 51
Log protection
• Provides trusted
(immutable) tables
• Combinations of block
and log attempts
• Note: only applies to
OOB tracked tables
and their extensions
Plugin: Protected Tables
© 2022 ServiceNow, Inc. All Rights Reserved. 52
Data filtration
• Complements ACLs
• Declarative on groups,
IP addresses and more
• No scripting allowed
• Default deny model
• Same APIs available,
e.g., gr.canRead()
• Runs BEFORE ACLs
Plugin: Data Filtration
© 2022 ServiceNow, Inc. All Rights Reserved. 53
IPv6 Support
• Dictionary attribute on
ip_addr field type
• Display canonical or
expanded
• Log files
• IPAddress scriptable
API replaces
sncIPAddressV4 and
sncIPAddressV6
© 2022 ServiceNow, Inc. All Rights Reserved. 54
SCIM support (provider and client)
• Common user schema and extension model using HTTP (easier user management)
• Scriptable APIs with SCIM2Client
© 2022 ServiceNow, Inc. All Rights Reserved. 55
GraphQL streaming directive support
• Improve time to interaction
(when a user can first interact
with a page)
• Different flavor of @defer.
@stream can take advantage
of list fields
HTTP headers must include
Accept: multipart/mixed
© 2022 ServiceNow, Inc. All Rights Reserved. 56
Upgrade plans
• Package skips and
customizations into global
apps and app
customizations
• Define applications and
versions to include in the
upgrade plan
• Use the upgrade plan to
automate and optimize
during upgrade
And one more thing…
© 2022 ServiceNow, Inc. All Rights Reserved. 58
ECMAScript 2021 (ES6+)
let tokyoRelease = (currentVersion = "ES5") => {
return `We now support ${currentVersion}!!`;
}
tokyoRelease("ES6+");
© 2022 ServiceNow, Inc. All Rights Reserved. 59
Poll question
Which new Tokyo feature set shown today is your favorite?
• App Engine
• Automation Engine
• Next Experience/UI Builder
• Development and configuration
• Mobile
• Workflow and integrations
• Authentication
• Random cool stuff
• ECMAScript 2021
© 2022 ServiceNow, Inc. All Rights Reserved. 60
What’s next?
Upgrade your PDI
1
Check out the docs
2
Explore Tokyo
3
Q&A
Thank you for joining us
Unanswered questions will be responded to at
https://devlink.sn/tn94blog
Chuck Tomasi
Sr. Developer Advocate
ServiceNow
Jeremy Duncan
Platform Architect
ServiceNow
© 2022 ServiceNow, Inc. All Rights Reserved. 62
On-demand
webinars
Check out our on-demand webinars at
www.servicenow.com/events/on-demand-webinars.html
© 2022 ServiceNow, Inc. All Rights Reserved. 62

More Related Content

What's hot

AWSome Day Online 2020_Module 1: Introduction to the AWS Cloud
AWSome Day Online 2020_Module 1: Introduction to the AWS CloudAWSome Day Online 2020_Module 1: Introduction to the AWS Cloud
AWSome Day Online 2020_Module 1: Introduction to the AWS CloudAmazon Web Services
 
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SAAmazon Web Services Korea
 
Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...
Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...
Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...Amazon Web Services
 
Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...
Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...
Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...Jade Global
 
Advanced Orchestration & Automation
Advanced Orchestration & AutomationAdvanced Orchestration & Automation
Advanced Orchestration & AutomationLuc Raeskin
 
Introduction to public cloud
Introduction to public cloudIntroduction to public cloud
Introduction to public cloudgangal
 
[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight
[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight
[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonightAmazon Web Services Japan
 
Infrastructure as Code
Infrastructure as CodeInfrastructure as Code
Infrastructure as CodeRobert Greiner
 
AWSome Day Online 2020_Module 2: Getting started with the cloud
AWSome Day Online 2020_Module 2: Getting started with the cloudAWSome Day Online 2020_Module 2: Getting started with the cloud
AWSome Day Online 2020_Module 2: Getting started with the cloudAmazon Web Services
 
5 - Infrastructure and Cloud Computing
5 - Infrastructure and Cloud Computing5 - Infrastructure and Cloud Computing
5 - Infrastructure and Cloud ComputingRaymond Gao
 
[금융 고객을 위한 Resiliency in the Cloud] Open Discussion
[금융 고객을 위한 Resiliency in the Cloud] Open Discussion[금융 고객을 위한 Resiliency in the Cloud] Open Discussion
[금융 고객을 위한 Resiliency in the Cloud] Open DiscussionAWS Korea 금융산업팀
 
Emerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud StrategiesEmerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud StrategiesChaitanya Atreya
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals2nd Watch
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesAmazon Web Services
 

What's hot (20)

Cloud Computing
Cloud ComputingCloud Computing
Cloud Computing
 
Mule esb presentation
Mule esb presentationMule esb presentation
Mule esb presentation
 
AWSome Day Online 2020_Module 1: Introduction to the AWS Cloud
AWSome Day Online 2020_Module 1: Introduction to the AWS CloudAWSome Day Online 2020_Module 1: Introduction to the AWS Cloud
AWSome Day Online 2020_Module 1: Introduction to the AWS Cloud
 
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
[AWS Builders] AWS IAM 을 통한 클라우드에서의 권한 관리 - 신은수, AWS Security Specialist SA
 
AWS Technical Essentials Day
AWS Technical Essentials DayAWS Technical Essentials Day
AWS Technical Essentials Day
 
Introduction to Amazon EC2
Introduction to Amazon EC2Introduction to Amazon EC2
Introduction to Amazon EC2
 
Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...
Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...
Introducing AWS Transfer for SFTP, a Fully Managed SFTP Service for Amazon S3...
 
Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...
Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...
Case Study: Salesforce CPQ (Configure Price Quote) for Software as a Service ...
 
Advanced Orchestration & Automation
Advanced Orchestration & AutomationAdvanced Orchestration & Automation
Advanced Orchestration & Automation
 
Introduction to public cloud
Introduction to public cloudIntroduction to public cloud
Introduction to public cloud
 
[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight
[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight
[CTO Night & Day 2019] AWS Database Overview -データベースの選択指針- #ctonight
 
Infrastructure as Code
Infrastructure as CodeInfrastructure as Code
Infrastructure as Code
 
AWSome Day Online 2020_Module 2: Getting started with the cloud
AWSome Day Online 2020_Module 2: Getting started with the cloudAWSome Day Online 2020_Module 2: Getting started with the cloud
AWSome Day Online 2020_Module 2: Getting started with the cloud
 
5 - Infrastructure and Cloud Computing
5 - Infrastructure and Cloud Computing5 - Infrastructure and Cloud Computing
5 - Infrastructure and Cloud Computing
 
Cost Optimization on AWS
Cost Optimization on AWSCost Optimization on AWS
Cost Optimization on AWS
 
[금융 고객을 위한 Resiliency in the Cloud] Open Discussion
[금융 고객을 위한 Resiliency in the Cloud] Open Discussion[금융 고객을 위한 Resiliency in the Cloud] Open Discussion
[금융 고객을 위한 Resiliency in the Cloud] Open Discussion
 
Emerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud StrategiesEmerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
Emerging Trends in Hybrid-Cloud & Multi-Cloud Strategies
 
Aws Architecture Fundamentals
Aws Architecture FundamentalsAws Architecture Fundamentals
Aws Architecture Fundamentals
 
IAM Best Practices
IAM Best PracticesIAM Best Practices
IAM Best Practices
 
Architecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-PracticesArchitecting-for-the-cloud-Best-Practices
Architecting-for-the-cloud-Best-Practices
 

Similar to Tokyo Release.pdf

Getting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" ProjectGetting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" ProjectTIBCO Jaspersoft
 
Mule soft meetup Houston 16
Mule soft meetup Houston 16Mule soft meetup Houston 16
Mule soft meetup Houston 16Jim Andrews
 
Resume_Arindom-March-3rd
Resume_Arindom-March-3rdResume_Arindom-March-3rd
Resume_Arindom-March-3rdArindom Biswas
 
Cynoteck - Salesforce Presentation - Consulting Services
Cynoteck  -  Salesforce Presentation - Consulting ServicesCynoteck  -  Salesforce Presentation - Consulting Services
Cynoteck - Salesforce Presentation - Consulting ServicesRosa Aguiar Catraio
 
Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!
Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!
Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!JessiRyan1
 
Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017BCS ProSoft
 
Resume_Arindom_Updated
Resume_Arindom_UpdatedResume_Arindom_Updated
Resume_Arindom_UpdatedArindom Biswas
 
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...Julian Douch
 
Embedded Analytics: Build or Buy
Embedded Analytics: Build or BuyEmbedded Analytics: Build or Buy
Embedded Analytics: Build or BuyTIBCO Jaspersoft
 
Company Software Design Proposal Powerpoint Presentation
Company Software Design Proposal Powerpoint PresentationCompany Software Design Proposal Powerpoint Presentation
Company Software Design Proposal Powerpoint PresentationSlideTeam
 
Checklist to cost your software development accurately in 2022
Checklist to cost your software development accurately in 2022Checklist to cost your software development accurately in 2022
Checklist to cost your software development accurately in 2022IndusNetMarketing
 
Engineering_Campus_Presentation_2022 (1)-compressed.pptx
Engineering_Campus_Presentation_2022 (1)-compressed.pptxEngineering_Campus_Presentation_2022 (1)-compressed.pptx
Engineering_Campus_Presentation_2022 (1)-compressed.pptxManikaahuja4
 
Saikrishna_Bejjanki_HP Exstream Developer
Saikrishna_Bejjanki_HP Exstream DeveloperSaikrishna_Bejjanki_HP Exstream Developer
Saikrishna_Bejjanki_HP Exstream DeveloperSaikrishna Bejjanki
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSDevOps.com
 
Getting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of ConceptsGetting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of ConceptsThousandEyes
 

Similar to Tokyo Release.pdf (20)

BadesahebKBichu
BadesahebKBichuBadesahebKBichu
BadesahebKBichu
 
Getting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" ProjectGetting Started: How to Set Up Your "Data as a Feature" Project
Getting Started: How to Set Up Your "Data as a Feature" Project
 
Mule soft meetup Houston 16
Mule soft meetup Houston 16Mule soft meetup Houston 16
Mule soft meetup Houston 16
 
Resume_Arindom-March-3rd
Resume_Arindom-March-3rdResume_Arindom-March-3rd
Resume_Arindom-March-3rd
 
Cynoteck - Salesforce Presentation - Consulting Services
Cynoteck  -  Salesforce Presentation - Consulting ServicesCynoteck  -  Salesforce Presentation - Consulting Services
Cynoteck - Salesforce Presentation - Consulting Services
 
Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!
Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!
Learn Why your Technology Toolkit needs a Low Code Platform Upgrade!
 
Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017Deltek Vision User Group – Nv 2017
Deltek Vision User Group – Nv 2017
 
Resume_Arindom_Updated
Resume_Arindom_UpdatedResume_Arindom_Updated
Resume_Arindom_Updated
 
Ektron - Suyati Technologies
Ektron - Suyati TechnologiesEktron - Suyati Technologies
Ektron - Suyati Technologies
 
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
 
Embedded Analytics: Build or Buy
Embedded Analytics: Build or BuyEmbedded Analytics: Build or Buy
Embedded Analytics: Build or Buy
 
Buy vs build_nam
Buy vs build_namBuy vs build_nam
Buy vs build_nam
 
Resume
ResumeResume
Resume
 
Company Software Design Proposal Powerpoint Presentation
Company Software Design Proposal Powerpoint PresentationCompany Software Design Proposal Powerpoint Presentation
Company Software Design Proposal Powerpoint Presentation
 
Checklist to cost your software development accurately in 2022
Checklist to cost your software development accurately in 2022Checklist to cost your software development accurately in 2022
Checklist to cost your software development accurately in 2022
 
The Future of DevOps and UrbanCode
The Future of DevOps and UrbanCodeThe Future of DevOps and UrbanCode
The Future of DevOps and UrbanCode
 
Engineering_Campus_Presentation_2022 (1)-compressed.pptx
Engineering_Campus_Presentation_2022 (1)-compressed.pptxEngineering_Campus_Presentation_2022 (1)-compressed.pptx
Engineering_Campus_Presentation_2022 (1)-compressed.pptx
 
Saikrishna_Bejjanki_HP Exstream Developer
Saikrishna_Bejjanki_HP Exstream DeveloperSaikrishna_Bejjanki_HP Exstream Developer
Saikrishna_Bejjanki_HP Exstream Developer
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWS
 
Getting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of ConceptsGetting Started with ThousandEyes Proof of Concepts
Getting Started with ThousandEyes Proof of Concepts
 

Recently uploaded

一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样aqwaz
 
SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)
SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)
SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)River / Thao Phan
 
VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...
VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...
VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...SunGj
 
Engineering Major for College_ Environmental Health Engineering by Slidesgo.pptx
Engineering Major for College_ Environmental Health Engineering by Slidesgo.pptxEngineering Major for College_ Environmental Health Engineering by Slidesgo.pptx
Engineering Major for College_ Environmental Health Engineering by Slidesgo.pptxDanielRemache4
 
obat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klaten
obat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klatenobat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klaten
obat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klatensiskavia95
 
isodactylism_Diagram.pdf................
isodactylism_Diagram.pdf................isodactylism_Diagram.pdf................
isodactylism_Diagram.pdf................armidabelemmartinezd
 
Jaro je tady - Spring is here (Judith) 4
Jaro je tady - Spring is here (Judith) 4Jaro je tady - Spring is here (Judith) 4
Jaro je tady - Spring is here (Judith) 4wistariecz
 
Hosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door Step
Hosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door StepHosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door Step
Hosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door Stepdarmandersingh4580
 
Digital C-Type Printing: Revolutionizing The Future Of Photographic Prints
Digital C-Type Printing: Revolutionizing The Future Of Photographic PrintsDigital C-Type Printing: Revolutionizing The Future Of Photographic Prints
Digital C-Type Printing: Revolutionizing The Future Of Photographic PrintsMatte Image
 
Theoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docxTheoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docxAman119787
 
Jaro je tady - Spring is here (Judith) 3
Jaro je tady - Spring is here (Judith) 3Jaro je tady - Spring is here (Judith) 3
Jaro je tady - Spring is here (Judith) 3wistariecz
 
OBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGI
OBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGIOBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGI
OBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGIObat Cytotec
 
codes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptxcodes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptx17duffyc
 
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)River / Thao Phan
 
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknikppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknikAgustinus791932
 
Star Wars Inspired Lightsaber Battle Assignment
Star Wars Inspired Lightsaber Battle AssignmentStar Wars Inspired Lightsaber Battle Assignment
Star Wars Inspired Lightsaber Battle Assignmentsarahr51
 
Green Lantern the Animated Series Practice Boards by Phoebe Holmes.pdf
Green Lantern the Animated Series Practice Boards by Phoebe Holmes.pdfGreen Lantern the Animated Series Practice Boards by Phoebe Holmes.pdf
Green Lantern the Animated Series Practice Boards by Phoebe Holmes.pdfPhoebeHolmes2
 
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)River / Thao Phan
 
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...yulianti213969
 
LESSON-1-MUSIC-Q4 also a reviewer mapeh.pptx
LESSON-1-MUSIC-Q4 also a reviewer mapeh.pptxLESSON-1-MUSIC-Q4 also a reviewer mapeh.pptx
LESSON-1-MUSIC-Q4 also a reviewer mapeh.pptxmatthewmirafuentes
 

Recently uploaded (20)

一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
一比一原版(MQU毕业证书)麦考瑞大学毕业证成绩单原件一模一样
 
SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)
SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)
SB_ Scott Pilgrim_ Rough_ RiverPhan (2024)
 
VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...
VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...
VIP ℂall Girls Surat 8527049040 WhatsApp AnyTime Best Surat ℂall Girl Serviℂe...
 
Engineering Major for College_ Environmental Health Engineering by Slidesgo.pptx
Engineering Major for College_ Environmental Health Engineering by Slidesgo.pptxEngineering Major for College_ Environmental Health Engineering by Slidesgo.pptx
Engineering Major for College_ Environmental Health Engineering by Slidesgo.pptx
 
obat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klaten
obat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klatenobat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klaten
obat aborsi Klaten wa 082135199655 jual obat aborsi cytotec asli di Klaten
 
isodactylism_Diagram.pdf................
isodactylism_Diagram.pdf................isodactylism_Diagram.pdf................
isodactylism_Diagram.pdf................
 
Jaro je tady - Spring is here (Judith) 4
Jaro je tady - Spring is here (Judith) 4Jaro je tady - Spring is here (Judith) 4
Jaro je tady - Spring is here (Judith) 4
 
Hosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door Step
Hosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door StepHosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door Step
Hosewife Bangalore Just VIP Btm Layout 100% Genuine at your Door Step
 
Digital C-Type Printing: Revolutionizing The Future Of Photographic Prints
Digital C-Type Printing: Revolutionizing The Future Of Photographic PrintsDigital C-Type Printing: Revolutionizing The Future Of Photographic Prints
Digital C-Type Printing: Revolutionizing The Future Of Photographic Prints
 
Theoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docxTheoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docx
 
Jaro je tady - Spring is here (Judith) 3
Jaro je tady - Spring is here (Judith) 3Jaro je tady - Spring is here (Judith) 3
Jaro je tady - Spring is here (Judith) 3
 
OBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGI
OBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGIOBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGI
OBAT ABORSI BANYUWANGI 087776558899 💊 OBAT PENGGUGUR KANDUNGAN BANYNYUWANGI
 
codes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptxcodes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptx
 
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
 
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknikppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
 
Star Wars Inspired Lightsaber Battle Assignment
Star Wars Inspired Lightsaber Battle AssignmentStar Wars Inspired Lightsaber Battle Assignment
Star Wars Inspired Lightsaber Battle Assignment
 
Green Lantern the Animated Series Practice Boards by Phoebe Holmes.pdf
Green Lantern the Animated Series Practice Boards by Phoebe Holmes.pdfGreen Lantern the Animated Series Practice Boards by Phoebe Holmes.pdf
Green Lantern the Animated Series Practice Boards by Phoebe Holmes.pdf
 
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
 
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
obat aborsi klaten wa 081336238223 jual obat aborsi cytotec asli di klaten54-...
 
LESSON-1-MUSIC-Q4 also a reviewer mapeh.pptx
LESSON-1-MUSIC-Q4 also a reviewer mapeh.pptxLESSON-1-MUSIC-Q4 also a reviewer mapeh.pptx
LESSON-1-MUSIC-Q4 also a reviewer mapeh.pptx
 

Tokyo Release.pdf

  • 1. Take a look at the Tokyo release platform features Episode 94 Chuck Tomasi Sr. Developer Advocate ServiceNow Jeremy Duncan Platform Architect ServiceNow TechNow The web series for ServiceNow admins, builders and developers on a variety of Now Platform topics
  • 2. © 2022 ServiceNow, Inc. All Rights Reserved. 2 This presentation may contain “forward-looking” statements that are based on our beliefs and assumptions and on information currently available to us only as of the date of this presentation. Forward-looking statements involve known and unknown risks, uncertainties, and other factors that may cause actual results to differ materially from those expected or implied by the forward-looking statements. Further information on these and other factors that could cause or contribute to such differences include, but are not limited to, those discussed in the section titled “Risk Factors,” set forth in our most recent Annual Report on Form 10-K and Quarterly Report on Form 10-Q and in our other Securities and Exchange Commission filings. We cannot guarantee that we will achieve the plans, intentions, or expectations disclosed in our forward‐looking statements, and you should not place undue reliance on our forward‐looking statements. The information on new products, features, or functionality is intended to outline our general product direction and should not be relied upon in making a purchasing decision, is for informational purposes only, and shall not be incorporated into any contract, and is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. We undertake no obligation, and do not intend, to update the forward-looking statements. Safe harbor notice for forward-looking statements
  • 3. © 2022 ServiceNow, Inc. All Rights Reserved. 3 Chuck Tomasi • Senior Developer Advocate • 40 years IT experience – Software developer, PM, IT manager • ServiceNow customer 2008-2010 • ServiceNow since 2010 – PS implementations, enablement, and pre-sales • First Innovation of the Year Award @K10 • Co-host of TechNow since 2013 • Live Coding Happy Hour co-host • ServiceNow Community leader • Hobbies: – Podcasting, golf, skiing, martial arts, cosplay, karaoke © 2022 ServiceNow, Inc. All Rights Reserved. 3
  • 4. © 2022 ServiceNow, Inc. All Rights Reserved. 4 Jeremy Duncan • Platform Architect at ServiceNow • 16 years of experience as enterprise engineer/architect • ServiceNow experience since 2011 (pre-Aspen) • Enterprise, federal and commercial implementations • ServiceNow Certified Master Architect • Degree: BBA in IS at MTSU • Personal – Reserve police officer and camping with wife and kids © 2022 ServiceNow, Inc. All Rights Reserved. 4
  • 5. © 2022 ServiceNow, Inc. All Rights Reserved. 5 Agenda • App Engine • Automation Engine • Next Experience/UI Builder • Development and configuration • Mobile • Workflow and integrations • Authentication • Random cool stuff • Q&A © 2022 ServiceNow, Inc. All Rights Reserved. 5 Note: Ask a question in the Q&A – if we cannot answer it live, we’ll post answers on the community devlink.sn/technow (Ep 94)
  • 7. © 2022 ServiceNow, Inc. All Rights Reserved. 7 © 2022 ServiceNow, Inc. All Rights Reserved. 7 LOVE OUR PRODUCT, TELL YOUR PEERS! Write a ServiceNow App Engine review on G2.com & receive a $25 Amazon gift card Share your insights on ServiceNow App Engine and receive $25 for 5-10 minutes of your time! Your peers come to G2.com to get an inside look at Low-Code Development Platforms, tools and other business solutions. Adding your perspective on ServiceNow App Engine will help others pick the right solution based on real user experiences. Great reviews are detailed, honest, and tell a story. We promise, you already have the tools to write a great review! Why write a review on G2? Help your peers. Earn recognition. Share feedback. Review us on G2 devlink.sn/g2now
  • 10. © 2022 ServiceNow, Inc. All Rights Reserved. 10 Flow integration to Table Builder • Guided experience in the context of the table • Intuitive, user-friendly experience for low-code users • Compete with other low- code platforms $
  • 11. © 2022 ServiceNow, Inc. All Rights Reserved. 11 Formula Builder • Excel-like formulas in place of script • Easier transition for Excel fans • Plugin: com.glide.formula • Functions defined in sys_transform_function
  • 12. © 2022 ServiceNow, Inc. All Rights Reserved. 12 Template sharing • Control use of custom or out-of-the-box templates to create new apps • Share with specific users, groups, or everyone • First of the “template governance” features $
  • 13. © 2022 ServiceNow, Inc. All Rights Reserved. 13 Email notification authoring • Low-code users can create notifications in the same notification table as other platform notifications • Trigger these notifications from flows with the Send Notification action $
  • 14. © 2022 ServiceNow, Inc. All Rights Reserved. 14 App Engine Management Center • Assess and reduce potential risks of applications and deployment sprawl • Track adoption and identify bottlenecks in deployments • Configure pipelines for multiple deployment processes $
  • 16. © 2022 ServiceNow, Inc. All Rights Reserved. 16 Automation Center • Central governance of automation requests and implementations • Show business value by showing CIO ROI against defined goals • Additionally support UI Path robot executions • REST API available /sn_ac/auto/rpa $
  • 17. © 2022 ServiceNow, Inc. All Rights Reserved. 17 Document Intelligence • Human assisted document parsing of structured documents • Tables and lists included • Consume the parsed data in a flow with OOB actions and templates $
  • 18. © 2022 ServiceNow, Inc. All Rights Reserved. 18 MID clustering • Support for MID clustering within Integration Hub • Available when using Credential Alias or Inline
  • 19. © 2022 ServiceNow, Inc. All Rights Reserved. 19 PowerShell step improvements • Write-SNCLog API to write messages to the MID log • PowerShell credential testing $
  • 20. © 2022 ServiceNow, Inc. All Rights Reserved. 20 REST step improvements • Multipart attachments • Override filename and MIME type • Multiple headers w/same key • Dynamic base URL $
  • 21. © 2022 ServiceNow, Inc. All Rights Reserved. 21 Connection override in data sources • No more pre-script in the scheduled import • Available in: – Data source – Scheduled import – Integration Hub Import
  • 22. © 2022 ServiceNow, Inc. All Rights Reserved. 22 Integration Hub Import mapping improvements • No need to rebuild the entire map • Warnings/refresh when source or target changes • Match a reference field by something other than display value • Source/target fields are sorted A-Z $
  • 23. © 2022 ServiceNow, Inc. All Rights Reserved. 23 Debug dashboard Brings more focus to • Usage • Flow executions • MID executions • No module available (yet) /now/fdih-dashboards/home Plugin: com.glide.hub.debug.dashboard $
  • 25. © 2022 ServiceNow, Inc. All Rights Reserved. 25 Condition builder • Available as a standard component • Add to pages in UIB • Predefine queries • Lots of properties
  • 26. © 2022 ServiceNow, Inc. All Rights Reserved. 26 Email client • Single component for mini- composer and general composer • Show/hide email details
  • 27. © 2022 ServiceNow, Inc. All Rights Reserved. 27 User presence • See who is accessing the same record • Parity with UI16 • CTI and email connectivity
  • 28. © 2022 ServiceNow, Inc. All Rights Reserved. 28 Lists • Access the condition builder in reference and picker lists
  • 29. © 2022 ServiceNow, Inc. All Rights Reserved. 29 Tab enhancements • Multiple tab types available to tab component • Conditionally rendered tabs • Vertical tabs
  • 31. © 2022 ServiceNow, Inc. All Rights Reserved. 31 Multi-lingual notification support • Create translated “versions” of email notifications, templates, and layouts • Each recipient is sent a message in their preferred language (if available) • Translation request system built-in
  • 32. © 2022 ServiceNow, Inc. All Rights Reserved. 32 Notification dynamic translations • Recipients may receive emails in their preferred language • Plugin: Glide Notification Translation • Requires Plugin: Dynamic Translations $
  • 33. © 2022 ServiceNow, Inc. All Rights Reserved. 33 S/MIME support for inbound/outbound email • Enables sending and receiving of encrypted emails using S/MIME protocol • Available from the classic email client and outbound notifications • Plugin: S/MIME Email
  • 34. © 2022 ServiceNow, Inc. All Rights Reserved. 34 Guided Setup • Create Guided Setup experiences for any app • Improved experience for app on-boarding
  • 35. © 2022 ServiceNow, Inc. All Rights Reserved. 35 ATF Test Generation and Cloud Runner • Accelerate testing with AI- powered regression test generation • Simplify the execution of automated testing with hosted headless testing • Reduce the time developers spend on testing app quality and stability
  • 36. © 2022 ServiceNow, Inc. All Rights Reserved. 36 Admin Center • Receive personalized application recommendations based on instance maturity • Gain complete application entitlement visibility • Simplify application installation and configuration with a guided experience
  • 38. © 2022 ServiceNow, Inc. All Rights Reserved. 38 Adaptive auth enhancements for mobile • Support mobile access in an IP access-controlled instance • Requires adaptive authentication • User must pre-register devices
  • 39. © 2022 ServiceNow, Inc. All Rights Reserved. 39 Mobile Card Builder updates • Configure icon elements, video elements, and background images on containers • Scalable font sizes for accessibility • New card templates
  • 40. Flow Designer and Process Automation Designer
  • 41. © 2022 ServiceNow, Inc. All Rights Reserved. 41 PAD/Playbook updates • OOB activities for DocuSign, Adobe Sign, Teams, and Slack (more to come) • Improved performance with Proxied Data Broker feature • Improved efficiency with auto-advance steps and stages • Improved activities properties sidepanel
  • 42. © 2022 ServiceNow, Inc. All Rights Reserved. 42 Read-only roles in Flow Designer • Enables a user to launch Flow Designer and Action Designer to view the configuration and execution details of flows, subflows, and actions • “Writable” buttons/actions are removed fd_read fd_read_flows fd_read_actions fd_read_operations
  • 43. © 2022 ServiceNow, Inc. All Rights Reserved. 43 More Flow Designer updates • Flow Diagramming new featurs – Inbound email – Service catalog – SLA Task – Do the following in parallel – Set flow variables • ScriptableFlowRunner API updates – withRoles() – asUser()
  • 44. © 2022 ServiceNow, Inc. All Rights Reserved. 44 Decision Builder • Export/Edit in Excel • Decision rule view
  • 45. © 2022 ServiceNow, Inc. All Rights Reserved. 45 Step picker layout • Less “scanning” for what you need
  • 47. © 2022 ServiceNow, Inc. All Rights Reserved. 47 Information security pages • Generate CSR • Select ciphers on the TLS settings page • Use preferred CA on SYOC pages • Plugin: ServiceNow Infrastructure Security Settings
  • 48. © 2022 ServiceNow, Inc. All Rights Reserved. 48 IDP support for custom URLs • Go to a specific custom URL and be redirected to a specific IDP • Keeps things seamless when you have multiple IDPs and multiple custom URLs • Requires both Multi-SSO and Customer URL plugins
  • 49. © 2022 ServiceNow, Inc. All Rights Reserved. 49 OAuth support for end-user non-admin users • Enable “personal” OAuth tokens for the logged in user • Enhanced GlideOAuthClient scriptable API • Added “personal” parameter to support request OAuth tokens • New personal column in OAuth Requestor Profile
  • 51. © 2022 ServiceNow, Inc. All Rights Reserved. 51 Log protection • Provides trusted (immutable) tables • Combinations of block and log attempts • Note: only applies to OOB tracked tables and their extensions Plugin: Protected Tables
  • 52. © 2022 ServiceNow, Inc. All Rights Reserved. 52 Data filtration • Complements ACLs • Declarative on groups, IP addresses and more • No scripting allowed • Default deny model • Same APIs available, e.g., gr.canRead() • Runs BEFORE ACLs Plugin: Data Filtration
  • 53. © 2022 ServiceNow, Inc. All Rights Reserved. 53 IPv6 Support • Dictionary attribute on ip_addr field type • Display canonical or expanded • Log files • IPAddress scriptable API replaces sncIPAddressV4 and sncIPAddressV6
  • 54. © 2022 ServiceNow, Inc. All Rights Reserved. 54 SCIM support (provider and client) • Common user schema and extension model using HTTP (easier user management) • Scriptable APIs with SCIM2Client
  • 55. © 2022 ServiceNow, Inc. All Rights Reserved. 55 GraphQL streaming directive support • Improve time to interaction (when a user can first interact with a page) • Different flavor of @defer. @stream can take advantage of list fields HTTP headers must include Accept: multipart/mixed
  • 56. © 2022 ServiceNow, Inc. All Rights Reserved. 56 Upgrade plans • Package skips and customizations into global apps and app customizations • Define applications and versions to include in the upgrade plan • Use the upgrade plan to automate and optimize during upgrade
  • 57. And one more thing…
  • 58. © 2022 ServiceNow, Inc. All Rights Reserved. 58 ECMAScript 2021 (ES6+) let tokyoRelease = (currentVersion = "ES5") => { return `We now support ${currentVersion}!!`; } tokyoRelease("ES6+");
  • 59. © 2022 ServiceNow, Inc. All Rights Reserved. 59 Poll question Which new Tokyo feature set shown today is your favorite? • App Engine • Automation Engine • Next Experience/UI Builder • Development and configuration • Mobile • Workflow and integrations • Authentication • Random cool stuff • ECMAScript 2021
  • 60. © 2022 ServiceNow, Inc. All Rights Reserved. 60 What’s next? Upgrade your PDI 1 Check out the docs 2 Explore Tokyo 3
  • 61. Q&A Thank you for joining us Unanswered questions will be responded to at https://devlink.sn/tn94blog Chuck Tomasi Sr. Developer Advocate ServiceNow Jeremy Duncan Platform Architect ServiceNow
  • 62. © 2022 ServiceNow, Inc. All Rights Reserved. 62 On-demand webinars Check out our on-demand webinars at www.servicenow.com/events/on-demand-webinars.html © 2022 ServiceNow, Inc. All Rights Reserved. 62