From d6f3a27ba3951a4b95d286e1d095bdbf5f69c529 Mon Sep 17 00:00:00 2001 From: Aleksandar Karastoyanov Date: Sun, 25 Sep 2022 11:46:02 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bed5bd5..1b7e429 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ pip install -r REQUIREMENTS ``` ### Usage :question: +* After you open the apllication, the first screen you will see is the login form. You should provide the credentials for your ServiceNow instance. To get the credentials open the [Developer Portal](https://developer.servicenow.com/) and login with your account. Then, go to the upper right corner, open your profile and click on "Manage instance password". You should be seeing a similar window +

+ +

+* - ServiceNow Instance Name: Only the instance name in format devXXXXXX +* - ServiceNow User Name: Your instance user name +* - ServiceNow Password: Your instance user password +* After you introduce the credentials press the "Login" button. If the credentials are correct, you will sign in the application succsefully. In case that credentials are incorrect, a prompt message will appeat. Keep in mind that to be able to log in, your ServiceNow instance should be running(awake). * On the main application window you will find buttons for each of the tasks. Each task have two separate buttons, one to verify the task and the second one to review the task assigment. The user DOESN'T have the possibility to change any of the CMDB values or objects through the application. The ServiceNow Task Verifier would give only the chance to verify if specific table or records is existing.

From e446526f3f4a67f53953583a62528ff2bc5506b1 Mon Sep 17 00:00:00 2001 From: Aleksandar Karastoyanov Date: Sun, 25 Sep 2022 11:50:08 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b7e429..388b80f 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,11 @@ pip install -r REQUIREMENTS * After you open the apllication, the first screen you will see is the login form. You should provide the credentials for your ServiceNow instance. To get the credentials open the [Developer Portal](https://developer.servicenow.com/) and login with your account. Then, go to the upper right corner, open your profile and click on "Manage instance password". You should be seeing a similar window

-

-* - ServiceNow Instance Name: Only the instance name in format devXXXXXX -* - ServiceNow User Name: Your instance user name -* - ServiceNow Password: Your instance user password +

+ +- ServiceNow Instance Name: Only the instance name in format ```devXXXXXX```
+- ServiceNow User Name: Your instance username
+- ServiceNow Password: Your instance user password
* After you introduce the credentials press the "Login" button. If the credentials are correct, you will sign in the application succsefully. In case that credentials are incorrect, a prompt message will appeat. Keep in mind that to be able to log in, your ServiceNow instance should be running(awake). * On the main application window you will find buttons for each of the tasks. Each task have two separate buttons, one to verify the task and the second one to review the task assigment. The user DOESN'T have the possibility to change any of the CMDB values or objects through the application. The ServiceNow Task Verifier would give only the chance to verify if specific table or records is existing.