Can i get the solution for the below

Snow preck
Tera Contributor

When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?

  • A. ${event.<property name>} 
  • B. ${current.<property name>}
  • C. ${<property name>.getDisplayValue()}
  • D. ${gs.<property name>}
2 ACCEPTED SOLUTIONS

Sandeep Rajput
Tera Patron
Tera Patron

@Snow preck The correct answer is A.

 

  • A. ${event.<property name>} 

Here is the reference https://www.servicenow.com/community/itsm-forum/email-notification/m-p/695221

 

View solution in original post

SN_Learn
Kilo Patron
Kilo Patron

Hi @Snow preck ,

The correct answer is:

  • A. ${event.<property name>} 

ServiceNow Reference: Using Dynamic Content 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron
Tera Patron

@Snow preck The correct answer is A.

 

  • A. ${event.<property name>} 

Here is the reference https://www.servicenow.com/community/itsm-forum/email-notification/m-p/695221

 

SN_Learn
Kilo Patron
Kilo Patron

Hi @Snow preck ,

The correct answer is:

  • A. ${event.<property name>} 

ServiceNow Reference: Using Dynamic Content 

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.