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

Forum Posts

Resolved! Help with date input in inbound script to create a CR

Hello Dev community,I'm developing an inbound action to create a CR from an email. But I'm having trouble with the planned start and end dates.The email is in html format but I'm using email.body_text to get the values I need as input to the CR recor...

Mollie V by Tera Guru
  • 1463 Views
  • 7 replies
  • 1 helpfuls

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
  • 1110 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
  • 1714 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  
  • 1993 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
  • 1145 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
  • 1336 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
  • 1578 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  
  • 1197 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
  • 1535 Views
  • 2 replies
  • 1 helpfuls