Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

updation of choice

We have a custom table 'transaction' that has transaction level 1,transaction level 2(field type choice) Whenever an entry is made here(manually or bulk excel import) , In another custom table 'business' , it should check if the newly added options a...

Incident handling with External Vendor email domains

I wanted to create New Incidents to Vendors (Any external emails) who are not part of my domain or existing users in Service now and would like to track all updates as part of response for the mail initiated from vendor as part of the Incident to hel...

Auto expand the Service Portal announcements

Hi Team, Is there any way to auto-expand the service portal announcements widget, if there are multiple announcements to be displayed on the Portal?  I believe we do not have an OOB solution for this, please suggest how can I customize the below Anno...

kumar22_0-1721051511448.png
kumar22 by Tera Contributor
  • 1049 Views
  • 4 replies
  • 0 helpfuls

App Engine Studio Pipelines

Hello everyone. I am configuring the App Engine Studio environments and I have two instances, Dev and Prod, and to successfully configure them I need the Instance Credential. I only have 4 of them to choose from None of these credentials work when I ...

DiogoSilva2_0-1687535699911.png
Diogo Silva2 by Tera Contributor
  • 1815 Views
  • 4 replies
  • 0 helpfuls

Resolved! Update a catalog task using flow designer

Hi Community, I'm in the process of creating a flow that submits a catalog item triggered from an inbound email and want to update the short description and description of the catalog task using the subject and body of the email but after the submit ...

AlexSaager1_0-1721120346953.png
Alex Saager1 by Tera Contributor
  • 1038 Views
  • 1 replies
  • 1 helpfuls

How to use splice function in two dimensional array?

Hi Community, I want to remove last two columns of an array. But splice method is not working. Seems like issue with the for loop. var   grp = (gr.groupings.getDisplayValue()).split(",");  for (var grpi = 0; grpi < grp.length; grpi++) {              ...