Skip to content

Commit

Permalink
Adding depositTransaction to CustomerDeposit
Browse files Browse the repository at this point in the history
This is an advanced search result column only available if specified
as a search result column
  • Loading branch information
iloveitaly committed Feb 14, 2017
1 parent 2a0c04f commit 1e6ed0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/netsuite/records/customer_deposit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ class CustomerDeposit
field :custom_field_list, CustomFieldList

record_refs :customer, :sales_order, :account, :department, :payment_method,
:custom_form, :currency, :posting_period, :subsidiary
:custom_form, :currency, :posting_period, :subsidiary,

# only available in an advanced search result
:deposit_transaction

attr_reader :internal_id
attr_accessor :external_id
Expand Down

0 comments on commit 1e6ed0f

Please sign in to comment.