I want to add one more section while taking the risk assessment from the risk workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2024 07:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2024 10:32 PM
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:
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").
Add Fields to the Custom Tab:
- Drag and drop the custom questions fields into the new section you created in step 1.
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.
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.
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.
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.
- Publish your changes and test the form in the workspace to ensure that the custom questions appear under the new tab as expected.
Thank you!!
Dnyaneshwaree Satpute
Tera Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-22-2024 10:50 PM
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
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-23-2024 11:19 PM
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