Skip to content

Commit

Permalink
Add get_deleted action to Customer records
Browse files Browse the repository at this point in the history
  • Loading branch information
cgunther committed Feb 9, 2024
1 parent 67d4f2d commit c58577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/netsuite/records/customer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Customer
include Support::Actions
include Namespaces::ListRel

actions :get, :get_list, :add, :update, :upsert, :upsert_list, :delete, :delete_list, :search, :attach_file
actions :get, :get_deleted, :get_list, :add, :update, :upsert, :upsert_list, :delete, :delete_list, :search, :attach_file

# https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2014_1/schema/record/customer.html

Expand Down

0 comments on commit c58577f

Please sign in to comment.