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

Forum Posts

Resolved! Hide one catalog item from an Order Guide

Hi, In one of the order guide we have multiple rule bases and catalog items coming up. For one of the catalog item 'Cloud access' can we make the change such that only to a particular group users 'Desktop' can see and access it in the order guide and...

prabhmeet by Giga Expert
  • 4859 Views
  • 7 replies
  • 0 helpfuls

Resolved! In flow designer, how can I open the target record?

So in the new flow designer I built my first flow.  This flow loops through each company and checks if they are listed as the vendor of an active NDA contract.  If they are, it sets a boolean to true and sets it to false if not. I tested the flow and...

Resolved! User Profile Widget

Good Morning, I have currently working on the user profile widget. I have cloned it......I would like that when the user select accessibility ON or OFF to show a little message  below showing if the state ON/OFF.     I would appreciate any help. tha...

find_real_file.png
Mr Bow by Kilo Expert
  • 3592 Views
  • 2 replies
  • 0 helpfuls

Resolved! Request rejected comments into a notification

Hello All,I could use some help. I have been trying to get a rejected notification email to include the approver's rejection comments.   I have tried several scripts to get his to work without fruitful results. The notification is targeting the sysap...

jrhoads by Giga Contributor
  • 4727 Views
  • 6 replies
  • 5 helpfuls

GlideDBObjectManager.getTable in Scoped App

Hi, We have a custom scoped widget for Service Portal that is also reading all the related lists to show them as additional tabs.   This line that is giving an error message is: data.tableHierarchy = GlideDBObjectManager.getTables(data.table).toArray...

Karina15 by Giga Contributor
  • 3127 Views
  • 2 replies
  • 3 helpfuls

Resolved! I have a script include that is quering a user and returning all of the assignment groups the user is in. I am only getting one group being returned when there are supposed to be several.

I have a script include that is querying a user and returning all of the assignment groups that the user is in. I am only getting  one group being returned when there are supposed to be several. Any thoughts?  Here is my script include: function getU...

smetsch by Kilo Contributor
  • 4581 Views
  • 9 replies
  • 6 helpfuls

How to capture IP Address of user?

Hi , i have to capture IP address of user, to identify user making changes. Every time user updating any changes that many times IP address should be captured and stored somewhere for reporting purpose.