Skip to main content

Assign a Profile to an object

When creating or updating an object, reference a Profile by HFID. The object inherits the Profile's values for any attributes you don't set explicitly.

Prerequisites​

  • An existing Profile (see Create a Profile)
  • Permission to create or update the target object on its branch

Assign on object creation​

  1. Navigate to the object list for your node kind
  2. Click Add <Kind>
  3. In the Profile field, select the Profile by name
note

When you select the Profile, attribute fields are automatically populated with the Profile's values.

  1. Fill in any required fields that the Profile does not set (such as name)
  2. Click Save

The new object inherits all Profile-defined values that you didn't set explicitly.

Inspect what the object inherited​

  1. Open the object you created
  2. Click the info icon next to any attribute to view its metadata
success

You should see that the attribute value is inherited from the Profile.

Check Profile inheritance in metadata

See Priority and inheritance for the full resolution logic.

Next​