I want to add one more section while taking the risk assessment from the risk workspace

Lokesh5
Tera Contributor

Hi,
I have created few questions as a seperate tab on the risk assessment form. I want to display those questions under one seperate tab when user take the assessment from the workspace. please see the attached image 

3 REPLIES 3

Dnyaneshwaree
Mega Sage

Hello @Lokesh5 ,

To display the custom questions under a separate tab in the Risk Assessment form in ServiceNow Workspace, you'll need to follow these steps:

  1. Create a Custom Tab in Workspace:

    • Navigate to the Workspace that contains your Risk Assessment form.
    • Go to the Form Layout for the Risk Assessment table.
    • Add a new section and name it appropriately (e.g., "Custom Questions").
  2. Add Fields to the Custom Tab:

    • Drag and drop the custom questions fields into the new section you created in step 1.
  3. Modify the Workspace View:

    • Ensure that the fields are added to the workspace view layout. This might require creating or modifying a form view specifically for the workspace.
  4. Update the Form Configuration in Workspace:

    • Navigate to the Workspace Form Configurations (found in the Application Navigator under Workspace > Configurations).
    • Select the configuration for the Risk Assessment form.
    • Add your new tab to the form layout.
  5. Use UI Policies or Client Scripts (if necessary):

    • If you need to show or hide the custom questions based on certain conditions, use UI Policies or Client Scripts to control their visibility.
  6. Publish and Test:

    • Publish your changes and test the form in the workspace to ensure that the custom questions appear under the new tab as expected.

Please accept my solution if it works for you and thumps up to mark it as helpful.
Thank you!!

Dnyaneshwaree Satpute
Tera Guru

Hi @Dnyaneshwaree ,

 

I have tried the way as you suggested but those custom fields are not coming while taking the risk assessment. I have checked the UI builder as well and not sure the how the data is coming dynamically

Lokesh5_0-1721713778948.png

Thank you!

Please stop sharing AI generated answers if you haven't tested them yourself!


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark