User Activity
10-14-2024
Hi experts, I was looking into nested modals in the UI Builder, where I want to open a second modal from an existing modal.Hopefully, the screenshots and description below clarify, what I want to achieve:Parent Modal: This should be the origin of the...
04-30-2024
Hi experts, in the UI builder, I trigger a flow and want to show a loading screen to the user while the flow is still running.To this end, I've added a button to trigger the flow. The following client script is executed when the button is clicked: fu...
Hi there, recently, I was looking into custom buttons on related lists in Workspaces.As describe here, creating a custom button usually requires several steps which can be summarized as follows:Creating a button as a declarative action (DA)Defining a...
03-19-2024
Hi there, when working with a scoped Script Include, I face the issue, that I cannot write into the document of the request.My Script Include is defined similar to this: var TestAjax = Class.create();
TestAjax.prototype = Object.extendsObject(globa...
03-15-2024
Hi there, I would like to implement a UI Page which displays records from a filtered table and already found this post on how to achieve this using an iframe: How Display a table list View In UI Page. - ServiceNow Community.Therefore, the client scri...