hello,
I would like to create a vps summary letter. Is there a list of hook variables that can be used to add the user information to the template?
Hi,
Sorry for the delay in our response. These was never a template setup for VM summary letter but if you can provide a copy of the one you make it would be grateful and we can add this for everyone.
The variables match the ones used in the sysprep. I did make a quick test by using this:
Hello #user.FirstName#,
VM: #vm.Hostname.ToUpper()#.#vm.Domain#
<ad:foreach collection="#external_nic.IPAddresses#" var="ip" index="i">
Mgmt Nic: #ip.IPAddress#
</ad:foreach>
<ad:foreach collection="#management_nic.IPAddresses#" var="ip" index="i">
Mgmt Nic: #ip.IPAddress#
</ad:foreach>
<ad:foreach collection="#private_nic.IPAddresses#" var="ip" index="i">
Priv Nic: #ip.IPAddress#
</ad:foreach>
If you need anymore help please let me know. I can check in detail for any variables you require. You should also be able to use the ones starting space, user, email, creation which are used on the other templates.
Kind Regards,
Trevor Robinson
I would appreciate it if you can share all the variables that we can use Trevor.
Thank you
Trevor can you confirm that a vps uses the account summary and not the vm summary, I have setup a vm summary template, and it seems to look at the account summary, I edited that with variables for vms and it works fine, now, however I want to add more variables and settings in.
Hello,
The VM Summary is used when you make a new VM and select the send summary option.