Process flow formatter in Custom Workspace
How can we show the process flow formatter in custom workspace record pageIts available in native view but since thats not supported in workspace and i tried using the stepper but didnt had much success?
How can we show the process flow formatter in custom workspace record pageIts available in native view but since thats not supported in workspace and i tried using the stepper but didnt had much success?
i have a UI page, where i am using jelly statement (below is the code) along with some hidden fields,<div class="modal-body"> <p style="font-size: 16px;padding: 0px;margin: 0px;">Click Yes to set the following CIs to non-operational.</p> ...
Hi ServiceNow community,I got the requirement to integrate a OIDC IdP that provides the possibility during the authentication process to select an other person or organization for which this user should act as / on behalf of. The authenticating perso...
I tried using the S3 Spoke in a Developer Instance, but I couldn’t find this app in the Application Manager.I also activated the IntegrationHub Enterprise plugin in the developer management interface under "Activate Plugin," but the S3 Spoke still do...
I have a Dashboard with multiple tabs, but each tab usually only has one or two widgets which are basic reports. One Dashboard I have has maybe 10 tabs, and make 20-30 reports total across the tabs. I use all them on a daily/weekly basis to monitor ...
Hi, I created a flexible visual task board because I want my tasks to get added to the board automatically but I need custom columns to manage our WIP effectively. I created new columns, moved my cards around and everything was working fine. Each car...
When an Agent clicks the workspace application link, I want to automatically set their availability to Available so the agents do not have to set this themselves. Anyone have any ideas if this possible?
Hi , There is a requirement where I need to create below flow in flow designer. Initially, there should be 2 tasks which will create parallelly. Based on completion of first task i.e Task A, 3 parallel tasks i.e. Task C, D, E should be created. When ...
Hello Community, My ATF Tests ran successfully in UTAH version, So I moved them to other instances. Now in Xanadu I came back an revisited and notice that many of them are failing at different steps.1) Failing at : UI Action Visibilityerror : FAILURE...
Now - here is a proper corner case for you. Scenario - Customer has self-hosted installation and due to security constraints, users has to access ServiceNow via RDP to a management server first. On this server, there is no MS Office apps installed, ...
Dear All, I have created a report that lists all tasks that are open and assigned to specific users. This report displays all currently open tasks. I need to modify the report as follows: Highlight in red all tasks that have not been updated in more...
I have a table in which , i have to restrict the updation of entries in such a way that the current date field can be modified to a date which is matching with date of another record. I have created a Business Rule for the same with the condition "Ru...
In global application scope, we can check if a user has a role using the below API:new GlideUser().getUserByID(userId).hasRole(roleName) But for scoped applications, i'm not able to find a similar method. For a given userID and in my application scop...
What is the easiest way to build a query that tells me how many active members are in a Group? We have hundreds of groups, so this would be a helpful admin tool. I think ideally I'd like an integer field on the group table that counts number of act...
Hi can we hide the default submit button, as we have created custom buttons. could you please provide any solution.