About 525,000 results
Open links in new tab
  1. Sync Comments and Work Notes without Duplicates - ServiceNow

    Aug 1, 2024 · In the ServiceNow ecosystem, we frequently encounter the requirement to synchronise journal field entries, such as Work Notes or Additional Comments, between …

  2. Solved: Re: How to add a comment/work_note using script on ... - ServiceNow

    Jul 7, 2017 · We are trying to put a button on ticket form of Service Portal that once clicked will add an additional comment or a work note to the current incident being viewed. We tried the …

  3. how to add code (snippet) to community question/answer - ServiceNow

    Jan 11, 2017 · You can click Use Advanced Editor at the top right of your post, then highlight the snippet and then use the >> button.

  4. How to enter script snippets into a KB article. - ServiceNow

    This KB will explain the various methods on how to enter and format script snippets when creating a knowledge base article. Procedure There are several methods which can be used to format …

  5. Adding Worknotes From a Script (ServiceNow) - writingcode.net

    Jul 30, 2020 · Adding Worknotes From a Script (ServiceNow) I recently had a need to add work notes to a bunch of old incidents (to let the users know that they had changed and why they …

  6. Useful ServiceNow Code Snippets - ServiceNow Developer

    Check out this boatload of useful ServiceNow code snippets, to help you quickly and easily do a great many things on the ServiceNow "NOW" platform!

  7. How to insert SCTASK worknotes when worknotes is a ... - ServiceNow

    Hi @sanasayyad, Here is the revised code. Try this. Your code has few misses. Updated them below. (function executeRule(current, previous /*null when async*/ ) { // Add your code here // …

  8. Create reporting with Work Notes and Additional Comments ... - ServiceNow

    In the scenarios where you may want to tie comments to a particular task. You can do this by creating a database view to join the tables where they are stored.

  9. Exercise: Create and Use Code Snippets - ServiceNow Developers

    Click the More Actions button () and select the Create code snippet menu item. Review the code in the code snippet. Click the Copy Code Snippet to Clipboard button. Close the Code snippet …

  10. Write Work Notes per Script - ServiceNow Community

    Mar 12, 2013 · If this is a before update business rule, all you need to add work notes is: current.work_notes = string_containing_desired_stuff; It's possible you haven't got the work …

Refresh