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

Forum Posts

Change request should be Auto closed when Changed task is closed

why my code not working.  (function executeRule(current, previous /*null when async*/) {// Add your code herevar inc = new GlideRecord('change_task');inc.addQuery('change_request',current.sys_id);inc.query();if(inc.next()){inc.state = 3;inc.update();...

viswak by Tera Contributor
  • 1747 Views
  • 4 replies
  • 0 helpfuls

Inbound API capture to Asset table

I get a JSON payload sent to us by one of our hardware vendors. I was wondering what the best approach here would be, to generate Asset records from this data. We get a Purchase Order number, Model number, quantity and Asset tags. I need to create a ...

Modify view for Workspace created using UIB

Hi,  I have a requirement to change the view of incident form in a workspace that was created using UIB. I could see that using the UX List (sys_ux_list) table, I could modify the list view of a table. Is there any way on how I could modify the view ...

Sarin by Tera Contributor
  • 1854 Views
  • 4 replies
  • 0 helpfuls

Resolved! Loop through variables in flow designer

Hi guys I have a requirement where once the catalog item is submitted a catalog task should be created for each variable which are marked true(these are checkboxes)The short description also should be variable label nameSince there are about 10 check...

Community Alums by Community Alums  
  • 2481 Views
  • 2 replies
  • 1 helpfuls

Interactive Filter Type Reference

Hello,I am not sure if this can be done or not as I may be missing something.  I have an existing Region/Market Interactive Filter on our dashboard that is utilizing a different Reference Table than the one that has what the stakeholders are looking ...

AnnetteKitzmil_0-1721678953670.png