When configuring the content of an Email Notification, which syntax should be used to reference the properties of an event triggering the Notification?
When you pass an event, you pass a record and two parameters, this does not ask if you want to access the parameters, which would need the ${event.parm1} syntax, but it asks to access the proparties of the event, which would be the record being passed with it. which can be accessed by using the field name directly. so ${property_name} would work, and so should ${property_name.getDisplayValue} to get its display value instead of actual value. the trigger for an event is gs.eventQueue(<EVENT NAME>, <RECORD OBJECT>, PARM1, PARM2) you can access a field within the record object by simply using ${field_Name}
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
kundgir
Highly Voted 3 years, 2 months agoVinothkumar_Rangasamy
Highly Voted 2 years, 8 months agoWhitewalker_75
Most Recent 5 months agosstest2
11 months, 1 week agoDekoreh
1 year, 1 month agoAccentureKiloGuru
1 year, 4 months agojesiegel
1 year, 5 months agojesiegel
1 year, 5 months agoOfuoma
1 year, 7 months agoBob_Loblaw
1 year, 11 months agoJackLopez
2 years agoGurubala
2 years, 3 months agoKrundol
2 years, 4 months ago14006044
2 years, 4 months agoDharma_tsa
2 years, 12 months ago