Want to add button on new project workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi,
i am working on new project workspace where i want to create a button on status report page.
like that copy button.
Any suggestions on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi @arjshubh ,
Please find the step to step process-
Steps to Add a Button in ServiceNow Workspace
Navigate to UI Builder
- Go to Now Experience Framework → UI Builder in your ServiceNow instance.
- Select the Workspace where you want to add the button (e.g., Project Workspace).
Open the Page
- In UI Builder, open the page where you want the button to appear (e.g., the report details page shown in your screenshot).
Add a Button Component
- From the Component Library, drag and drop a Button component onto the page layout.
- Position it where you want (e.g., near the “Export as PDF” option or in the header).
Configure Button Properties
- Set Label (e.g., “Create Status Report” or “Custom Action”).
- Define Action:
- Client-side: Navigate to another page or open a modal.
- Server-side: Trigger a script or flow using Data Resource or Client Script.
Bind Data or Script
- If the button needs to perform a specific action (e.g., generate a report, call an API), create a Data Resource or Client Script in UI Builder and link it to the button’s onClick event.
Publish Changes
- Save and Publish the page so the button appears in the workspace.
Thanks,
Rithika.ch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
steps
1) identify the UI builder page which is rendering this
2) create a copy of that
3) then you need to create button which involves some UI builder components
Not very straight forward
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
