Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Developer Instance offline

My instance is offline and will not come back online. Should I release and start new? A lot of work will be lost.

gconn by Tera Contributor
  • 370 Views
  • 1 replies
  • 1 helpfuls

TinyMCE in UI Page is missing tools from toolbar

We have an old (but heavily utilized) UI Page with TinyMCE loaded on a textarea. It works fine, but some of the tools aren't showing up in the toolbar even though they are specified in the init. Our users are specifically requesting the Link button. ...

find_real_file.png

Need Help with Data Management Option

Hi All,Have anyone implemented and used this functionality "Delete All with preview" & "Update All with preview" in your PDI, please help me to know how this works.ThanksAjay

Ajay1998_0-1671799740739.png
Ajay1998 by Tera Contributor
  • 1381 Views
  • 9 replies
  • 2 helpfuls

What replaces workbench widgets in Platform Analytics?

So I noticed at the end of this long list that the Workbench widget is one of the things that is turned into an iframe when you migrate to Platform Analytics. Makes sense then that my Workbench widgets is presented as a "Legacy dashboard widget" afte...

Flow designer

Hello community, In the screenshot if we see there is a subflow being called out named "IIQ Grant Access" below to that that are attributes which are highlighted. For example IIQ Role, IIQ Entity Type etc.. Not sure how those highlighted attributes a...

IMG_20250116_235244.jpg
anvitha ash by Tera Contributor
  • 508 Views
  • 5 replies
  • 0 helpfuls

configure UIbuilder with Rest(POST) data resource

I have a Scripted rest api i want to call from my UIB:1. i created Rest data resource and configured it like in the pic: 2. in the UIB i see only the query params(company name and solution name).my question is how do i pass the params i configured in...

Screenshot 2025-01-15 at 14.35.17.png Screenshot 2025-01-15 at 14.35.44.png
BennyL by Tera Contributor
  • 458 Views
  • 1 replies
  • 0 helpfuls

Time sheets list view based on custom query

Hello, I want to run a script on “time_sheet” table and display all time sheets, only when a time card category is not PTO, not Holiday. If a timesheet has the following: Case#1:Time card1 PTOTime card2 Incident123Time card3 HolidayResult: Display th...

Kumar122 by Tera Contributor
  • 274 Views
  • 1 replies
  • 0 helpfuls

default view option is not there in ui policy view option

default view option is not there in ui policy view option. whyvar view = getView();    if (view == 'default') {        g_form.setReadOnly('port', true);  and If I am writing this code in script of policy this is also not working

keshav77 by Tera Contributor
  • 277 Views
  • 1 replies
  • 0 helpfuls

Resolved! Time Variable Timezone

I have a need to have a time or date/time variable to allow either timezone selection or have a static timezone. So essentially if I am placing a time for a facility that is located in Eastern timezone but I am viewing in Pacific Timezone I don't wan...