ServiceNowDevProgram / 911-Dispatcher-Workspace

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

Changes include Dispatch response ui action buttons & UX form action -- solving issue #61 #62

Closed TRIGGEREDcoder closed 8 months ago

TRIGGEREDcoder commented 9 months ago
  1. The 4 buttons that are present on the form(Fire, Police, Utilities, EMS) for response dispatch in native side(though it's not working) should also be present on the workspace form as well. so added the UX Form Action and save functionality for both native side and workspace side. So now the user would be able to see those 4 buttons on record page of the workspace as in screenshot and also once user clicks on any of that button, dispatched response field would be set with that value and record will be saved.
  2. Also made changes to the order and the form style of the buttons for better UI of the record page.
  3. ACL is required for the 911 admins to have the access of the dashboard as can be seen from the screenshots attached. so the ACL has been taken care of. 911 admin users will be able to see the dashboard
  4. image image image