6.2

Table Of Contents
c Select the Prompt user check box to require the user to provide a value when they request a
machine.
If you choose to prompt users for a value, any value you provide for the custom property is
presented to them as the default. If you do not provide a default, users cannot continue with the
machine request until they provide a value for the custom property.
d
Click the Save icon ( ).
7 Click OK.
Tenant administrators and business group managers can now select your build profile and include it in
their blueprints.
Create a Property Set
Fabric administrators can create their own groupings of related custom properties and add them to
vRealize Automation for use in build profiles.
Property sets are available to fabric administrators of all tenants.
Create a Property Set XML File
A fabric administrator defines property sets in an XML file and uploads them to vRealize Automation.
If you edit a property set that is already in use in a build profile, vRealize Automation does not
automatically update the build profile. A fabric administrator must reload the property set to the build
profile.
Procedure
1 Create an XML file.
2 Insert the following version and encoding values into the schema declaration.
version="1.0" encoding="UTF-16".
3 Insert a <Doc> element.
<Doc>
</Doc>
4 Insert a <CustomProperties> element in the <Doc> element.
<Doc>
<CustomProperties>
</CustomProperties>
</Doc>
Custom Properties Reference
VMware, Inc. 16