Skip to content

Commit 3c014c4

Browse files
authored
Update README.md
1 parent 462f582 commit 3c014c4

File tree

1 file changed

+2
-2
lines changed
  • endevor/ServiceNow-Interface/COBOL+REXX+PythonOrGoLang-Example

1 file changed

+2
-2
lines changed

endevor/ServiceNow-Interface/COBOL+REXX+PythonOrGoLang-Example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ If you know that the python "request" package has not been installed, or if you
3636
## Other items in the Folder
3737

3838
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.
4040
- **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.
4242
- **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.
4343

4444

0 commit comments

Comments
 (0)