Sha256: 17194277233e36d8432acfbd95cec8316b922fb20fd704c0050083bcbee11b77

Contents?: true

Size: 488 Bytes

Versions: 4

Compression:

Stored size: 488 Bytes

Contents

module NetSuite
  module Records

    class Employee < Support::Base
      include Support::Actions
      include Namespaces::ListEmp

      # https://system.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2014_1/script/record/employee.html

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

      fields :phone, :first_name, :last_name, :is_inactive, :email

      field :roles_list, RoleList

      attr_reader   :internal_id
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
netsuite-0.3.3 lib/netsuite/records/employee.rb
netsuite-0.3.2 lib/netsuite/records/employee.rb
netsuite-0.3.1 lib/netsuite/records/employee.rb
netsuite-0.3.0 lib/netsuite/records/employee.rb