ServiceNowDevProgram / 911-Dispatcher-Workspace

https://github.com/ServiceNowDevProgram/Hacktoberfest
4 stars 42 forks source link

issue#51(Redirection to Emergency record created & loader) has been addressed #52

Closed TRIGGEREDcoder closed 9 months ago

TRIGGEREDcoder commented 9 months ago

Variant created Home with emergency call - Validations Info Messages. Points addressed are as below: 1) Once caller details section is visible on home page if match is found for the caller number, after creation that section doesn't get hidden automatically. fixed the issue. 2) A loader to suggest that emergency creation is in progress, as of now it doesn't popup any message creating confusion whether it's being created or not. If any error occurs while creation, that scenario has also been handled. 3) Once the Emergency is created, a success message with href Record link will be displayed. and in 3-4 seconds the user will be redirected to the newly created emergency record page. As of now just a simple success message appears which doesnt get removed automatically. Also no redirection to the the record page occur automatically which is fixed now.

Capture 5 Capture 6