Module: NetSuite::Support::RecordRefs

Included in:
Records::Account, Records::AccountingPeriod, Records::AssemblyBuild, Records::AssemblyComponent, Records::AssemblyItem, Records::AssemblyUnbuild, Records::BillingSchedule, Records::BillingScheduleMilestone, Records::BillingScheduleRecurrence, Records::Bin, Records::BinNumber, Records::BinTransfer, Records::BinTransferInventory, Records::Campaign, Records::CashRefund, Records::CashRefundItem, Records::CashSale, Records::CashSaleItem, Records::Classification, Records::Contact, Records::ContactAccessRoles, Records::ContactRole, Records::CostCategory, Records::CreditMemo, Records::CreditMemoItem, Records::Currency, Records::CurrencyRate, Records::CustomRecord, Records::CustomRecordType, Records::Customer, Records::CustomerCategory, Records::CustomerCreditCards, Records::CustomerCurrency, Records::CustomerDeposit, Records::CustomerPartner, Records::CustomerPayment, Records::CustomerRefund, Records::CustomerSalesTeam, Records::CustomerStatus, Records::Department, Records::Deposit, Records::DepositApplication, Records::DepositCashBack, Records::DepositOther, Records::DepositPayment, Records::DescriptionItem, Records::DiscountItem, Records::Employee, Records::EntityCustomField, Records::Estimate, Records::EstimateItem, Records::File, Records::Folder, Records::GiftCertRedemption, Records::GiftCertificate, Records::GiftCertificateItem, Records::InboundShipment, Records::InboundShipmentItem, Records::InterCompanyJournalEntry, Records::InterCompanyJournalEntryLine, Records::InventoryAdjustment, Records::InventoryAdjustmentInventory, Records::InventoryAssignment, Records::InventoryDetail, Records::InventoryItem, Records::InventoryNumber, Records::InventoryTransfer, Records::InventoryTransferInventory, Records::Invoice, Records::InvoiceItem, Records::ItemAvailability, Records::ItemFulfillment, Records::ItemFulfillmentItem, Records::ItemGroup, Records::ItemMember, Records::ItemOptionCustomField, Records::ItemReceipt, Records::ItemReceiptItem, Records::ItemVendor, Records::Job, Records::JobStatus, Records::JournalEntry, Records::JournalEntryLine, Records::KitItem, Records::Location, Records::LotNumberedAssemblyItem, Records::LotNumberedInventoryItem, Records::Message, Records::NonInventoryPurchaseItem, Records::NonInventoryResaleItem, Records::NonInventorySaleItem, Records::Note, Records::Opportunity, Records::OpportunityItem, Records::OtherChargeSaleItem, Records::Partner, Records::PaymentItem, Records::PaymentMethod, Records::PayrollItem, Records::PhoneCall, Records::PriceLevel, Records::Pricing, Records::PromotionCode, Records::Promotions, Records::PurchaseOrder, Records::PurchaseOrderItem, Records::ReturnAuthorization, Records::ReturnAuthorizationItem, Records::RevRecSchedule, Records::RevRecTemplate, Records::Roles, Records::SalesOrder, Records::SalesOrderItem, Records::SalesRole, Records::SalesTaxItem, Records::SerializedAssemblyItem, Records::SerializedInventoryItem, Records::SerializedInventoryItemLocation, Records::ServiceResaleItem, Records::ServiceSaleItem, Records::SiteCategory, Records::Subscription, Records::Subsidiary, Records::SubtotalItem, Records::SupportCase, Records::SupportCaseType, Records::Task, Records::TaxGroup, Records::Term, Records::TimeBill, Records::TransactionBodyCustomField, Records::TransactionColumnCustomField, Records::TransactionShipGroup, Records::TransferOrder, Records::TransferOrderItem, Records::Vendor, Records::VendorBill, Records::VendorBillExpense, Records::VendorBillItem, Records::VendorCategory, Records::VendorCredit, Records::VendorCurrency, Records::VendorPayment, Records::VendorReturnAuthorization, Records::VendorReturnAuthorizationItem, 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