1ServiceNow::ITIL::ProblUesme(r3)Contributed Perl DocumenSteartviiocneNow::ITIL::Problem(3)
2
3
4

Problem module

6       Service-now Perl API - Problem perl module
7

Desciption

9       An object representation of a Problem in the Service-now platform.
10       Provides subroutines for querying, updating, and creating problems.
11
12   System Requirements
13       The Service-now Perl API requires Perl 5.8 with the following modules
14       installed
15
16         * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
17         * Crypt::SSLeay
18         * IO::Socket::SSL
19

Constructor

21   new
22       new(Configuration);
23
24       Example:
25
26         $problem = ServiceNow::ITIL::Problem->new($CONFIG);
27
28       Takes a configuration object and manufactures a Problem object
29       connected to the Service-now instance
30
31
32
33perl v5.32.0                      2020-07-28      ServiceNow::ITIL::Problem(3)
Impressum