ServiceNowDevProgram / 911-Dispatcher-Workspace

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

Add Social Worker Services #38

Closed csharpie closed 11 months ago

csharpie commented 11 months ago

Added Social Worker Services as an option to select. Updated the Response Dispatch Flow to have this option as a path within the Response Task Generation's Flow Action. Added a new Decision Table condition in the Department Selection table. Added a Choice list option for the Response dispatched field on x_snc_911_operat_0_emergency.

I also swapped in the data pill for the Emergency Task's Response dispatched field onto the Response Task Generation's Flow Action as the value for the Decision table input.

After running a test for Social Worker Services from the Response Dispatch Flow, the flow correctly created a Service Task.

Resolves #37

csharpie commented 11 months ago

I want to associate this with #37

SapphicFire commented 11 months ago

For future reference, there are a few keywords you can use in your PR such as 'resolves' and 'fixes' to link to the issue and auto-close it :)

csharpie commented 11 months ago

Thanks @SapphicFire. I will definitely use those keywords on subsequent PRs.