Valid CIS-ITSM Dumps shared by EduDump.com for Helping Passing CIS-ITSM Exam! EduDump.com now offer the newest CIS-ITSM exam dumps , the EduDump.com CIS-ITSM exam questions have been updated and answers have been corrected get the newest EduDump.com CIS-ITSM dumps with Test Engine here:
Access CIS-ITSM Dumps Premium Version (201 Q&As Dumps, 35%OFF Special Discount Code: freecram )
In Problem Management, which element must be edited to modify the field mappings when Knowledge Articles are generated from ACTIVE Problem records?
Correct Answer: B
Explanation https://[INSTANCE].service-now.com/nav_to.do?uri=sys_script.do?sys_id=877c97b80a0a3c740147ca0a461265 BR Name: "Problem Create Knowledge" BR Condition: current.problem_state.changesTo(4) && current.knowledge == true BR Script (snip): function submitDirect() { var kb = new GlideRecord("kb_knowledge"); kb.source = current.sys_id; kb.short_description = current.short_description; kb.sys_domain = current.sys_domain; kb.text = current.work_notes.getHTMLValue(); kb.workflow_state = 'draft'; kb.kb_knowledge_base = gs.getProperty("glide.knowman.task_kb", "dfc19531bf2021003f07e2c1ac0739ab"); kb.insert();