Loading...
Loading...
Duplicate messages appear when the HR case status is changed
Steps to reproduce: 1. Create a new HR case 2. Make sure any of the activity sets fail or get into error state 3. Notice that duplicate error messages are updated in the worknotes.
Issue is tracked under PRB1413018 which will be fixed in coming releases. Workaround : In the Script Include: **hr_ActivitySet**, the function "**invokeActivitySetWorkflow**": change if (wf.get('name', wfName)) new global.Workflow().startFlow(wf.sys_id, caseRecord, caseRecord.operation(), wfInputs); into if (wf.get('name', wfName)){ var caseGr = new GlideRecord(caseRecord.getTableName()); caseGr.get(caseRecord.getValue(sn_hr_core.hr.SYS_ID)); new global.Workflow().startFlow(wf.sys_id, caseGr, caseRecord.operation(), wfInputs);
PRB1413018
Click on a version to see all relevant bugs
ServiceNow Integration
Learn more about where this data comes from
Bug Scrub Advisor
Streamline upgrades with automated vendor bug scrubs
BugZero Enterprise
Wish you caught this bug sooner? Get proactive today.