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

Forum Posts

Resolved! User not able to see a column in list view

HI Team,Please help me with below mentioned: Several users from the same department report that they can no longer see a column in the list view that was visible to them yesterday. Upon investigation, it was found that the column originates from a di...

Ankita NA by Tera Contributor
  • 2626 Views
  • 3 replies
  • 3 helpfuls

Need to set the description on Universal Request

Hi,I have installed Universal Request plugin and configure it. When I submit new finance case, Universal Request will create as primary ticket and short description, opened by.. everything populated. But description is not populating on the universal...

Resolved! Twilio spoke: TwiML parameter?

I'm exploring ways to use Twilio to send automated / pre-made voice messages to users (e.g. notifying them of a high priority incident). I saw Twilio's api at https://www.twilio.com/docs/voice/tutorials/how-to-make-outbound-phone-calls-node-js and it...

find_real_file.png find_real_file.png
Community Alums by Community Alums  
  • 8278 Views
  • 3 replies
  • 2 helpfuls

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
  • 1565 Views
  • 4 replies
  • 0 helpfuls