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

Forum Posts

Resolved! How can I impersonate someone (desktop) and then launch the new "Now Mobile" app to test UX for a users w/ no / different roles?

TL;DR: With the "Classic" app you can open a browser to your instance and just change the URL after ".com/" to ".com/$m.do" and hit Enter and it will redirect you to the mobile app experience. Is there a similar trick to this w/ the new Now Mobile ap...

apjohn2 by Mega Sage
  • 1984 Views
  • 8 replies
  • 0 helpfuls

Resolved! Insert time into Oracle SQL

I am currently using "Integration - JDBC" plugin to insert records into Oracle SQL. Everything works just fine except the date field. We can successfully insert date, but it can't have the time.Below is the sample code I have in our business rules:va...

Help with ng-if and server script

I have a list of items and each has an order. I have another variable that is set to the current record's order. I am trying to print all items that have been completed thus far. So for example:List:LabelOrderStep11Step22Step33Step44I query this tabl...

robhaas by Tera Contributor
  • 4047 Views
  • 6 replies
  • 0 helpfuls

Change Password widget update button

Hello all, I am using the "change password " widget in one of my portals. The widget worked fine before but now after I enter all my information and click "update", nothing happens. I made a copy of the widget so I did not alter the original out of t...

find_real_file.png
Maxwell3 by Kilo Guru
  • 1229 Views
  • 3 replies
  • 0 helpfuls

Resolved! How To Create Url that Triggers a Ui page ??

Hi ,   I have a requirement to Trigger UI Page using a Button . Onclick() i am trying to open a Ui page. * Button Created using Ui Actions in a Table's Form  * Both Ui page and Ui action are in the Same scope .                               I have Tr...

Tarun2 by Tera Contributor
  • 2686 Views
  • 14 replies
  • 1 helpfuls

Resolved! Show/hide fields based on logged in user assignment group

Hi Community, I'm working on a catalog item request with the below requirements. My client script isn't working in the Service Portal and I believe it's because I need to use GlideAjax instead of GlideRecord. I'm on a deadline, so any input would be ...

Raksha6 by Kilo Contributor
  • 4746 Views
  • 10 replies
  • 6 helpfuls

Resolved! How to Get Related Child Records of a Record ??

Hi ,  I  Want to get Related  Child Records of a Record . Explanation : I have a Record , which is Parent to Multiple Records of Another Table . Two Tables  " Table "  and " Column"   " Table " has 1 Record .    " Column "  has 5 Records .( These 5 R...

find_real_file.png
Tarun2 by Tera Contributor
  • 6388 Views
  • 3 replies
  • 3 helpfuls

Resolved! Hide header menu items and displaying the required items

Hi Experts, As part of my requirement, I have to hide few header menu items and need to display new item(My Approvals). 1. Need to hide items.  -My Tickets, Service Catalog, Knowledge, Quick Links, Known Issues. 2. Need to display items: - My Approva...

find_real_file.png
Santhosh40 by Giga Expert
  • 2650 Views
  • 2 replies
  • 3 helpfuls

Resolved! How to Get Reference field values of a Record with Record SysId ??

Hi ,  I have few doubts with Scripting 1.How to  know How many Reference Fields are present in a Record ??   i have Record sysd_id                     and  2.How to know the value of Reference Field in a Record ?   Value not  , sys_id of field .   My...

Tarun2 by Tera Contributor
  • 6421 Views
  • 13 replies
  • 2 helpfuls

Resolved! How to Get Reference Field Values of a Table ??

Hi ,  How to know the value of Reference Field values  in a Record ?   (Value) var arr_fields=[]; var fields = new GlideRecord('sys_dictionary'); fields.addQuery('name','incident'); // table name fields.addEncodedQuery('internal_type=reference');/...

Tarun2 by Tera Contributor
  • 11067 Views
  • 12 replies
  • 3 helpfuls