logo
  • 教程列表
  • SO官方文檔
  • 使用子列表
    • 1.0 子列表中有多少行
    • 1.0 標準模式下的子列表
    • 1.0 動態模式下的子列表
    • 1.0 查詢訂單項
    • 2.0 子列表中有多少行
    • 2.0 標準模式下的子列表
    • 2.0 動態模式下的子列表
    • 2.0 查詢訂單項
  1. StackOverflow 文件
  2. netsuite 教程
  3. 使用子列表
  4. 1.0 子列表中有多少行

1.0 子列表中有多少行

Created: November-22, 2018

// How many Items does a Sales Order have...

// ... if we're in the context of a Sales Order record
var itemCount = nlapiGetLineItemCount("item");

// ... or if we've loaded the Sales Order
var order = nlapiLoadRecord("salesorder", 123);
var itemCount = order.getLineItemCount("item");
  • 1.0 標準模式下的子列表
  • 使用子列表

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明