How to enable Agent workspace in instance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 05:58 AM
I want to enable Agent workspace(com.agent_workspace) in customer instance but when I'm trying search for the plugins in plugins modules it shows No Plugins Available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 11:52 AM
Hi @Vaniyaa
As far as I know, agent workspace is not available now and everything moved to SOW , where a user can see ITSM and case.
if you still have doubt , log a Now support case.
I tried this plugin in my pDI and it is not available.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2024 12:03 PM
To handle the scenario where the owner of an LDAP group is another group and you want the owner of that group to be the manager, you can follow these steps:
Identify the LDAP Group Structure:
Understand how the groups and their owners are structured in your LDAP directory. Ensure you can distinguish between individual managers and group owners.
Modify LDAP Integration Script:
Modify your LDAP integration script to handle the case where the owner is another group. You'll need to add logic to recursively resolve the owner of a group until you find an individual.
Create a Script Include:
Create a Script Include in ServiceNow to encapsulate the logic for resolving the owner of a group.
Steps to Implement:
Create the Script Include:
Navigate to System Definition > Script Includes.
Click on New and create the LDAPGroupUtils Script Include with the code provided above.
Modify Your LDAP Import Script:
Integrate the logic into your existing LDAP import script, calling the LDAPGroupUtils.getManagerFromGroup method where necessary to resolve group owners.
Test the Integration:
Run the import and ensure that group owners are correctly resolved to individual managers.
This approach allows you to recursively resolve group owners until you find an individual manager, ensuring that your import accurately reflects the intended manager hierarchy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 12:19 AM
you have to filter it to only products and you can find the Agent work space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2024 12:58 AM
To enable the Agent Workspace in your ServiceNow instance, follow these steps:
Step 1: Log in to ServiceNow
- Open your web browser and navigate to your ServiceNow instance.
- Log in with your administrator credentials.
Step 2: Access the System Properties
- In the left-hand navigation pane, type "All" in the filter box.
- Scroll down and select System Properties under the "System" section.
Step 3: Enable the Agent Workspace
- In the System Properties section, look for "Agent Workspace" or simply search for "Workspace" using the filter box.
- If there is a direct property to enable Agent Workspace, toggle the option to "Enabled" or "Active".
Step 4: Verify Installed Plugins
- In the left-hand navigation pane, type "Plugins" in the filter box and select "Plugins" under the "System Definition" section.
- Search for the "Agent Workspace" plugin.
- If it's not installed, click on the "Install" button to activate it.
Step 5: Configure Agent Workspace (Optional)
- Once Agent Workspace is enabled, you can customize it further based on your requirements.
- Navigate to Agent Workspace Configuration in the left-hand pane to adjust settings such as forms, lists, and UI actions.
Step 6: Test the Agent Workspace
- After enabling and configuring the workspace, it's crucial to test it.
- Type "Agent Workspace" in the left-hand navigation pane and select it.
- Ensure that the workspace loads correctly and all functionalities are working as expected.
Step 7: Assign Roles
- Assign the necessary roles to users who need access to the Agent Workspace.
- Go to User Administration > Users and select the user profile.
- Add the "workspace_user" role or any specific roles related to Agent Workspace.