The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagegroovy
titleOutgoing Sync Servicenow
linenumberstrue
if(entity.tableName == "incident") {
    replica.key            = entity.key
    replica.summary        = entity.short_description
    replica.description    = entity.description
    replica.attachments    = entity.attachments
    replica.comments       = entity.comments
    replica.state          = entity.state
    
    
    //email from the caller
    replica.caller_id = entity.caller_id
    
    replica.caller_email  = nodeHelper.getTableByLink(incident.caller_id?.link)?.email
}


Widget Connector
urlhttp://youtube.com/watch?v=R7CxQ5M-aq8

Questions

Questions List
filterrecent
asktrue
include-topicsany
spaceexacom

...