How can I create a workspace and how can I configure it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2023 02:02 AM
HI,
can you help me because I don't understand how I can create a workspace, how I can configure it ... and what I can add script such as ui script or other script in J or angular JS ... it's quite badly explained so I'm lost
thanks for your help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2023 02:14 AM
Hwllo @ZeroCool
If you are referring to the product documentation, then it does look a bit confusing.
I would recommend you to check out these links:
- Now Experience Framework Features and Tools (App Engine, UI Builder, Dashboard Builder, Workspace, P...
- How to create a custom workspace ?
Check out the lab exercise as well, which will give you a step by step details on how to create a workspace.
ServiceNow Developers - Create a Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2023 02:16 AM
Postman workspaces enable you to organize and work together on API projects with your team. Within each workspace, you can share APIs, collections, environments, and other Postman elements.
When you first open Postman, you will be in your default personal workspace. You can create more workspaces for your personal use and to work with teammates. To create more workspaces, you need to sign in to your Postman account. you try and I think it works for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2023 02:28 AM
Thank you for your answer, I will look into it.
I had already found the article: Create a Workspace in App Engine Studio, but the problem is that it is not up to date because the aap Engine Studio does not exist anymore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2023 05:31 AM
Hi! I'm happy to help you out with your question.
Creating a workspace and configuring it depends on the tool or application you're using. However, in general, a workspace is an area where you can work on your project, store your files and configurations, and collaborate with others if needed.
Regarding adding UI scripts or other scripts in J or AngularJS, it again depends on the tool or application you're using. In general, UI scripts are used to enhance the user interface of your application, while other scripts can be used for different purposes, such as data manipulation, automation, or integration with other systems.
As for adding scripts to your workspace, that also depends on what you are trying to accomplish. If you want to add a user interface (UI) script to your project, you will need to write the script in a language such as JavaScript and integrate it with your application's front-end. If you are using AngularJS, you can add scripts using the ng-app directive or by including the script file in your HTML document.
Similarly, if you want to add other types of scripts, you will need to determine which language is appropriate and how to integrate the script with your project. For example, if you want to add a back-end script, you may need to write it in a language such as Java or Python and integrate it with your application's back-end.
I hope this helps, let me know if you have any other questions!