Workspace New button not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 04:39 AM
Hi Community,
Recently I have been doing some development on Workspace, and I did not want to change the original page of the Workspace on UI Builder so I made a copy of the page. When I did that however, the New button decided not to work.
I am wondering if anyone may have a solution to this issue.
I realise these buttons are usually regulated on List actions, but we did not make any changes on List actions. In addition, when I tried making another new button on the workspace using list actions, creating a record through UFX, this also did not work.
Any suggestions to this issue?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:11 AM
Hi @jnt-cnt ,
To achieve this in ServiceNow using Flow Designer, you'll need to create a flow that handles the creation of catalog tasks based on the selected choices in the xyz variable and then triggers a 3-level approval process once all tasks are completed. Here are the steps to create the flow:
Step 1: Create a Flow
- Navigate to Flow Designer and create a new flow.
- Name your flow appropriately (e.g., "Handle XYZ Variable Task Creation").
Step 2: Define the Trigger
- Add a trigger to start the flow when a new RITM (Request Item) is created.
- Set the table to Requested Item [sc_req_item].
Step 3: Add Actions to Create Catalog Tasks
- Add a Flow Logic action for If conditions to check the value of the xyz variable.
Step 3.1: Create Catalog Tasks Based on xyz
Action: If xyz contains "abc"
- Add a condition: xyz contains abc.
- Add an action: Create Catalog Task.
- Configure the task details as needed.
Action: If xyz contains "def"
- Add another condition within the first If block: xyz contains def.
- Add another action: Create Catalog Task.
- Configure the task details as needed.
Action: If xyz contains "ghi"
- Add another condition within the second If block: xyz contains ghi.
- Add another action: Create Catalog Task.
- Configure the task details as needed.
Step 4: Add Actions for Approval Process
Add a Wait for Condition action to wait for all catalog tasks to be completed.
- Condition: All Catalog Tasks where Parent is Current RITM and State is Closed Complete.
Add actions for the 3-level approval process.
- Add an action: Ask for Approval.
- Configure the approval details (e.g., Level 1 Approver).
- Add another Ask for Approval action for Level 2 Approver.
- Add another Ask for Approval action for Level 3 Approver.
Thanks.
Hope it helps.
If my response turns useful mark it helpful and accept solution😊.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:20 AM
Thanks for the answer, however, my question is regarding workspace and copying the page, which prevented the new button from working.
do you happen to have any suggestion for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 10:14 AM
Can you provide more details on this. Where is this new button present. when you are saying you have copied the page, you mean you have duplicated the variant, right?
Is it specific to any OOB workspace.