Resolved! ui action pop up
As shown in the figure below, I added a button called 'delete' on the screen and wrote a pop-up code in the UI action. However, when I clicked the 'delete' button, it did not pop up. Why is this?
As shown in the figure below, I added a button called 'delete' on the screen and wrote a pop-up code in the UI action. However, when I clicked the 'delete' button, it did not pop up. Why is this?
(function executeRule(current, previous /*null when async*/) {var users = new GlideRecord('sys_user');users.addQuery('department','finance');users.query();if(users.next()){ // Add your code herevar count = users.getRowCount();gs.info('18/09:user C...
I want to add a condition to the 'update' button , but the condition column in the update ui action is already filled. What should I do in this situation?
Iam building a workflow via the app engine studio / workflow studio interface and have added stages to it,but when I go into the flow properties menu, I cannot see a place to set the workflow stage field,document search only has references to the flo...
Greetings folks, I want to participate in this challenge myself to use the App Engine Studio to create an app with an external API integration. As linked the app to Source Control, it created an SN branch and the supposed `main` branch was named unde...
I'd like to configure and test the App Engine Management Center features on a couple of PDIs, testing out app intake, deployments, pipelines, etc. and doing this across PDIs. I'm an admin and I've also given myself the app_engine_admin role however ...
We have individuals that support the creation of HR Criteria or HR Response records in our production instance directly. We are wanting to have their scope default to Human Resources: Core so that when new items are created or updated, they are worki...
Hi,I have a custom workspace where there is a reference field. When i try select value lookup icon there no value selected.Lookup window is opening when i select a record its not populating on the reference field.Can someone help.
Hello Everybody, When I try to activate my flow its failing with the below error.Please help me to fix this. com.glide.flow.model.PharmacyCompound.getPrescription()" because the return value of "java.util.Map.get(Object)" is null
Hi,I have added a image via service portal designer. And I am getting the output as:--Here, I do not want the gap between the image and header..Please guide me to find the fixes...Thanks & RegardsUtsav
I have enabled the below checkboxes in activity filter but i couldn't see the emails. Please help.
I see the following error in console as well.TypeError: Cannot read properties of null (reading 'querySelector') at onLoad_c3f914ccebf01250471bf82ccad0cd54 (sys_data_source.do?sysparm_nameofstack=2034563a-a52b-43fe-a6ae-91a90eb0e8fc_bottomless&sy...
We moved some notifications from one instance to another this weekend, and now existing notifications that include the ${mailto:mailto.approval} link at the notification level, are now NOT showing on the email when delivered to the approver. Can anyo...
Hello Everyone, I had created a new filed in task table and created a UI policy to make that field read-only, but I see it's not working. Do you know if I need to check any other conditions?
Hi experts, I would like to translate text in Now Mobile app, on the list with My Assessments and Surveys. Somehow on this list text 'Due in' (as on the screenshot) is not translated, it's always in english.How can I adjust it to be translated based ...
