Skip to content

Commit

Permalink
Adding missing term namespace and search action
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed May 6, 2016
1 parent 8f79040 commit 928a6be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/netsuite/records/term.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ class Term
include Support::Fields
include Support::RecordRefs
include Support::Actions
include Namespaces::ListAcct

actions :get, :get_list, :add, :delete, :upsert
actions :get, :get_list, :add, :delete, :upsert, :search

fields :due_next_month_if_within_days, :name, :date_driven, :days_until_expiry, :days_until_next_due,
:day_discount_expires, :day_of_month_net_due, :discount_percent, :discount_percent_date_driven, :is_inactive,
:preferred

attr_reader :internal_id
attr_accessor :external_id

Expand Down

0 comments on commit 928a6be

Please sign in to comment.