5 pts.

Answer Wiki:
I just created an to run "After documents are created or modified" with the following code: SELECT Form = "Reservation" & ResourceType = "2"; SendTo := @If(ResourceCategory = "Maintenance"; "Facilities"; @If(ResourceCategory = "Phone"; "TelCom"; "PC Support")); @MailSend(SendTo; ""; ""; "A resource has been requested" ; ""; "The " + @Name([CN];ResourceName) + " has been requested by " + @Name([CN];ReservedBy) + " for " + @Text(StartDate) + @NewLine + "Double Click on this DocLink to view-->"; [IncludeDoclink]) The groups to receive the notification emails are "Facilites", "TelCom" or "PC Support" groups, depending on the requested Resource Category field. Hope this helps!
Last Wiki Answer Submitted:  April 23, 2009  3:10 pm  by  Rita   55 pts.
All Answer Wiki Contributors:  Rita   55 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _