Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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

Forum Posts

Column labels with 250+ characters

Hello All,I am building a custom application and I require some form fields to have a field label of 250+ characters. Is it possible to do this for one table/application only?ThanksHarry

Posting to External URL via UI Action

Does anyone know if either of the following two are possible:1. Redirect to an external URL for a UI Action (using a form button and the action.setRedirectURL() function). I can get it to link to an external URL, but the URL shows within the ServiceN...

Resolved! How to add hours to a Date/Time value?

Hi,How to add hours to a Date/Time value.I want to add 13 hours to the below Time format.**4beginNextWeek===>2016-08-08 04:00:00I have tried this Its din't work.var beginNextWeek = new GlideDateTime(gs.beginningOfNextWeek());   gs.log("**4beginNextWe...

Resolved! Iterate over XML Request Body, Scripted REST Service

Hi,I have a scripted REST End Point which is getting the following XML content:<?xml version="1.0" encoding="UTF-8"?> <company> <employee> <id>10</id> <firstname>Tom</firstname> <lastname>Cruise</lastname> <test>test1</test> <test>test3</test> </empl...

Resolved! Within the REST API, can I use OrderBy with two variables

When calling the inbound REST API (for tables), I'm a big fan of using the ORDERBY clause within the sysparm_query string.   Is it possible to use ORDERBY with two fields, rather than just one.   For example, first I want to sort by field1, then with...

cburkins by Tera Contributor
  • 21015 Views
  • 2 replies
  • 1 helpfuls

What is the best way to sync our instances ?

Hello Everyone,  >> What is the best way to synchronize our instance.>> we have to sync our dev instance Like Test Instance.>> In dev instance lot of customization is going on so we can not clone it.>> Please suggest some appropriate way to achieve t...

Linking Surveys with Incidents

Hi All,I can't figure out how to link my survey with the Incident it was generated from. I've read various other articles on the community but nothing is helping. All i have is a trigger condition and an auto assessment business rule running on the I...

Dubz by Mega Sage
  • 3263 Views
  • 4 replies
  • 0 helpfuls

Resolved! Rollback to previous Activity

!All,I am attempting to rollback a workflow activity to the previous activity, the rollback works as expected and reopened the task however its not rolling through the script again.     The results are the same regardless if I move from task 3 to tas...

find_real_file.png find_real_file.png find_real_file.png
KristyS by Kilo Guru
  • 6013 Views
  • 6 replies
  • 3 helpfuls

Resolved! rest message return code '200'

hello i need to create a record in a table in an instance using a rest message in an other instance , but i got the code 200 wich is success this is my post method: and this is my table:any idea pls ,thanks

find_real_file.png find_real_file.png
soukayna by Tera Contributor
  • 5585 Views
  • 15 replies
  • 0 helpfuls

I want to create a Workflow on custom table

Hello Everyone,I want create a workflow on one of my custom table.I edited UI Action and created a new workflow same as Change request table later i created workflow context same as Change request workflow context. I can see the workflow link but i w...

find_real_file.png
AbdulAzeez by Mega Guru
  • 5024 Views
  • 6 replies
  • 3 helpfuls

Resolved! Handling Binary Attachments

Hi ,We are performing a third-party integration using REST.I am using POSTMAN and created a request to send attachments in binary format. Content field contains the binary coding of the file I am trying to attach.Below is the screenshot of POSTMAN re...

find_real_file.png find_real_file.png

How to call GlideDialogWindow from application scope

I tired to call GlideDialogWindow from Global scope, it is working fine (see the following code ), but the same code when we are calling from application scope not working - Any ideafunction popupDispList() {     //Initialize the GlideDialogWindow   ...

randeepnath by Mega Contributor
  • 6439 Views
  • 13 replies
  • 6 helpfuls