Method: LockstepSdk::AttachmentModel#table_key
- Defined in:
- lib/lockstep_sdk/models/attachment_model.rb
#table_key ⇒ String
Returns An Attachment is connected to an existing item within the Lockstep Platform by the fields ‘TableKey` and `ObjectKey`. For example, an Attachment connected to Invoice 12345 would have a `TableKey` value of `Invoice` and an `ObjectKey` value of `12345`. The `TableKey` value contains the name of the table within the Lockstep Platform to which this Attachment is connected. For more information, see [linking metadata to an object](developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).
55 56 57 |
# File 'lib/lockstep_sdk/models/attachment_model.rb', line 55 def table_key @table_key end |