1ServiceNow::ITIL::SC_TaUsske(r3)Contributed Perl DocumenSteartviiocneNow::ITIL::SC_Task(3)
2
3
4
6 Service-now Perl API - SC_Task perl module
7
9 An object representation of an Service Request Task in the Service-now
10 platform. Provides subroutines for querying, updating, and creating
11 sc_task.
12
13 System Requirements
14 The Service-now Perl API requires Perl 5.8 with the following modules
15 installed
16
17 * SOAP::Lite (prerequisites http://soaplite.com/prereqs.html) 0.71 or later
18 * Crypt::SSLeay
19 * IO::Socket::SSL
20
22 new
23 new(Configuration);
24
25 Example:
26
27 $sc_task = ServiceNow::ITIL::RequestedItem->new($CONFIG);
28
29 Takes a configuration object and manufactures an Service Catalog Task
30 object connected to the Service-now instance
31
32
33
34perl v5.38.0 2023-07-21 ServiceNow::ITIL::SC_Task(3)