Method: LockstepSdk::AppEnrollmentModel#custom_field_definitions

Defined in:
lib/lockstep_sdk/models/app_enrollment_model.rb

#custom_field_definitionsCustomFieldDefinitionModel

Returns A collection of custom fields linked to this record. To retrieve this collection, specify ‘CustomFieldDefinitions` in the `include` parameter when retrieving data. To create a custom field, use the [Create Custom Field](developer.lockstep.io/reference/post_api-v1-customfieldvalues) endpoint with the `TableKey` to `AppEnrollment` and the `ObjectKey` set to the `AppEnrollmentId` for this record. For more information on extensibility, see [linking extensible metadata to objects](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).

Returns:



100
101
102
# File 'lib/lockstep_sdk/models/app_enrollment_model.rb', line 100

def custom_field_definitions
  @custom_field_definitions
end