@@ -6,48 +6,48 @@ def self.id_ref
66end
77
88 # The unique ID of this record, automatically assigned by ADS when this record is
9- # added to the ADS Platform .
9+ # added to the Accounting Data Service .
1010 # @type: string
1111 # @format: uuid
1212 field :attachment_id
1313
14- # The GroupKey uniquely identifies a single ADS Platform account. All records for this
14+ # The GroupKey uniquely identifies a single Accounting Data Service account. All records for this
1515 # account will share the same GroupKey value. GroupKey values cannot be changed once created.
1616 #
1717 # For more information, see [Accounts and GroupKeys](https://developer.lockstep.io/docs/accounts-and-groupkeys).
1818 # @type: string
1919 # @format: uuid
2020 field :group_key
2121
22- # An Attachment is connected to an existing item within the ADS Platform by the fields `TableKey` and
22+ # An Attachment is connected to an existing item within the Accounting Data Service by the fields `TableKey` and
2323 # `ObjectKey`. For example, an Attachment connected to Invoice 12345 would have a `TableKey` value of
2424 # `Invoice` and an `ObjectKey` value of `12345`.
2525 #
26- # The `TableKey` value contains the name of the table within the ADS Platform to which this Attachment
26+ # The `TableKey` value contains the name of the table within the Accounting Data Service to which this Attachment
2727 # is connected.
2828 #
2929 # For more information, see [linking metadata to an object](https://developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).
3030 # @type: string
3131 field :table_key
3232
33- # An Attachment is connected to an existing item within the ADS Platform by the fields `TableKey` and
33+ # An Attachment is connected to an existing item within the Accounting Data Service by the fields `TableKey` and
3434 # `ObjectKey`. For example, an Attachment connected to Invoice 12345 would have a `TableKey` value of
3535 # `Invoice` and an `ObjectKey` value of `12345`.
3636 #
37- # The `ObjectKey` value contains the primary key of the record within the ADS Platform to which this
37+ # The `ObjectKey` value contains the primary key of the record within the Accounting Data Service to which this
3838 # Attachment is connected.
3939 #
4040 # For more information, see [linking metadata to an object](https://developer.lockstep.io/docs/custom-fields#linking-metadata-to-an-object).
4141 # @type: string
4242 # @format: uuid
4343 field :object_key
4444
45- # An Attachment represents a file that was uploaded to the ADS Platform . This field contains the original
45+ # An Attachment represents a file that was uploaded to the Accounting Data Service . This field contains the original
4646 # name of the file on disk, without its extension.
4747 # @type: string
4848 field :file_name
4949
50- # An Attachment represents a file that was uploaded to the ADS Platform . This field contains the original
50+ # An Attachment represents a file that was uploaded to the Accounting Data Service . This field contains the original
5151 # extension name of the file on disk.
5252 # @type: string
5353 field :file_ext
0 commit comments