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
Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.
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
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...
Hello guys i have this business rule to copy value and update on another filed based on a dot walked filter condition its not working when fields are dot walked any suggestions
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...
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...
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...
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...
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...
!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...
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
Not able to report on sys_user_role and sys_user_has_role table though I have both the tables listed in glide.ui.permitted_tables sys propertyPradeep Sharma's Blog
Hi All,We have an requirement to auto refresh a list (say incident) every 5 minutes. Is it advisable to implement this functionality ? If not, What are the disadvantage of implementing this ?Any help is much appreciated.Thanks,Arun
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...
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...
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 ...
