1ServiceNow::ITIL::DictiUosnearryC(o3n)tributed Perl DocuSmeernvtiacteiNoonw::ITIL::Dictionary(3)
2
3
4
6 Service-now Perl API - Dictionary perl module
7
9 An object representation of a Dictionary record in the Service-now
10 platform. Provides subroutines for querying, updating, and creating
11 sys_dictionary.
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 $dic = ServiceNow::ITIL::Dictionary->new($CONFIG);
28
29 Takes a configuration object and manufactures a Dictionary object
30 connected to the Service-now instance
31
33 queryFields
34 queryFields(table name, optional boolean choice)
35
36 Example:
37
38 $sys_dictionary->queryFields('incident');
39
40 Returns an array of hashes containing each field for specified table.
41 If choice is specified then get choice values for each of the choice
42 fields and put them into the hash element 'choices'.
43
44
45
46perl v5.34.0 2021-07-22 ServiceNow::ITIL::Dictionary(3)