Module: NetSuite::Support::RecordRefs

Included in:
Records::Account, Records::AccountingPeriod, Records::AssemblyItem, Records::BillingSchedule, Records::BillingScheduleMilestone, Records::BillingScheduleRecurrence, Records::Bin, Records::Campaign, Records::CashRefund, Records::CashRefundItem, Records::CashSale, Records::CashSaleItem, Records::Contact, Records::ContactAccessRoles, Records::CreditMemo, Records::CreditMemoItem, Records::Currency, Records::CustomRecord, Records::CustomRecordType, Records::Customer, Records::CustomerCurrency, Records::CustomerDeposit, Records::CustomerPayment, Records::CustomerRefund, Records::Department, Records::Deposit, Records::DepositCashBack, Records::DepositOther, Records::DepositPayment, Records::DiscountItem, Records::Employee, Records::File, Records::InventoryAssignment, Records::InventoryDetail, Records::InventoryItem, Records::InventoryTransfer, Records::InventoryTransferInventory, Records::InventoryTransferInventoryList, Records::Invoice, Records::InvoiceItem, Records::ItemFulfillment, Records::ItemFulfillmentItem, Records::ItemMember, Records::Job, Records::JobStatus, Records::JournalEntry, Records::JournalEntryLine, Records::Location, Records::NonInventorySaleItem, Records::Partner, Records::PaymentMethod, Records::PhoneCall, Records::PromotionCode, Records::RevRecTemplate, Records::Roles, Records::SalesOrder, Records::SalesOrderItem, Records::SalesTaxItem, Records::ServiceSaleItem, Records::SiteCategory, Records::Subsidiary, Records::SupportCase, Records::Task, Records::Term, Records::TimeBill, Records::Vendor, Records::VendorBill, Records::VendorBillExpense, Records::VendorBillItem, Records::VendorPayment, Records::WorkOrder, Records::WorkOrderItem
Defined in:
lib/netsuite/support/record_refs.rb

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



5
6
7
# File 'lib/netsuite/support/record_refs.rb', line 5

def self.included(base)
  base.extend(ClassMethods)
end