Method: LockstepSdk::AccountingProfileRequest#custom_field_values

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

#custom_field_valuesCustomFieldValueModel

Returns A collection of custom fields linked to this record. To retrieve this collection, specify ‘CustomFieldValues` 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 `AccountingProfile` and the `ObjectKey` set to the `AccountingProfileId` 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:



141
142
143
# File 'lib/lockstep_sdk/models/accounting_profile_request.rb', line 141

def custom_field_values
  @custom_field_values
end