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

Forum Posts

Workflow

Hi All, I have a requirement to trigger a task in the workflow once all the below conditions are matched: 1. TASK A gets completed2. TASK B gets completed3. TASK C gets Completed (if triggers) - This task triggers based on the user selected of Yes/No...

roomawakar by Tera Contributor
  • 627 Views
  • 5 replies
  • 0 helpfuls

Resolved! How to get field values in on cell edit client script

Hi, When a value is of a field is change on list I want to get few values from the form on the same table which then I want to pass to script include and then based on the response from script include I want to check if the value is empty in my curre...

MaharshiC by Tera Contributor
  • 1197 Views
  • 2 replies
  • 2 helpfuls

Programmatically add objet to updateset

Hi, In background script I can add an object to the current update set with the following code : var rec = new GlideRecord('sys_script_include'); rec.get('bb1917f6dbda58901d764cb115961990'); new GlideUpdateManager2().saveRecord(rec); The object is we...

Resolved! Best Practices for Task Reminder Notifications

Hi,I created a flow that has 9 tasks. Each task will be created one by one after the closure of the previous one.I have achieved this using flow designer.However, before closing each task, I need to send a reminder notification 72 hours before the du...

VasukiS by Tera Guru
  • 2373 Views
  • 4 replies
  • 3 helpfuls

Restriction in Assignment Group Field

Incidents are assigning to (MS Internal IT) workgroupChange requests are assigning to (MSS Internal IT) workgroup We need to restrict (MSS Internal IT) workgroup to incident table assignment group field in ServiceNow it should be visible to only chan...

Reference qualifier not working

Hi Team, I have used variable "requested_for1_VS" from variable set to checking assigned to in CI ". It not worksReference qualifier javascript: new FMC_CI_check().getCIFilterForQualifer(current.variable_pool.requested_for1_VS);  Script include...

Siva82 by Tera Expert
  • 458 Views
  • 2 replies
  • 0 helpfuls