Resolved! Mobile app builder vs mobile studio
Is Mobile app builder allow to create, modify and manage applets for ServiceNow mobile? is it a replacement for the mobile studio? Appreciate it.
We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More
Is Mobile app builder allow to create, modify and manage applets for ServiceNow mobile? is it a replacement for the mobile studio? Appreciate it.
Hi, I'd like to know how to count times of runtime access among application scopes like below examples. "Execute API " Operation on Source Scope = [x_snc_acme_app01] to Target Scope [Employee Center] -> 100 times"Read" Operation on Source Scope = [...
Knowledge service portal in Orlando has "show filters" button and by default it is set to hide all the filters like "language" "Knowledge base" etc. Please suggest how to change this setting, so that it is always showing all the filters like "languag...
How to Add User to Group in ServiceNow: A Step-by-Step Guide for AdminsAdding users to groups in ServiceNow can make the difference between smooth IT operations and constant headaches. As a ServiceNow admin, understanding this process is a foundation...
How to Become a ServiceNow Administrator: Expert Tips, Real Demos, and Hands-On Practice If you're aiming to become a certified ServiceNow administrator, understanding the core concepts and practical steps is key to your success. Whether you're just ...
When you Insert an image in an article. It becomes part of the Managed attached document. When the display attachment link is ticked. All attachments display in the article in addition to the image inserted.Is there a way to make the inserted image ...
Hi Team,In landing page for HR workspace UI builder, in my team tab there are few data visualizations to show the case counts. Iam trying to add few other , but when i click on that number the list landing page heading is shown as null.
Hi Community, How can I get the work notes/additional comments in Flow?I want to stop the Flow if the additional comments contain 'Yes, SAP IBP tab appears in Excel menu'; otherwise, send another notification to the requestor. I used a trigger on the...
Hello everyone, Please I need your help to see what I may be missing Here is my goal: When a new user is created, I want to generate a random password so I can send this password to the user. The user will use the random password to reset the pa...
In a privately-scoped application, which methods are used for logging messages in server-side scripts? (Choosetwo.)A.gs.logError()B.gs.log()C.gs.debug()D.gs.info()E.gs.error(
Hello,Impersonate Step has been reliable when there's only 1 Approver.When 2 or more Approvers are needed to Approve a Request ticket, ATF Test is failing to find the "Approve" button to click in 'Click a UI Action' Step. Somethines it works but most...
What data types of Flow Designer variables are supported to store record data and complex data? (Choose three.)A.Label data typeB.IntegerC.Array.ReferenceD.ChoiceE.String
How to Create a Catalog Form in ServiceNow: A Step-by-Step Guide Creating efficient workflows and easy-to-use forms is the backbone of any successful IT service management system. ServiceNow makes this process easier with its Service Catalog, letting...
I have built a few custom tables, extending the Task table, to bring our HTML forms into our new Service Portal. I've been working on this for a couple weeks, testing each form as I go. I build a Flow to route the form and send an email notification ...
How to change Go to Approval button name in MS Team var card_data = {title: title,subtitle: subtitle,fields: fields,url: link.toString()};// Render the cardreturn vaSystem.renderCard("Card", JSON.stringify(card_data));