SlideShare ist ein Scribd-Unternehmen logo
1 von 161
Downloaden Sie, um offline zu lesen
2023-10-13
ServiceNow Club
#274
Two Fields
One variable
2023-10-13
ServiceNow Club
#274
Releases
Quebec
Rome
Madrid
New
York
Orlando
Paris
San
Diego
London
Jan
2018
March
2019
Sep
2019
Mar
ch
202
0
Sep
2020
March
2021
Sep
2021
March
2022
Tokyo
August
2022
Utah
February
2023
Vancouver
Q3
2023
Washington
Q1
2024
Xanadu
Q3
2024
Yokohama
Q1
2025
Zurich
Q3
2025
Learning
• NowLearning
• Developer
• Community
• Udemy
• YouTube
• Linkedin
• Twitter
• HighSpot
Catálogo
• Produtos
• Instância PDI
• Update set
• Visão geral
• Jornada do usuário
• Configuração
• Variáveis.
• Flow
• Relatório
• Dashboard
• GoLive
What is Variable / O que é variável
• Variáveis do catálogo de serviço são perguntas/informações sobre escolhas dos usuários/clientes para
especificar e definir a solicitação, apoiam a definir a estrutura, são utilizadas para receber detalhes da
solicitação que serão utilizadas pelo ServiceNow para determinar um grupo de atendimento e também apoiar
o analista responsável pelo atendimento a solucionar o item minimizando a iteração com o usuário
solicitante.
{x} = 1
What
• Text / Texto
• Choice / Escolha
• Date / Data
• Table / Tabela
• + outros
Links Úteis:
Todos os Tipos de variáveis de Catálogo -> https://docs.servicenow.com/en-US/bundle/utah-servicenow-
platform/page/product/service-catalog-management/reference/r_VariableTypes.html
Detalhamento de cada parametro existente em váriaveis -> https://docs.servicenow.com/bundle/utah-servicenow-
platform/page/product/service-catalog-management/task/t_CreateAVariableForACatalogItem.html
What is Variable set?
• Variable set (conjunto de variáveis) é uma coleção de variáveis que é reutilizável e podemos definir variáveis
de usuário em vários itens de catálogo e guia de pedidos.
{x}
{y}
{f}
What is the difference between variables and Variable Set?
Uma variável está relacionada a um item de catálogo
• ou seja está diretamente relacionada ao ITEM e não se repete em outros itens de catálogo
• Especifica para o item, para o atendimento dele, geralmente uma informação para atendimento que raramente
compões métricas ou precisa ser consultada em pesquisas
• Sem Reusabilidade
• Reportabilidade baixa
Um Variable set / conjunto de variáveis está relacionada a um ou mais itens de catálogo,
• Ou seja, o valor se repete e tem o mesmo objetivo em vários itens de catálogo
• O Variable Set geralmente é criado para um processo global, ou para um grupo de processos que exigem sempre
os mesmos dados. Exemplos:
• global: Conjunto de variáveis comuns para TODAS as requisições
• Processo : Conjunto de variavel de telefonia, onde existem campos que solicitam tipo de telefonia e já
possuem o campo NUMERO DE TELEFONE com todas as máscaras necessárias para o processo
• Reusabilidade alta -> pode ser colocado em todos os itens de catálogo refletindo as variáveis, ao alterar o variable
SET todos os itens de catálogo que o possuem são atualizado automaticamente.
• Reportabilidade alta -> Poderão ser feitos relatórios com base nos campos existentes no item de catálogo do
variable SET e o Report apresentará TODOS os itens de catálogo que possuem essas variáveis. -> exemplo:
tenho mais de 1 item de telefonia, mas todos tem a variable set com o campo telefone, então posso Pesquisar ou
fazer relatórios de ITENS solicitados por telefonia, ou por ddd.
variable sets
Casos de uso
• Campos auto populados sobre informações do usuário logado
• Campos como e-mail, telefone
• Centro de custo
• Servidores
• Locais
• Empresas
Text
Text
Text
Text
Text
Text
Text
Text
Text
Text
Option
Option
Option
Option
Choice
Choice
Choice
Choice
Choice
Choice
Choice
Date/time
Date/time
Display label
Display label
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
Multi-Row Variable Set
.
2 Informations 01 variable
2 Informations 01 variable
2 Informations 01 variable
2 Informations 01 variable
2 Informations 01 variable
2 Informations 01 variable
2 Informations 01 variable
Commands
• ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;zip;city,ref_ac_columns_search=true
• ref_auto_completer: Administrators can configure additional auto-complete options. A user must have table-
level read permission on the referenced table for auto-complete to display any options.
• AJAXTableCompleter: Displays matching auto-complete choices as rows in a table. The table displays the
reference table's display value column and any columns listed in the ref_ac_columns attribute.
https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/field-
administration/concept/c_AutoCompleteForReferenceFields.html
Commands
• ref_auto_completer=AJAXTableCompleter,ref_ac_columns=name;zip;city,ref_ac_columns_search=true
• ref_ac_columns: You can add the ref_ac_columns_search attribute to enable auto-complete to match text in
any column listed in the ref_ac_columns attribute.
• ref_ac_columns_search: Set the ref_ac_columns_search attribute to true to match text from all reference
field columns. By default (or when this attribute is false) auto-complete only matches text in the display value
column.
https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/field-
administration/concept/c_AutoCompleteForReferenceFields.html .
UI Policy
A User Interface {UI) Policy is a rule that is applied to a form to dynamically change form information.
Specify when and how fields appear when viewing Catalog Tasks, Catalog Items, and Requested
Item Tasks
UI Policy – use cases
• Hide
• Mandatory
• Section
UI Policy – How to create
UI Policy – How to create
1
UI Policy – How to create
2
UI Policy – How to create
3
UI Policy – How to create
4
UI Policy – How to create
5
The format is variable_set_name » variable_name.
UI Policy – How to create
UI Policy – How to create
6
UI Policy – How to create
7
UI Policy – How to create
8
UI Policy – How to create
UI Policy – How to create
UI Policy – How to create
UI Policy – How to create
UI Policy – How to create
UI Policy – How to create
UI Policy – How to create
UI Policy – How to create
9
UI Policy – How to create
10
UI Policy – How to create
11
UI Policy – How to create
12
UI Policy – How to create
13
UI Policy – How to create
14
UI Policy – How to create
User Criteria
User criteria enables you to allow access to users
based on role, department, group, location, or
company. Administrators can control access to pages,
widgets, widget instances, announcements, and search
sources in a portal by creating and applying user
criteria.
User criteria records define conditions that are
evaluated against user records. When user criteria is
defined, portal records are only visible to users who
pass the defined conditions.
User Criteria
User Criteria
1
User Criteria
2
User Criteria
User Criteria
3
User Criteria
3
User Criteria
4
User Criteria
4
User Criteria
4
cmdb_read
Users with 'cmdb_read' Role
User Criteria
5
User Criteria
5
User Criteria
6
User Criteria
6
User Criteria
7
User Criteria
7
User Criteria
8
User Criteria
9
User Criteria
9
User Criteria
10
User Criteria
User Criteria Diagnostics
User Criteria Diagnostics
User Criteria Diagnostics
User Criteria Diagnostics
User Criteria Diagnostics
User Criteria
• User
• Group
• Role
• Company
• Location
• Department
• script
Catalog Client Script
Client-side scripts can add dynamic effects and validation to forms. Scripts can apply to service catalog items or
variable sets, allowing administrators to use the same functionality that is available on other forms.
You can use client side scripts to:
• Get or set variable values.
• Hide or display variables.
• Make variables mandatory or not.
• Validate form submission.
• Add something to the cart.
• Order something immediately.
Catalog Client Script
Navigate to All > Service Catalog > Catalog Administration > Catalog Client Scripts
Catalog Client Script
1
Catalog Client Script
2
Catalog Client Script
2
Catalog Client Script
3
Catalog Client Script
4
Catalog Client Script
4
Catalog Client Script
4
Catalog Client Script
4
Catalog Client Script
5
Catalog Client Script
6
Catalog Client Script
7
Catalog Client Script
8
Catalog Client Script
• g_form.getValue('variable_name');
function onChange(control, oldValue, newValue, isLoading)
{
alert(g_form.getValue('short_description'));
}
Catalog Client Script
• g_form.setVisible(fieldName, false);
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
g_form.setVisible(‘state’, true)
}
Catalog Client Script
• g_form.setMandatory(fieldName, false);
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
//If the page isn't loading
if (!isLoading)
{
//If the new value isn't blank
if(newValue != ‘’)
g_form.setVisible('priority', false);
else
g_form.setVisible('priority', true);
}
}
Catalog Client Script
• g_form. setValue(fieldName, value);
g_form.setValue("requester_name',g_user.getFullName());}
Script Include
As Scripts Includes são usados para armazenar o JavaScript executado no servidor.
Criar Scripts Includes para armazenar funções e classes JavaScript para uso por scripts de servidor. Cada
script include define uma classe de objeto ou uma função.
Script Include
Script Include
Script Include
1
Script Include
2
Script Include
3
Script Include
4
Script Include
5
Script Include
6
Script Include
7
Script Include
8
Script Include
8
Script Include
Script Include
Script Include
Script Include
new MyScript2();
Script Include
Script Include
Script Include
Search
Cart Holding
Specific item(s)s
Specific items
and services
Work required
To fulfill items
Request
(REQ)
Request
Item (RITM)
Request
Item (RITM)
task
task
task
Search
task
ritm
req
Sym table
REQ sc_request
RITM sc_req_item
SCTASK sc_task
INC incident
Global Search
Search
Search
Search
Search
Search
Search
Search
Search
Search
Wildcard Description
*search-term
%search-term%
Search for values that contain search-term.
%search-term Search for values that end with search-term.
search-term% Search for values that start with search-term.
=search-term Search for values that equal search-term.
!*search-term Search for values that don't contain search-term.
!%search-term Search for values that don't end with search-term.
!=search-term Search for values that don't equal search-term.
Search
Search
Search
THANK YOU

Weitere ähnliche Inhalte

Ähnlich wie 20231013_274_ClubServicenow_Catalog.pdf

ASP.NET MVC_Routing_Authentication_Aurhorization.pdf
ASP.NET MVC_Routing_Authentication_Aurhorization.pdfASP.NET MVC_Routing_Authentication_Aurhorization.pdf
ASP.NET MVC_Routing_Authentication_Aurhorization.pdf
setit72024
 
Obiee interview questions and answers faq
Obiee interview questions and answers faqObiee interview questions and answers faq
Obiee interview questions and answers faq
maheshboggula
 
Enhancement technique how to use validations
Enhancement technique how to use validationsEnhancement technique how to use validations
Enhancement technique how to use validations
Ugeshkumarnetha Dasari
 

Ähnlich wie 20231013_274_ClubServicenow_Catalog.pdf (20)

Asp.net,mvc
Asp.net,mvcAsp.net,mvc
Asp.net,mvc
 
ASP.NET MVC_Routing_Authentication_Aurhorization.pdf
ASP.NET MVC_Routing_Authentication_Aurhorization.pdfASP.NET MVC_Routing_Authentication_Aurhorization.pdf
ASP.NET MVC_Routing_Authentication_Aurhorization.pdf
 
Meet Magento Belarus - Davide Consonni
Meet Magento Belarus - Davide ConsonniMeet Magento Belarus - Davide Consonni
Meet Magento Belarus - Davide Consonni
 
Model View Controller
Model View ControllerModel View Controller
Model View Controller
 
Part1 of SQL Tuning Workshop - Understanding the Optimizer
Part1 of SQL Tuning Workshop - Understanding the OptimizerPart1 of SQL Tuning Workshop - Understanding the Optimizer
Part1 of SQL Tuning Workshop - Understanding the Optimizer
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Introduction to Custom Form Control
Introduction to Custom Form ControlIntroduction to Custom Form Control
Introduction to Custom Form Control
 
Obiee interview questions and answers faq
Obiee interview questions and answers faqObiee interview questions and answers faq
Obiee interview questions and answers faq
 
AWS re:Invent 2016: Enabling DevOps for an Enterprise with AWS Service Catalo...
AWS re:Invent 2016: Enabling DevOps for an Enterprise with AWS Service Catalo...AWS re:Invent 2016: Enabling DevOps for an Enterprise with AWS Service Catalo...
AWS re:Invent 2016: Enabling DevOps for an Enterprise with AWS Service Catalo...
 
Modeling and Testing Dovetail in MagicDraw
Modeling and Testing Dovetail in MagicDrawModeling and Testing Dovetail in MagicDraw
Modeling and Testing Dovetail in MagicDraw
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizer
 
Sachin Gawas
Sachin GawasSachin Gawas
Sachin Gawas
 
20160913_AlteryxPHX.PPTX
20160913_AlteryxPHX.PPTX20160913_AlteryxPHX.PPTX
20160913_AlteryxPHX.PPTX
 
Oracle APEX
Oracle APEXOracle APEX
Oracle APEX
 
Session 14 validation_steps_sap
Session 14 validation_steps_sapSession 14 validation_steps_sap
Session 14 validation_steps_sap
 
Enhancement technique how to use validations
Enhancement technique how to use validationsEnhancement technique how to use validations
Enhancement technique how to use validations
 
Sida LEAP Training Lectures #7 and #8: Linking LEAP and WEAP and other advanc...
Sida LEAP Training Lectures #7 and #8: Linking LEAP and WEAP and other advanc...Sida LEAP Training Lectures #7 and #8: Linking LEAP and WEAP and other advanc...
Sida LEAP Training Lectures #7 and #8: Linking LEAP and WEAP and other advanc...
 
Introduction to the All New WSO2 Governance Centre
Introduction to the All New WSO2 Governance CentreIntroduction to the All New WSO2 Governance Centre
Introduction to the All New WSO2 Governance Centre
 
Managing state in asp.net
Managing state in asp.netManaging state in asp.net
Managing state in asp.net
 
12 Introduction to Rails
12 Introduction to Rails12 Introduction to Rails
12 Introduction to Rails
 

Mehr von Tiago Macul

20240216_288_ClubServicenow_NowCreate.pdf
20240216_288_ClubServicenow_NowCreate.pdf20240216_288_ClubServicenow_NowCreate.pdf
20240216_288_ClubServicenow_NowCreate.pdf
Tiago Macul
 

Mehr von Tiago Macul (20)

295 ClubServicenow_platform-team-estimator.pdf
295 ClubServicenow_platform-team-estimator.pdf295 ClubServicenow_platform-team-estimator.pdf
295 ClubServicenow_platform-team-estimator.pdf
 
ServiceNow ITOM Event, Discovery Tiago Macul
ServiceNow ITOM Event, Discovery Tiago MaculServiceNow ITOM Event, Discovery Tiago Macul
ServiceNow ITOM Event, Discovery Tiago Macul
 
20240216_288_ClubServicenow_NowCreate.pdf
20240216_288_ClubServicenow_NowCreate.pdf20240216_288_ClubServicenow_NowCreate.pdf
20240216_288_ClubServicenow_NowCreate.pdf
 
20240202_287_ClubServicenow_Washington.pdf
20240202_287_ClubServicenow_Washington.pdf20240202_287_ClubServicenow_Washington.pdf
20240202_287_ClubServicenow_Washington.pdf
 
202401_Posts.pdf
202401_Posts.pdf202401_Posts.pdf
202401_Posts.pdf
 
Guia Passo a Passo_ Como Criar uma Conta de Serviç... - ServiceNow Community.pdf
Guia Passo a Passo_ Como Criar uma Conta de Serviç... - ServiceNow Community.pdfGuia Passo a Passo_ Como Criar uma Conta de Serviç... - ServiceNow Community.pdf
Guia Passo a Passo_ Como Criar uma Conta de Serviç... - ServiceNow Community.pdf
 
20240119_285_ClubServicenow.pdf
20240119_285_ClubServicenow.pdf20240119_285_ClubServicenow.pdf
20240119_285_ClubServicenow.pdf
 
20240112_284_ClubServicenow.pdf
20240112_284_ClubServicenow.pdf20240112_284_ClubServicenow.pdf
20240112_284_ClubServicenow.pdf
 
20231215 282 ClubServicenow
20231215 282 ClubServicenow20231215 282 ClubServicenow
20231215 282 ClubServicenow
 
20231215_282_ClubServicenow.pdf
20231215_282_ClubServicenow.pdf20231215_282_ClubServicenow.pdf
20231215_282_ClubServicenow.pdf
 
20231123_278_ClubServicenow_ITSM.pdf
20231123_278_ClubServicenow_ITSM.pdf20231123_278_ClubServicenow_ITSM.pdf
20231123_278_ClubServicenow_ITSM.pdf
 
20231110_277_ClubServicenow_Search.pdf
20231110_277_ClubServicenow_Search.pdf20231110_277_ClubServicenow_Search.pdf
20231110_277_ClubServicenow_Search.pdf
 
267_20230812_ClubServicenow_License_Subscription.pdf
267_20230812_ClubServicenow_License_Subscription.pdf267_20230812_ClubServicenow_License_Subscription.pdf
267_20230812_ClubServicenow_License_Subscription.pdf
 
20230804_266_ClubServicenow_Catalog.pdf
20230804_266_ClubServicenow_Catalog.pdf20230804_266_ClubServicenow_Catalog.pdf
20230804_266_ClubServicenow_Catalog.pdf
 
20230707_262_ClubServicenow_Catalog.pdf
20230707_262_ClubServicenow_Catalog.pdf20230707_262_ClubServicenow_Catalog.pdf
20230707_262_ClubServicenow_Catalog.pdf
 
20230623_260_ClubServicenow_GuidedTour.pdf
20230623_260_ClubServicenow_GuidedTour.pdf20230623_260_ClubServicenow_GuidedTour.pdf
20230623_260_ClubServicenow_GuidedTour.pdf
 
259 Club ServiceNow LowCode
259 Club ServiceNow LowCode259 Club ServiceNow LowCode
259 Club ServiceNow LowCode
 
20230414_251_ClubServicenow_Updateset.pdf
20230414_251_ClubServicenow_Updateset.pdf20230414_251_ClubServicenow_Updateset.pdf
20230414_251_ClubServicenow_Updateset.pdf
 
20230331_250_FlowDesigner.pdf
20230331_250_FlowDesigner.pdf20230331_250_FlowDesigner.pdf
20230331_250_FlowDesigner.pdf
 
Service now dashboards
Service now dashboardsService now dashboards
Service now dashboards
 

Kürzlich hochgeladen

Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
FIDO Alliance
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
panagenda
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
UXDXConf
 

Kürzlich hochgeladen (20)

Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on ThanabotsContinuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
Continuing Bonds Through AI: A Hermeneutic Reflection on Thanabots
 
How we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdfHow we scaled to 80K users by doing nothing!.pdf
How we scaled to 80K users by doing nothing!.pdf
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
AI mind or machine power point presentation
AI mind or machine power point presentationAI mind or machine power point presentation
AI mind or machine power point presentation
 
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
1111 ChatGPT Prompts PDF Free Download - Prompts for ChatGPT
 
Oauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoftOauth 2.0 Introduction and Flows with MuleSoft
Oauth 2.0 Introduction and Flows with MuleSoft
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdfHow Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
How Red Hat Uses FDO in Device Lifecycle _ Costin and Vitaliy at Red Hat.pdf
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdfThe Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
The Value of Certifying Products for FDO _ Paul at FIDO Alliance.pdf
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
FDO for Camera, Sensor and Networking Device – Commercial Solutions from VinC...
 
Structuring Teams and Portfolios for Success
Structuring Teams and Portfolios for SuccessStructuring Teams and Portfolios for Success
Structuring Teams and Portfolios for Success
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 

20231013_274_ClubServicenow_Catalog.pdf