Skip to content

Commit

Permalink
add verbose for search source and updated SERVICENOW_ERROR_FROM_SERVE…
Browse files Browse the repository at this point in the history
…R message
  • Loading branch information
mmomin-crest committed Apr 30, 2024
1 parent fabba2b commit 290fa8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions servicenow.json
Original file line number Diff line number Diff line change
Expand Up @@ -12063,6 +12063,7 @@
"description": "Search for records across multiple tables",
"type": "investigate",
"identifier": "search_sources",
"verbose": "To find the list of search source IDs for the <b>sysparm_search_sources</b> parameter, follow this path in servicenow UI: All > Workspace Experience > Administration > Search Sources. Once there, click with two fingers/right click on the source name and copy the sys_id.",
"read_only": true,
"parameters": {
"sysparm_term": {
Expand Down
3 changes: 1 addition & 2 deletions servicenow_consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@
' the item_option_value: {item_opt_value} of the System ID: {sys_id}')
SERVICENOW_ERROR_FETCH_QUESTION = ('Error occurred while fetching question for'
' the question ID: {question_id} and the item_option_value: {item_opt_value} of the System ID: {sys_id}')
SERVICENOW_ERROR_FROM_SERVER = "API failed, Status code: {status}, Message: {message}, Detail: {detail}.\
Please check the asset configuration and rerun the test connectivity."
SERVICENOW_ERROR_FROM_SERVER = "API failed, Status code: {status}, Message: {message}, Detail: {detail}."
SERVICENOW_MESSAGE_GET_INCIDENT_TEST = "Querying a single Incident to check credentials"
SERVICENOW_ERROR_FIELDS_JSON_PARSE = "Unable to parse the fields parameter into a dictionary"
SERVICENOW_ERROR_VARIABLES_JSON_PARSE = "Unable to parse the variables parameter into a dictionary"
Expand Down

0 comments on commit 290fa8c

Please sign in to comment.