Method: LockstepSdk::NoteModel#table_key
- Defined in:
- lib/lockstep_sdk/models/note_model.rb
#table_key ⇒ String
Returns A Note is connected to an existing item within the Lockstep Platform by the fields ‘TableKey` and `ObjectKey`. For example, a Note 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 metadata 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/note_model.rb', line 55 def table_key @table_key end |