{"id":21839,"date":"2023-02-27T05:00:00","date_gmt":"2023-02-27T04:00:00","guid":{"rendered":"https:\/\/sii.pl\/blog\/nowosci-i-zmiany-na-platformie-servicenow-w-wersji-tokyo\/?category=hard-development"},"modified":"2023-05-23T15:12:38","modified_gmt":"2023-05-23T13:12:38","slug":"core-platform-news-and-changes-in-tokyo-release","status":"publish","type":"post","link":"https:\/\/sii.pl\/blog\/en\/core-platform-news-and-changes-in-tokyo-release\/","title":{"rendered":"Core platform news and changes in Tokyo release"},"content":{"rendered":"\n<p>ServiceNow has released a new version of NowPlatform called Tokyo, which promises to help companies face new business challenges arising from challenging economic times. Tokyo was built for companies that understand the benefits of digital transformation. The platform will help increase work automation and security and provide a better experience for employees and customers.<\/p>\n\n\n\n<p>The following article will summarize the changes that the Tokyo version introduced and why they are worth taking a look at.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>New JavaScript engine<\/strong><\/h2>\n\n\n\n<p>The most exciting change in the latest Tokyo version is <strong>the adjustment of the JavaScript engine from ECMAScript5&nbsp;to ECMAScript 2021 (ES12) JavaScript.<\/strong> Until now, ECMAScript 2021 (ES12)&nbsp;could be used in scoped applications and scripts, while the new standard enables the following features on the platform:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>default function parameters,<\/li>\n\n\n\n<li>Const declaration,<\/li>\n\n\n\n<li>Let declaration,<\/li>\n\n\n\n<li>Arrow functions,<\/li>\n\n\n\n<li>Class declarations,<\/li>\n\n\n\n<li>For-of loops,<\/li>\n\n\n\n<li>Rest parameters,<\/li>\n\n\n\n<li>template literals,<\/li>\n\n\n\n<li>destructuring,<\/li>\n\n\n\n<li>map set,<\/li>\n\n\n\n<li>and optional chaining operator.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3.png\"><img decoding=\"async\" width=\"1024\" height=\"412\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3-1024x412.png\" alt=\"Adjustment from ECMAScript5 to ECMAScript 2021\" class=\"wp-image-19978\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3-1024x412.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3-300x121.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3-768x309.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3-1536x619.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/1-3.png 1862w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 1 Adjustment from ECMAScript5 to ECMAScript 2021<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>New IP address type<\/strong><\/h2>\n\n\n\n<p>The second new feature in the Tokyo version is <strong>supporting the migration of IP addresses, which are stored as strings, to the new <\/strong><strong>IP Address (Validated IPV4, IPV6)<\/strong><strong> type<\/strong>. The new IP type will store valid IPv4 and IPv6 addresses.<\/p>\n\n\n\n<p>The data is formatted according to the dictionary attribute ip_data_control and can be set to one of the four values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Canonical \u2013 IP addresses are checked and canonicalized before entering the database. Any non-valid IP addresses are rejected.<\/li>\n\n\n\n<li>Canonicalize when_possible \u2013 proper IP addresses are canonicalized before entering the database, but also invalid IP addresses are able to enter without being changed.<\/li>\n\n\n\n<li>Expanded \u2013 IP addresses are validated and stored, and expanded and not valid IP addresses are rejected.<\/li>\n\n\n\n<li>None \u2013 There is no validation here, it should be used only in an emergency as it reverts to a string field.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1.png\"><img decoding=\"async\" width=\"1024\" height=\"439\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1-1024x439.png\" alt=\"Supporting the migration of IP addresses\" class=\"wp-image-19980\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1-1024x439.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1-300x129.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1-768x329.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1-1536x658.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/2-1.png 1863w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 2 Supporting the migration of IP addresses<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>System localization fallback language<\/strong><\/h2>\n\n\n\n<p>Another new feature is a fallback language, which <strong>will help in situations where the UI is not translated into the language needed by the user<\/strong>. You need the administrator role to set the language. There is no need to add custom translations in user interface strings. Users will get the most suitable translations and if any of the translations is unavailable, then the instance session will use English.<\/p>\n\n\n\n<p>Admins can set fallback languages on the Languages (<em>sys_language<\/em>) table, but English cannot be chosen there as it is the default language. If fallback language is not preferred, it is possible to set <em>glide_i18n.language_fallback_enabled<\/em> as false and then the language is always set to English.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/3-2.png\"><img decoding=\"async\" width=\"1024\" height=\"218\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/3-2-1024x218.png\" alt=\"Setting fallback language\" class=\"wp-image-19982\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/3-2-1024x218.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/3-2-300x64.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/3-2-768x163.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/3-2.png 1384w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 3 Setting fallback language<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sys log tampering prevention<\/strong><\/h2>\n\n\n\n<p>The new Tokyo release also gives <strong>the possibility to<\/strong> <strong>configure system rules to prevent sys log tampering<\/strong>. From the current version, all manipulation over sys logs tables will be visible. To start the protection, you need to activate <em>com.glide.protected_tables<\/em> plugin. For now, protection rules are available for the following tables and their children: <em>syslog, syslog_transaction, sys_outbound_http_log, sysevent, sys_audit, sys_push_notification, protected_table_configuration<\/em>.<\/p>\n\n\n\n<p>After plugin activation, any attempt of deleting or changing logs from those tables will be visible as log records on protected_table_log table. It is possible to choose if we want to block modifications and log attempts, not block modifications but still log the attempts, or block modifications without logged attempts.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2.png\"><img decoding=\"async\" width=\"1024\" height=\"151\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2-1024x151.png\" alt=\"Protected Tables\" class=\"wp-image-19984\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2-1024x151.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2-300x44.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2-768x113.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2-1536x226.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/4-2.png 1636w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 4 Protected Tables<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1.png\"><img decoding=\"async\" width=\"1024\" height=\"485\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1-1024x485.png\" alt=\"Admin Panel for Log Protection\" class=\"wp-image-19986\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1-1024x485.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1-300x142.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1-768x364.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1-1536x728.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/5-1.png 1866w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 5 Admin Panel for Log Protection<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Safe records deleting and updating<\/strong><\/h2>\n\n\n\n<p>Since the Tokyo release, it is possible to <strong>safely delete or update records<\/strong>. We need a scheduled job to delete records. After creation, but before execution of the job, you can preview all affected records. Even after the job has ended, we can still use rollback and restore deleted records.<\/p>\n\n\n\n<p>Deleting a bigger number of records is also possible thanks to the table cleaner. <strong>Table cleaner is a type of scheduled job that helps remove all old records and maintain a number of records<\/strong> <strong>in the table.<\/strong> It runs once per hour and deletes all old, expired, and unneeded records. Table cleaner cannot be used for tables that are configured to use table extension or rotation. Table cleaner deletes records by 20 minutes session, the number of deleted records can be different if queries are slow.<\/p>\n\n\n\n<p>Bulk updates without scripting are also possible. To perform it, we need to create an updated job. To prevent the table from being locked during the job execution we should add some conditions to limit updated records. Also, here it is possible to check records before updating and restore them by rollback if needed. The rollback can be performed by the Admin.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1.png\"><img decoding=\"async\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1-1024x484.png\" alt=\"Delete Job function\" class=\"wp-image-19988\" width=\"840\" height=\"397\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1-1024x484.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1-300x142.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1-768x363.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1-1536x725.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/6-1.png 1870w\" sizes=\"(max-width: 840px) 100vw, 840px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 6 Delete Job function<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>New scoped cache API<\/strong><\/h2>\n\n\n\n<p>In the Tokyo release, we also get <strong>ScopedCacheManager API for faster access to data stored in memory<\/strong>. To retrieve, set or flush cache the <em>com.glide.scopedcache<\/em> plugin need to be activated by the Admin user. To be able to use it, one or more cache or cache pairs need to be chosen. For now, we can use table pair cache, table row pair cache, table column pair cache, or table column and row pair cache.<\/p>\n\n\n\n<p>ScopedCacheManager API gives us a few advantages, like the possibility to use cache data outside the transaction cycle and caching output of valuable operations for quick use in the future.\u00a0 We can also cache strings to have access to it or applications that can be flushed depending on changes in the underlying tables.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2.png\"><img decoding=\"async\" width=\"1024\" height=\"154\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2-1024x154.png\" alt=\"ScopedCacheManager\" class=\"wp-image-19990\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2-1024x154.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2-300x45.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2-768x116.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2-1536x232.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/7-2.png 1877w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Ryc. 7 ScopedCacheManager<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2.png\"><img decoding=\"async\" width=\"1024\" height=\"252\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2-1024x252.png\" alt=\"Scoped Cache Table Pair\" class=\"wp-image-19992\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2-1024x252.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2-300x74.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2-768x189.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2-1536x379.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/8-2.png 1874w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Ryc. 8 Scoped Cache Table Pair<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Support for system localization<\/strong><\/h2>\n\n\n\n<p>The Tokyo release also <strong>made changes in core platform ServiceNow, the first of which is the system localization<\/strong>. Localization helps accommodate users from around the world on the same instance. Information like time, date or currencies can be specified and based on a location. ServiceNow supports many languages but it is also possible to provide your own translations, especially for custom-made modifications or applications.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9.png\"><img decoding=\"async\" width=\"1024\" height=\"464\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9-1024x464.png\" alt=\"Scoped Cache Table Pair\" class=\"wp-image-19994\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9-1024x464.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9-300x136.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9-768x348.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9-1536x696.png 1536w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/9.png 1862w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 9 Scoped Cache Table Pair<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Sidebar<\/h2>\n\n\n\n<p>Since the Tokyo version, we can <strong>use a side bar in Conversational Interfaces<\/strong>. With the sidebar workspace, agents can open real-time discussions on interaction or task table-based records. For now, it is possible to create one discussion per record.<\/p>\n\n\n\n<p>Sidebar can be used in:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>CSM Configurable Workspace,<\/li>\n\n\n\n<li>CSM Manager Workspace,<\/li>\n\n\n\n<li>HR Agent Workspace,<\/li>\n\n\n\n<li>ITSM Manager Workspace,<\/li>\n\n\n\n<li>and Vendor Management Workspace.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><a href=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/10.png\"><img decoding=\"async\" width=\"1024\" height=\"506\" src=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/10-1024x506.png\" alt=\"Introducing Sidebar\" class=\"wp-image-19996\" srcset=\"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/10-1024x506.png 1024w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/10-300x148.png 300w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/10-768x380.png 768w, https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/10.png 1386w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/a><figcaption class=\"wp-element-caption\">Fig. 10 Introducing Sidebar<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Summary<\/strong><\/h2>\n\n\n\n<p>I hope that the numerous changes and improvements introduced on the ServiceNow platform in the Tokyo version will affect the ease and efficiency of using the tool in everyday work. I encourage you to try them.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sources<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-servicenow-platform\/page\/administer\/conversational-interfaces\/concept\/sidebar-overview.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 Sidebar overview<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-application-development\/page\/script\/JavaScript-engine-upgrade\/concept\/c_JS_modes.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 JavaScript modes<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-platform-administration\/page\/administer\/core-configuration\/concept\/p_Localization.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 Localization<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-platform-administration\/page\/administer\/managing-data\/concept\/updating-records-safely.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 Updating records safely<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-platform-administration\/page\/administer\/managing-data\/concept\/deleting-records-safely.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 Deleting records safely<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-platform-security\/page\/administer\/system-logs\/concept\/avoid-log-tampering.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 Avoid log tampering<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-platform-administration\/page\/administer\/localization\/task\/set-fallback-language.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 Set a fallback language<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/docs.servicenow.com\/bundle\/tokyo-platform-administration\/page\/administer\/reference-pages\/reference\/r-IPAddressFieldType.html\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\" rel=\"nofollow\" >Tokyo Platform Administration \u2013 IP address field type<\/a><\/li>\n<\/ul>\n\n\n\n<p>***<\/p>\n\n\n\n<p>If you are interested in ServiceNow, we recommend our expert&#8217;s article:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/sii.pl\/blog\/en\/servicenow-integration-with-active-directory-using-ldap\/?category=soft-development&amp;tag=servicenow-2,active-directory-en,integration-en\" target=\"_blank\" aria-label=\" (opens in a new tab)\" rel=\"noreferrer noopener\" class=\"ek-link\">ServiceNow Integration with Active Directory using LDAP<\/a><\/li>\n<\/ul>\n\n\n<div class=\"kk-star-ratings kksr-auto kksr-align-left kksr-valign-bottom\"\n    data-payload='{&quot;align&quot;:&quot;left&quot;,&quot;id&quot;:&quot;21839&quot;,&quot;slug&quot;:&quot;default&quot;,&quot;valign&quot;:&quot;bottom&quot;,&quot;ignore&quot;:&quot;&quot;,&quot;reference&quot;:&quot;auto&quot;,&quot;class&quot;:&quot;&quot;,&quot;count&quot;:&quot;3&quot;,&quot;legendonly&quot;:&quot;&quot;,&quot;readonly&quot;:&quot;&quot;,&quot;score&quot;:&quot;5&quot;,&quot;starsonly&quot;:&quot;&quot;,&quot;best&quot;:&quot;5&quot;,&quot;gap&quot;:&quot;11&quot;,&quot;greet&quot;:&quot;&quot;,&quot;legend&quot;:&quot;5\\\/5 ( votes: 3)&quot;,&quot;size&quot;:&quot;18&quot;,&quot;title&quot;:&quot;Core platform news and changes in Tokyo release&quot;,&quot;width&quot;:&quot;139.5&quot;,&quot;_legend&quot;:&quot;{score}\\\/{best} ( {votes}: {count})&quot;,&quot;font_factor&quot;:&quot;1.25&quot;}'>\n            \n<div class=\"kksr-stars\">\n    \n<div class=\"kksr-stars-inactive\">\n            <div class=\"kksr-star\" data-star=\"1\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"2\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"3\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"4\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" data-star=\"5\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n    <\/div>\n    \n<div class=\"kksr-stars-active\" style=\"width: 139.5px;\">\n            <div class=\"kksr-star\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n            <div class=\"kksr-star\" style=\"padding-right: 11px\">\n            \n\n<div class=\"kksr-icon\" style=\"width: 18px; height: 18px;\"><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n                \n\n<div class=\"kksr-legend\" style=\"font-size: 14.4px;\">\n            5\/5 ( votes: 3)    <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>ServiceNow has released a new version of NowPlatform called Tokyo, which promises to help companies face new business challenges arising &hellip; <a class=\"continued-btn\" href=\"https:\/\/sii.pl\/blog\/en\/core-platform-news-and-changes-in-tokyo-release\/\">Continued<\/a><\/p>\n","protected":false},"author":479,"featured_media":20002,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_editorskit_title_hidden":false,"_editorskit_reading_time":5,"_editorskit_is_block_options_detached":false,"_editorskit_block_options_position":"{}","inline_featured_image":false,"footnotes":""},"categories":[1319],"tags":[1643,1644,1338],"class_list":["post-21839","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-soft-development","tag-tokyo-en","tag-servicenow-en","tag-javascript-en"],"acf":[],"aioseo_notices":[],"republish_history":[],"featured_media_url":"https:\/\/sii.pl\/blog\/wp-content\/uploads\/2023\/02\/Nowosci-i-zmiany-na-platformie-ServiceNow-w-wersji-Tokyo.jpg","category_names":["Soft development"],"_links":{"self":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts\/21839"}],"collection":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/users\/479"}],"replies":[{"embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/comments?post=21839"}],"version-history":[{"count":1,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts\/21839\/revisions"}],"predecessor-version":[{"id":21841,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/posts\/21839\/revisions\/21841"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/media\/20002"}],"wp:attachment":[{"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/media?parent=21839"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/categories?post=21839"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sii.pl\/blog\/en\/wp-json\/wp\/v2\/tags?post=21839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}