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

Forum Posts

Resolved! How to change the Text Color of Post button in RITM

Hello All, I want to change the Text color of Post button in RITM.Please check the attached screenshot, at present the text color is Black but we want to change it to White.It is OOTB Widget "Standard Ticket Actions" in our instance but in PDI the te...

sattar3_0-1719573141713.png sattar3_1-1719573366937.png
sattar3 by Tera Contributor
  • 1338 Views
  • 10 replies
  • 3 helpfuls

Redirect user to a different url using Business rule

Hi,Im trying to redirect user using onAfter Business rule but I had no luck, what am I doing wrong?var gr = new GlideRecord('sys_attachment'); gr.addEncodedQuery('table_sys_id='+current.getUniqueValue()); gr.query(); if(gr.next()){ gs.log('zhahg...

Alon Grod by Tera Expert
  • 806 Views
  • 8 replies
  • 0 helpfuls

Whats wrong with my script's if condition?

Hello Dev's Can someone please tell me about the issue with below code snippet?If condition is not getting executed. var astGr = new GlideRecord('alm_asset');astGr.addQuery('parent',cartonGr.sys_id);astGr.query();if(astGr.model_category == '188323293...

dvelloriy by Kilo Sage
  • 716 Views
  • 3 replies
  • 0 helpfuls

Revert Scheduled Job to its Previous Version

Hi All, I was looking for versions of the Scheduled Job which will execute the script.I need to Revert back to its Previous version. Now, i couldn't find the versions of the scheduled JobPlease help me on how to revert it back to previous versions.An...

UI Action Help

Hi All,Need help in correction of script.I have written, below UI Action script to retrieve Assignment Group values, according to Business Unit. But when I click on UI Action it gives error** User who is clicking the button is member of group.. & I a...

DKSINGH_0-1719932206661.png
DKSINGH by Tera Contributor
  • 558 Views
  • 2 replies
  • 0 helpfuls