User Activity
I want to include the Notification name in outgoing emails, dynamically so I don't have to hard code it.Is there a way to get at the Notification name with an email script?
I am working within an email script. I tried:if (gr.work_start.getDisplayValue != null) { template.print(....);}andif (gr.work_start.getDisplayValue != "") { template.print(....);}Both result in the code being executed even if there is no value.
12-29-2014
In trying to design our Service Catalog, I am a little unsure of the best approach for some things and I would appreciate knowing how others use it.Here are a few things that I'm trying to decide between creating as a Record Producer or a Catalog Ite...