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

Forum Posts

Export Template Conditions in Separate columns

Hi, Is there a way we can export template values to separate columns in Excel. Ex: In sys_template table we have template values like condition to populate values. So can we export those template values to different columns. Normal export we will get...

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 ...