You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: endevor/ServiceNow-Interface/COBOL+REXX+PythonOrGoLang-Example/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,9 @@ If you know that the python "request" package has not been installed, or if you
36
36
## Other items in the Folder
37
37
38
38
Other items in this folder are Endevor exit code examples that query ServiceNow. Endevor functions listed below, each use a COBOL exit, a REXX subroutine and a Python subroutine. Functions include:
39
-
-**Exit 2**. Before element action exit code to validate a CCID value with ServiceNow
39
+
-**Exit 2**. Before element action exit code to validate a CCID value with ServiceNow.
40
40
-**Exit 7**. Package exit code to validate (a portion of) a package namee with ServiceNow.
41
-
-**C1UEXTR2** and **C1UEXTR7** are Rexx subroutines to the COBOL exit programs.
41
+
-**C1UEXTR2** and **C1UEXTR7** are Rexx subroutines to the COBOL exit programs. The C1UEXTR2 module is coded to not call the SERVINOW subroutine when the requested CCID already exists on an element. So for example, Update and MOVE actions might find the requested CCID value already on the element and bypass the valication.
42
42
-**SERVINOW** is a REXX subroutine to both C1UEXTR2 and C1UEXTR7 and is the member that calls the Python code to validate a 10-byte value with ServiceNow.
0 commit comments