All,
I am trying to create an email template that is sent out when a new AD security/description group is created from an ITShop request.
How do I reference the new name of the group created and put it in the email template?
All,
I am trying to create an email template that is sent out when a new AD security/description group is created from an ITShop request.
How do I reference the new name of the group created and put it in the email template?
Assuming that the base object of your mail template is set to ADSGroup you could reference any property of the group by using the $-Notation.
In your example this would be $CN$ or $DisplayName$ or whatever property you want to use.
You will find more information in the online documentation.
The link is for version 7.0.1 but this works in version 6.x as well.
Assuming that the base object of your mail template is set to ADSGroup you could reference any property of the group by using the $-Notation.
In your example this would be $CN$ or $DisplayName$ or whatever property you want to use.
You will find more information in the online documentation.
The link is for version 7.0.1 but this works in version 6.x as well.