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

Forum Posts

Resolved! Hide menu item (portal) to Specific Users

Hi All, How to hide this widget to specific users. From the customer_contact table, only users with no value on the LDAP server field should be able to access the menu item. Restriction via role is not an option because some users, for example, have ...

Rairai31_0-1691650907835.png
Rairai31 by Giga Guru
  • 993 Views
  • 7 replies
  • 0 helpfuls

Conditional coalesce script for sys_id creates record

I have a scenario on multiple coalesce conditions. So I created coalesce on the sys_id field(script)var gr = new GlideRecord("table");gr.addQuery("field1", source.fieldA);gr.query();if (gr.next()) { return gr.sys_id; // I tried with - answer = gr...

SANJEEV4 by Tera Contributor
  • 1547 Views
  • 5 replies
  • 0 helpfuls

Resolved! Assignment Group Manager Approvals in Flow Designer?

Hi everyone, I hope you've all been well. We've a requirement for Change that needs the functionality.  I have a requirement wherein an approval is required where group manager should approve. Service Catalog item with one approver that too from grou...

Community Alums by Community Alums  
  • 1847 Views
  • 4 replies
  • 1 helpfuls

How a parameter get a value from a dropdown list

I need to create a ATF test to test all the options in a dropdown list of a field. I tried to use a parameter with choices type. And then set the options as its data set. But when I run the test, I got the following error.  FAILURE: Unable to set fie...

NiKi6 by Kilo Contributor
  • 1041 Views
  • 4 replies
  • 0 helpfuls

need help for assign and reassign ui action

we have a requirement as below we have developed a scoped application.for our custom table we need to add assign and reassign button on our form.we have assigned_to field on our form.Assign - on click of assign user able to change assigned_to .if use...

Are Kaveri by Tera Contributor
  • 1191 Views
  • 4 replies
  • 3 helpfuls

Resolved! Fetching specific table data.

Hi Community, I am working on a story where I have one table and I need to fetch specific data and I need to display that table on portal page with that data only. For your clarity I am pasting screenshot also. In screenshot, I need to fetch the data...

t7 by Tera Contributor
  • 1342 Views
  • 3 replies
  • 0 helpfuls

Resolved! Glideaggregate object returning empty values

Hi Folks, My problem statement is - If there is just one contract associated with the account I need to return that contract value , else return null. I am trying to use Glideaggregate to count the number of records but unable to return the record sy...

Resolved! Add link in Schedule Reports

Hello Experts,How to add link in schedule reports. Attached screenshot for your reference.Regards,Nithya.

Community Alums by Community Alums  
  • 1014 Views
  • 4 replies
  • 1 helpfuls

Resolved! Importing CIs Using a Nested JSON Payload From a Data Source

Hi, I've a challenge in retrieving devices and software records from a third party inventory tool - Cisco's EPNM,  and creating/updating CIs from it.  I'm intending to use a data source using REST to retried the payload, however the JSON we're receiv...

Mike I2 by Giga Guru
  • 1363 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to populate a field with type List with values

Hi,I have the field u_my_groups of type LIst with a reference to sys_user_group table. How can I populate this field with the groups of the current login user. I tried to put in the Default: javascript: gs.getUser().getMyGroups().toString(); bu...

Screenshot 2023-08-11 at 10.19.53.png
Alon Grod by Tera Expert
  • 991 Views
  • 5 replies
  • 3 helpfuls